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 | 27b02cb0aa01e7613061f6e01261a54459398923 (patch) | |
tree | 94ab38dbb3e90ce7336b2c59114c61d343048540 /net-misc | |
parent | RDEPEND on dev-php/PEAR-Mail - fixes #87362 (diff) | |
download | gentoo-2-27b02cb0aa01e7613061f6e01261a54459398923.tar.gz gentoo-2-27b02cb0aa01e7613061f6e01261a54459398923.tar.bz2 gentoo-2-27b02cb0aa01e7613061f6e01261a54459398923.zip |
Version bump for security bug 88264.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/axel/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/axel/Manifest | 14 | ||||
-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, 40 insertions, 12 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..b37cab756a72 100644 --- a/net-misc/axel/Manifest +++ b/net-misc/axel/Manifest @@ -1,13 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 ba42ef1a69e935f9e7211c65afb90603 ChangeLog 1651 +MD5 5dbab54fd124ee317d0e8f4efa59c743 axel-1.0b.ebuild 790 MD5 0fb45b4a07f2ea0680ba9d70c8456ab4 axel-1.0a.ebuild 767 +MD5 74eb43db0dc6830938feb50f48658760 ChangeLog 1785 MD5 c22097decf3dd805e61a9c46bba96f9b files/digest-axel-1.0a 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCKprJmdTrptrqvGERAkrIAJ4v/7CQpYfZDuk2txmpndGsWehgtwCeKlRO -kmturUxSKLE0AG5CQ4UNlSw= -=WfZE ------END PGP SIGNATURE----- +MD5 4a8f92e800f30719912ed195bd9168d7 files/digest-axel-1.0b 60 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 |