summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-07-28 21:29:03 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-07-28 21:29:03 +0000
commit508459e2c818a1fe7c3588483f7a0d2ed0a26d75 (patch)
treeff9a0432814063475c1ccfb139fe194dc4ee986f
parentDrop incorrect usage of GYPFLAGS in live ebuild. Bug 428468 by dottomi. (diff)
downloadgentoo-2-508459e2c818a1fe7c3588483f7a0d2ed0a26d75.tar.gz
gentoo-2-508459e2c818a1fe7c3588483f7a0d2ed0a26d75.tar.bz2
gentoo-2-508459e2c818a1fe7c3588483f7a0d2ed0a26d75.zip
Fix OpenSSL dependency when using GOST.
(Portage version: 2.1.10.65/cvs/Linux i686)
-rw-r--r--net-dns/bind/ChangeLog6
-rw-r--r--net-dns/bind/bind-9.8.3_p1.ebuild4
-rw-r--r--net-dns/bind/bind-9.8.3_p2.ebuild4
-rw-r--r--net-dns/bind/bind-9.9.1_p2-r1.ebuild4
-rw-r--r--net-dns/bind/bind-9.9.1_p2.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index 6044ac623bdc..1a9b06b61e56 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/bind
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.403 2012/07/28 20:12:56 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.404 2012/07/28 21:29:03 idl0r Exp $
+
+ 28 Jul 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.8.3_p1.ebuild,
+ bind-9.8.3_p2.ebuild, bind-9.9.1_p2.ebuild, bind-9.9.1_p2-r1.ebuild:
+ Fix OpenSSL dependency when using GOST.
28 Jul 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.1_p2-r1.ebuild:
Add a comment for the libxml2 patch
diff --git a/net-dns/bind/bind-9.8.3_p1.ebuild b/net-dns/bind/bind-9.8.3_p1.ebuild
index f580299e67f7..d1efb66e9d03 100644
--- a/net-dns/bind/bind-9.8.3_p1.ebuild
+++ b/net-dns/bind/bind-9.8.3_p1.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-dns/bind/bind-9.8.3_p1.ebuild,v 1.8 2012/06/16 17:23:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.9 2012/07/28 21:29:03 idl0r Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -65,7 +65,7 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
geoip? ( >=dev-libs/geoip-1.4.6 )
gssapi? ( virtual/krb5 )
sdb-ldap? ( net-nds/openldap )
- gost? ( >=dev-libs/openssl-1.0.0 )"
+ gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )
diff --git a/net-dns/bind/bind-9.8.3_p2.ebuild b/net-dns/bind/bind-9.8.3_p2.ebuild
index 82b4f9d7e48c..7ba235b4c03a 100644
--- a/net-dns/bind/bind-9.8.3_p2.ebuild
+++ b/net-dns/bind/bind-9.8.3_p2.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-dns/bind/bind-9.8.3_p2.ebuild,v 1.1 2012/07/25 17:51:53 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p2.ebuild,v 1.2 2012/07/28 21:29:03 idl0r Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -65,7 +65,7 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
geoip? ( >=dev-libs/geoip-1.4.6 )
gssapi? ( virtual/krb5 )
sdb-ldap? ( net-nds/openldap )
- gost? ( >=dev-libs/openssl-1.0.0 )"
+ gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )
diff --git a/net-dns/bind/bind-9.9.1_p2-r1.ebuild b/net-dns/bind/bind-9.9.1_p2-r1.ebuild
index 9629acb82693..00701a53df48 100644
--- a/net-dns/bind/bind-9.9.1_p2-r1.ebuild
+++ b/net-dns/bind/bind-9.9.1_p2-r1.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-dns/bind/bind-9.9.1_p2-r1.ebuild,v 1.2 2012/07/28 20:12:56 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild,v 1.3 2012/07/28 21:29:03 idl0r Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -65,7 +65,7 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
geoip? ( >=dev-libs/geoip-1.4.6 )
gssapi? ( virtual/krb5 )
sdb-ldap? ( net-nds/openldap )
- gost? ( >=dev-libs/openssl-1.0.0 )"
+ gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )
diff --git a/net-dns/bind/bind-9.9.1_p2.ebuild b/net-dns/bind/bind-9.9.1_p2.ebuild
index 8180ce931b1d..ac3f4b367ca0 100644
--- a/net-dns/bind/bind-9.9.1_p2.ebuild
+++ b/net-dns/bind/bind-9.9.1_p2.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-dns/bind/bind-9.9.1_p2.ebuild,v 1.6 2012/07/27 16:34:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2.ebuild,v 1.7 2012/07/28 21:29:03 idl0r Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -65,7 +65,7 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
geoip? ( >=dev-libs/geoip-1.4.6 )
gssapi? ( virtual/krb5 )
sdb-ldap? ( net-nds/openldap )
- gost? ( >=dev-libs/openssl-1.0.0 )"
+ gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )