diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-07-20 17:37:03 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-07-20 17:37:03 +0000 |
commit | b0652dfa57675544456dac4bb62118c54e08f422 (patch) | |
tree | e74597751c533c715f0e1261ed1af19cdc9a575d /net-misc/curl | |
parent | Fix desktop files, bug 185869, and version bump wrt security #185737 (diff) | |
download | gentoo-2-b0652dfa57675544456dac4bb62118c54e08f422.tar.gz gentoo-2-b0652dfa57675544456dac4bb62118c54e08f422.tar.bz2 gentoo-2-b0652dfa57675544456dac4bb62118c54e08f422.zip |
ppc stable, bug #184934
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/curl/curl-7.15.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 1af4d54c9585..198cb76d6e7e 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/curl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.91 2007/07/19 18:22:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.92 2007/07/20 17:37:03 dertobi123 Exp $ + + 20 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org> + curl-7.15.5-r1.ebuild: + ppc stable, bug #184934 19 Jul 2007; Raúl Porcel <armin76@gentoo.org> curl-7.15.5-r1.ebuild: alpha/ia64/x86 stable wrt security #184934 diff --git a/net-misc/curl/curl-7.15.5-r1.ebuild b/net-misc/curl/curl-7.15.5-r1.ebuild index 5fa68affe3d8..c57f9a1b9694 100644 --- a/net-misc/curl/curl-7.15.5-r1.ebuild +++ b/net-misc/curl/curl-7.15.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.15.5-r1.ebuild,v 1.4 2007/07/19 18:22:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.15.5-r1.ebuild,v 1.5 2007/07/20 17:37:03 dertobi123 Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="ssl ipv6 ldap ares gnutls idn kerberos test" RDEPEND="gnutls? ( net-libs/gnutls ) |