From nobody Fri Mar 29 06:31:08 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id AD1BBDC029A for ; Fri, 22 Feb 2013 07:35:57 +0000 (UTC) Date: Fri, 22 Feb 2013 08:35:53 +0100 From: Natanael Copa To: Alpine Linux Development Subject: [alpine-devel] abuild-2.14.0 released Message-ID: <20130222083553.68dbe7d7@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.15; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I have pushed abuild-2.14.0 to edge. Some highlights: * new tool: checkapk * autocreate APKINDEX in REPODEST when set * sha256, sha512 checksums * buildrepo speedup * support for filename::fileuri (eg. foo-$pkgver::https://github.com/foo/foo/tarball/v1.1.tar.gz) Shortlog: Carlo Landmeter (1): abuild: add git/svn snapshot hook Natanael Copa (20): abuild: report error if md5sum exist but no sources abuild: use sha256 and sha512 sums instead of md5 abuild: improve sanitycheck to check sanity of all checksums checkapk: new tool aports.lua: also store url in pkg struct abuild: verify pkgdesc length abuild: fix spelling in comment abuild: update abuild repo index when cleaning packages abuild: use REPODEST as abuildrepo if specified buildrepo: add message that we are puring old packages checkapk: find package when REPODEST is used abuild: fix warning about md5check abump: add option -f to set "fixes" in commit message buildrepo: speed up by avoiding forks update gitignore newapkbuild: https is also an url abuild: support filename::fileuri in source abuild: treat syslinux's .c32 files as shared objects aports.lua: support filename::fileuri source format -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Fri Mar 29 06:31:08 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 670A1DC0309 for ; Fri, 22 Feb 2013 10:15:14 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id bj3so392985pad.6 for ; Fri, 22 Feb 2013 02:15:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:reply-to:to:subject:date:user-agent:references :in-reply-to:cc:mime-version:content-type:content-transfer-encoding :message-id; bh=LTuIBqcrlpHFU75qvo4UziOyCXGexWD3nRdhU603hew=; b=CBTckYg7UEgSBOsWoWEb9FLheTRBbZAeCm9GeWxgBvKpLV4fCBfAfVLgA/i4siRBSh d5whdhArij2yHBTt2pRUQxJVX22MNDKyajtksu18yjgWPWTu4l6xOzL9hR/rKVC7K738 UbwWfT/aLhtDWfganyvziptQF9qjOEV4Z9/fGJr5Q/vkMejDqy3BypgXxF3h7PmGA2cd KK1X5OYfxXXXRKrGM2F+4lV04+s0S2BivqBdHxaJzFyxjYHVvBPKDDUucSF0Z5r+pL8+ 3xclCWM2adeFZTxnN7hvCYGRKmxneaCuPg4BruhDjlxhHwzDSTb3HnNtJeqOLOE/7khm 16cA== X-Received: by 10.66.75.200 with SMTP id e8mr3195682paw.72.1361528113056; Fri, 22 Feb 2013 02:15:13 -0800 (PST) Received: from microknoppix.localnet ([117.227.249.170]) by mx.google.com with ESMTPS id w2sm2474244pax.22.2013.02.22.02.15.09 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 02:15:12 -0800 (PST) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] abuild-2.14.0 released Date: Fri, 22 Feb 2013 15:39:30 +0530 User-Agent: KMail/1.13.7 (Linux/3.3.7-64; KDE/4.7.4; x86_64; ; ) References: <20130222083553.68dbe7d7@ncopa-desktop.alpinelinux.org> In-Reply-To: <20130222083553.68dbe7d7@ncopa-desktop.alpinelinux.org> Cc: Natanael Copa X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201302221539.30604.vkrishn4@gmail.com> On Friday, February 22, 2013 01:05:53 PM Natanael Copa wrote: > * support for filename::fileuri (eg. > foo-$pkgver::https://github.com/foo/foo/tarball/v1.1.tar.gz) How does this work? sometimes the files are of format - eg: foo-$basename::https://path/to/user-foo-v1.1-1-gh4abc41.tar.gz would like to save as: foo-v1.1-1.tar.gz -- Regards. V.Krishn --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Fri Mar 29 06:31:08 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EA6E1DC0178 for ; Fri, 22 Feb 2013 10:31:22 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id un1so334561pbc.12 for ; Fri, 22 Feb 2013 02:31:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:reply-to:to:subject:date:user-agent:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=bSWH+JeY2kI9DD18oInyJbp+eeKcAibsl8ihsF6PrE0=; b=BFolDvFqVt915BlbaWUOxEKmzvpjceX7EgbdKcSdimFTg6GeJXkZyukfIuXmDcuapW /KnyQiPctylZsbrKNohZ3mMbK1Eheh5h9D+FYqvAMrXX6ryqu4nUDbx2k99+WEKLcBYX Pheh+l69cRImReV7lnDDyy/qxJqxScmAN6l9jZPNdgKxciFKlPosC0gOu1hEkbDdtN5d 0y4wR6kbTXw+M/JaRrxLU196sTAnWvT4IzWRAVglMzwvqx98oRhuAFs7Yvn3CTD/WuBI LiJeC89J671fCGilse68anERLAvC/ilYW7BoIo13B51/I2eQlOfY/hHMlN+lIaVu5xsu rMew== X-Received: by 10.67.5.193 with SMTP id co1mr3355628pad.6.1361529082087; Fri, 22 Feb 2013 02:31:22 -0800 (PST) Received: from microknoppix.localnet ([117.227.249.170]) by mx.google.com with ESMTPS id i6sm2523672paw.19.2013.02.22.02.31.18 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 02:31:21 -0800 (PST) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] abuild-2.14.0 released Date: Fri, 22 Feb 2013 15:55:39 +0530 User-Agent: KMail/1.13.7 (Linux/3.3.7-64; KDE/4.7.4; x86_64; ; ) References: <20130222083553.68dbe7d7@ncopa-desktop.alpinelinux.org> <201302221539.30604.vkrishn4@gmail.com> In-Reply-To: <201302221539.30604.vkrishn4@gmail.com> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201302221555.39746.vkrishn4@gmail.com> On Friday, February 22, 2013 03:39:30 PM you wrote: > On Friday, February 22, 2013 01:05:53 PM Natanael Copa wrote: > > * support for filename::fileuri (eg. > > foo-$pkgver::https://github.com/foo/foo/tarball/v1.1.tar.gz) > > How does this work? > sometimes the files are of format - > eg: > foo-$basename::https://path/to/user-foo-v1.1-1-gh4abc41.tar.gz > > would like to save as: > foo-v1.1-1.tar.gz I think I got it foo-$pkgver::https://path/to/fooName.barExt would be saved as: foo-$pkgver where $pkgver is not extracted from the url itself but declared earlier. -- Regards. V.Krishn --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Fri Mar 29 06:31:08 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 2C235DC0178; Fri, 22 Feb 2013 10:38:42 +0000 (UTC) Date: Fri, 22 Feb 2013 11:38:40 +0100 From: Natanael Copa To: "V.Krishn" , alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] abuild-2.14.0 released Message-ID: <20130222113840.69e2a45c@ncopa-desktop.alpinelinux.org> In-Reply-To: <201302221555.39746.vkrishn4@gmail.com> References: <20130222083553.68dbe7d7@ncopa-desktop.alpinelinux.org> <201302221539.30604.vkrishn4@gmail.com> <201302221555.39746.vkrishn4@gmail.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.15; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 22 Feb 2013 15:55:39 +0530 "V.Krishn" wrote: > On Friday, February 22, 2013 03:39:30 PM you wrote: > > On Friday, February 22, 2013 01:05:53 PM Natanael Copa wrote: > > > * support for filename::fileuri (eg. > > > foo-$pkgver::https://github.com/foo/foo/tarball/v1.1.tar.gz) > > > > How does this work? > > sometimes the files are of format - > > eg: > > foo-$basename::https://path/to/user-foo-v1.1-1-gh4abc41.tar.gz > > > > would like to save as: > > foo-v1.1-1.tar.gz > > I think I got it > foo-$pkgver::https://path/to/fooName.barExt > would be saved as: foo-$pkgver > > where $pkgver is not extracted from the url itself but declared earlier. pkgname=foo pkgver=1.0 source="myname-$pkgver.tar.gz::http://somplace/somename/asdf" instead of saving file as 'asdf' it will download http://somplace/somename/asdf and save it as myname-$pkgver.tar.gz. I need to update the docs... -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---