diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-06-27 09:03:18 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-06-27 09:03:18 +0000 |
commit | 30df3378d2b7a876856a940cb4744d437cdf086e (patch) | |
tree | 7b44c8d78715dbbb57469578a126d8068a3c0fc1 /net-misc/curl | |
parent | Stable on x86. (diff) | |
download | historical-30df3378d2b7a876856a940cb4744d437cdf086e.tar.gz historical-30df3378d2b7a876856a940cb4744d437cdf086e.tar.bz2 historical-30df3378d2b7a876856a940cb4744d437cdf086e.zip |
stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/Manifest | 18 | ||||
-rw-r--r-- | net-misc/curl/curl-7.13.2.ebuild | 4 |
3 files changed, 10 insertions, 17 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 2ebf2380757e..d16e6eb62e4f 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.36 2005/06/25 20:09:28 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.37 2005/06/27 09:03:18 corsair Exp $ + + 27 Jun 2005; Markus Rothe <corsair@gentoo.org> curl-7.13.2.ebuild: + Stable on ppc64 25 Jun 2005; Danny van Dyk <kugelfang@gentoo.org> curl-7.14.0.ebuild: Added ~s390 as of BUG #95052. diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest index 254a463b58d1..5466b5db075e 100644 --- a/net-misc/curl/Manifest +++ b/net-misc/curl/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5225ab6acbed2aea0504823b4872c2e6 ChangeLog 8998 +MD5 76f8a883ad54043797d36afd89d5cd43 ChangeLog 9084 MD5 05feea982ac76ca00a33c322f4fb8ed7 curl-7.14.0.ebuild 2669 -MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 79b7fd0dcd4776ca1851d30a45275e78 curl-7.13.1.ebuild 1140 -MD5 7c87f918236c1c3e5c371d3c21250c3b curl-7.13.2.ebuild 2403 +MD5 d7d18deeda0d228bd93e39db88c473c2 curl-7.13.2.ebuild 2401 +MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 +MD5 dc352925b526421b92ff81fc9b8315da files/7.12.0-no-fputc.patch 312 MD5 e2795c792b9a04fd73ca556ce257f39f files/curl-7.10.5-badssl.patch 343 MD5 05e37478314d224f2ce5840f2e1f31c9 files/curl-7.10.8-transfer-segv.patch 744 MD5 147739a83aa9a907c8968007c33f4157 files/digest-curl-7.14.0 130 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 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCvcJm5mJXAu5GbtIRAli2AJ9yVWIgXMwvU9Ga3NJIth2TqLoougCfbIia -o8K9tvqY79w4a2pDwrpwH3A= -=6J49 ------END PGP SIGNATURE----- diff --git a/net-misc/curl/curl-7.13.2.ebuild b/net-misc/curl/curl-7.13.2.ebuild index b9d87446dec1..927dc4c038d8 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.4 2005/06/25 18:47:46 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.2.ebuild,v 1.5 2005/06/27 09:03:18 corsair 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 ) |