summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-01-27 13:26:35 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-01-27 13:26:35 +0000
commitfee582ab3bcbb2b602827921c33b323d8d2ae789 (patch)
treea3390c995bc27d073e7a100ee05832af1eb404c2 /net-misc
parentAdded cron job to check volume status on a daily basis and e-mail for errors.... (diff)
downloadgentoo-2-fee582ab3bcbb2b602827921c33b323d8d2ae789.tar.gz
gentoo-2-fee582ab3bcbb2b602827921c33b323d8d2ae789.tar.bz2
gentoo-2-fee582ab3bcbb2b602827921c33b323d8d2ae789.zip
Stable for AMD64, wrt security bug #400799
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/curl/ChangeLog5
-rw-r--r--net-misc/curl/curl-7.24.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog
index f6277a07cd67..de7d8e277088 100644
--- a/net-misc/curl/ChangeLog
+++ b/net-misc/curl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/curl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.198 2012/01/26 19:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.199 2012/01/27 13:26:35 ago Exp $
+
+ 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> curl-7.24.0.ebuild:
+ Stable for AMD64, wrt security bug #400799
*curl-7.24.0 (26 Jan 2012)
diff --git a/net-misc/curl/curl-7.24.0.ebuild b/net-misc/curl/curl-7.24.0.ebuild
index 1b92f6882ea6..4e7770cbba70 100644
--- a/net-misc/curl/curl-7.24.0.ebuild
+++ b/net-misc/curl/curl-7.24.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.24.0.ebuild,v 1.1 2012/01/26 19:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.24.0.ebuild,v 1.2 2012/01/27 13:26:35 ago Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ares gnutls idn ipv6 kerberos ldap nss ssh ssl static-libs test threads"
RDEPEND="ldap? ( net-nds/openldap )