diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-25 14:54:44 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-25 14:54:44 +0000 |
commit | f9d5353f6f92ee43425f1ffe73dca66971d604bd (patch) | |
tree | a8245cf9664b57dcd503bd1b2dfeb34a5d71aa2f /net-misc/curl | |
parent | stable x86, bug 271889 (diff) | |
download | gentoo-2-f9d5353f6f92ee43425f1ffe73dca66971d604bd.tar.gz gentoo-2-f9d5353f6f92ee43425f1ffe73dca66971d604bd.tar.bz2 gentoo-2-f9d5353f6f92ee43425f1ffe73dca66971d604bd.zip |
stable x86, security bug 281515
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.19.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index f1c9cc85f56d..fc8143c39ff6 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.145 2009/08/23 09:02:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.146 2009/08/25 14:54:44 fauli Exp $ + + 25 Aug 2009; Christian Faulhammer <fauli@gentoo.org> curl-7.19.6.ebuild: + stable x86, security bug 281515 23 Aug 2009; nixnut <nixnut@gentoo.org> curl-7.19.6.ebuild: ppc stable #281515 diff --git a/net-misc/curl/curl-7.19.6.ebuild b/net-misc/curl/curl-7.19.6.ebuild index b3341994fccf..5ee99ad68f00 100644 --- a/net-misc/curl/curl-7.19.6.ebuild +++ b/net-misc/curl/curl-7.19.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild,v 1.3 2009/08/23 09:02:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild,v 1.4 2009/08/25 14:54:44 fauli Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -15,7 +15,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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" #IUSE="ssl ipv6 ldap ares gnutls nss idn kerberos test" IUSE="ssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test" |