summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/curl/ChangeLog5
-rw-r--r--net-misc/curl/curl-7.21.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog
index e47119cb1292..dadfecf0da33 100644
--- a/net-misc/curl/ChangeLog
+++ b/net-misc/curl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/curl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.185 2011/07/20 16:14:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.186 2011/07/21 08:11:48 angelos Exp $
+
+ 21 Jul 2011; Christoph Mende <angelos@gentoo.org> curl-7.21.7.ebuild:
+ Bump c-ares dep to 1.6 (bug #369501)
*curl-7.21.7 (20 Jul 2011)
diff --git a/net-misc/curl/curl-7.21.7.ebuild b/net-misc/curl/curl-7.21.7.ebuild
index 9191618b100d..bc29b58f0246 100644
--- a/net-misc/curl/curl-7.21.7.ebuild
+++ b/net-misc/curl/curl-7.21.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild,v 1.1 2011/07/20 16:14:51 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild,v 1.2 2011/07/21 08:11:48 angelos Exp $
# NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
@@ -24,7 +24,7 @@ RDEPEND="ldap? ( net-nds/openldap )
!gnutls? ( !nss? ( dev-libs/openssl ) )
)
idn? ( net-dns/libidn )
- ares? ( >=net-dns/c-ares-1.4.0 )
+ ares? ( >=net-dns/c-ares-1.6 )
kerberos? ( virtual/krb5 )
libssh2? ( >=net-libs/libssh2-0.16 )"