diff options
author | Malcolm Lashley <malc@gentoo.org> | 2005-08-17 00:49:35 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2005-08-17 00:49:35 +0000 |
commit | cc8867bc501c15dbb56031d792adff445d33e0fd (patch) | |
tree | cf12d462c61216c4b9f4f7535cc872c09551926e /net-misc/curl | |
parent | New version: 2.11.1 (diff) | |
download | historical-cc8867bc501c15dbb56031d792adff445d33e0fd.tar.gz historical-cc8867bc501c15dbb56031d792adff445d33e0fd.tar.bz2 historical-cc8867bc501c15dbb56031d792adff445d33e0fd.zip |
bug bug #102774 ATs++
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/Manifest | 22 | ||||
-rw-r--r-- | net-misc/curl/curl-7.13.2.ebuild | 4 |
3 files changed, 12 insertions, 19 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 75afa61e9cd6..1d36d12d1a5c 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.40 2005/07/05 20:18:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.41 2005/08/17 00:49:35 malc Exp $ + + 17 Aug 2005; Malcolm Lashley <malc@gentoo.org> curl-7.13.2.ebuild: + Stable on amd64 05 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> curl-7.13.2.ebuild: Stable on hppa. diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest index 73b6445f306e..50cbc6046c71 100644 --- a/net-misc/curl/Manifest +++ b/net-misc/curl/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 -MD5 0833c475e1ca2401053dee33b976b61f curl-7.13.2.ebuild 2394 +MD5 be1b359c7134ab91b73d26fcc518dd90 ChangeLog 9445 MD5 05feea982ac76ca00a33c322f4fb8ed7 curl-7.14.0.ebuild 2669 +MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 79b7fd0dcd4776ca1851d30a45275e78 curl-7.13.1.ebuild 1140 -MD5 ef7898c3294da1150b8ce2108c3693e2 ChangeLog 9362 +MD5 c6b9b093ceb98fd1efbc9ca3700888ec curl-7.13.2.ebuild 2392 MD5 e2795c792b9a04fd73ca556ce257f39f files/curl-7.10.5-badssl.patch 343 -MD5 dc352925b526421b92ff81fc9b8315da files/7.12.0-no-fputc.patch 312 -MD5 71c346cc704727e0bdaef7333521adeb files/digest-curl-7.13.2 130 -MD5 159b437588320b2a3f726d3aa55890e5 files/digest-curl-7.13.1 65 MD5 05e37478314d224f2ce5840f2e1f31c9 files/curl-7.10.8-transfer-segv.patch 744 MD5 147739a83aa9a907c8968007c33f4157 files/digest-curl-7.14.0 130 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCzHiCgIKl8Uu19MoRAkNzAJoC7KCbtbe0RnqSlxoRCfYdk4MwqACfcVui -pzJePJvtPL6Dg6jqWGYmXB0= -=xqrp ------END PGP SIGNATURE----- +MD5 159b437588320b2a3f726d3aa55890e5 files/digest-curl-7.13.1 65 +MD5 dc352925b526421b92ff81fc9b8315da files/7.12.0-no-fputc.patch 312 +MD5 71c346cc704727e0bdaef7333521adeb files/digest-curl-7.13.2 130 diff --git a/net-misc/curl/curl-7.13.2.ebuild b/net-misc/curl/curl-7.13.2.ebuild index e5ccb4dbb9db..c9b9ec004a46 100644 --- a/net-misc/curl/curl-7.13.2.ebuild +++ b/net-misc/curl/curl-7.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.2.ebuild,v 1.9 2005/07/07 00:33:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.2.ebuild,v 1.10 2005/08/17 00:49:35 malc Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -20,7 +20,7 @@ http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sparc x86" IUSE="ssl ipv6 ldap ares" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) |