diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-11 17:19:29 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-11 17:19:29 +0000 |
commit | fa13b65d22bd0187dc49c63fcb44267c8b57880c (patch) | |
tree | bcd12632aecaa64db542a727060147a2cef7983e /net-misc/axel | |
parent | RDEPEND on dev-php/PEAR-Mail - fixes #87362 (diff) | |
download | historical-fa13b65d22bd0187dc49c63fcb44267c8b57880c.tar.gz historical-fa13b65d22bd0187dc49c63fcb44267c8b57880c.tar.bz2 historical-fa13b65d22bd0187dc49c63fcb44267c8b57880c.zip |
Version bump for security bug 88264.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/axel')
-rw-r--r-- | net-misc/axel/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/axel/Manifest | 12 | ||||
-rw-r--r-- | net-misc/axel/axel-1.0b.ebuild | 30 | ||||
-rw-r--r-- | net-misc/axel/files/digest-axel-1.0b | 1 |
4 files changed, 44 insertions, 6 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog index 7fa854c7ea87..b52b9de4a0ea 100644 --- a/net-misc/axel/ChangeLog +++ b/net-misc/axel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/axel # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.15 2005/03/06 05:53:06 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.16 2005/04/11 17:19:29 ka0ttic Exp $ + +*axel-1.0b (11 Apr 2005) + + 11 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> +axel-1.0b.ebuild: + Version bump for security bug 88264. 06 Mar 2005; Daniel Black <dragonheart@gentoo.org> axel-1.0a.ebuild: Homepage update as per bug #84123 thanks to Nicholas McGovern diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest index de37a8b4ffe3..ca22f24fb919 100644 --- a/net-misc/axel/Manifest +++ b/net-misc/axel/Manifest @@ -1,13 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ba42ef1a69e935f9e7211c65afb90603 ChangeLog 1651 +MD5 f697d9e0f0092be7f4c22b437ed60a48 axel-1.0b.ebuild 785 MD5 0fb45b4a07f2ea0680ba9d70c8456ab4 axel-1.0a.ebuild 767 +MD5 0e42d3cb03c8ffb32d53535f5808b735 ChangeLog 1781 MD5 c22097decf3dd805e61a9c46bba96f9b files/digest-axel-1.0a 60 +MD5 4a8f92e800f30719912ed195bd9168d7 files/digest-axel-1.0b 60 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCKprJmdTrptrqvGERAkrIAJ4v/7CQpYfZDuk2txmpndGsWehgtwCeKlRO -kmturUxSKLE0AG5CQ4UNlSw= -=WfZE +iD8DBQFCWrG6EZCkKN40op4RAlViAJ4ikbVooXfDh4WUiWrhfi9CrViJigCgk0Cl +BkfE5vCjJBfHlT0/zTGwWoQ= +=VVsY -----END PGP SIGNATURE----- diff --git a/net-misc/axel/axel-1.0b.ebuild b/net-misc/axel/axel-1.0b.ebuild new file mode 100644 index 000000000000..81d26d5283c3 --- /dev/null +++ b/net-misc/axel/axel-1.0b.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0b.ebuild,v 1.1 2005/04/11 17:19:29 ka0ttic Exp $ + +DESCRIPTION="light Unix download accelerator" +HOMEPAGE="http://wilmer.gaast.net/main.php/axel.html" +SRC_URI="http://wilmer.gaast.net/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~ppc-macos ~sparc x86" +IUSE="debug" + +DEPEND="virtual/libc" + +src_compile() { + local myconf + + use debug && myconf="--debug=1 --strip=0" + econf \ + --etcdir=/etc \ + ${myconf} \ + || die + emake CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc API CHANGES CREDITS README axelrc.example +} diff --git a/net-misc/axel/files/digest-axel-1.0b b/net-misc/axel/files/digest-axel-1.0b new file mode 100644 index 000000000000..2c90823cdf06 --- /dev/null +++ b/net-misc/axel/files/digest-axel-1.0b @@ -0,0 +1 @@ +MD5 679da19b47570f7ddff1e7958d5df97f axel-1.0b.tar.gz 43293 |