diff options
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.1_p4.ebuild | 4 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 1bc1ec7a95f9..237d11fefc6f 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.427 2012/11/01 19:07:51 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.428 2012/11/04 20:20:20 ulm Exp $ + + 04 Nov 2012; Ulrich Müller <ulm@gentoo.org> bind-9.9.1_p4.ebuild, + bind-9.9.2.ebuild: + Update LICENSE, RSA-PKCS11 is replaced by RSA, bug 440752. 01 Nov 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2.ebuild: Fix LICENSE, bug 440752. diff --git a/net-dns/bind/bind-9.9.1_p4.ebuild b/net-dns/bind/bind-9.9.1_p4.ebuild index 4a7243d90c6b..333f02337a35 100644 --- a/net-dns/bind/bind-9.9.1_p4.ebuild +++ b/net-dns/bind/bind-9.9.1_p4.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_p4.ebuild,v 1.7 2012/10/17 18:00:15 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild,v 1.8 2012/11/04 20:20:20 ulm Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -45,7 +45,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz sdb-ldap? ( http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2 ) rrl? ( http://ss.vix.com/~vixie/rl-${RRL_PV}.patch )" -LICENSE="as-is" +LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb caps dlz doc filter-aaaa geoip gost gssapi idn ipv6 ldap mysql odbc diff --git a/net-dns/bind/bind-9.9.2.ebuild b/net-dns/bind/bind-9.9.2.ebuild index 0405eb6b3584..30852d0c7fc3 100644 --- a/net-dns/bind/bind-9.9.2.ebuild +++ b/net-dns/bind/bind-9.9.2.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.2.ebuild,v 1.6 2012/11/01 19:07:51 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.7 2012/11/04 20:20:20 ulm Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -50,7 +50,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz )" # rrl? ( http://ss.vix.com/~vixie/rl-${RRL_PV}.patch )" -LICENSE="ISC BSD BSD-2 HPND JNIC RSA-PKCS11 openssl" +LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb caps dlz doc filter-aaaa geoip gost gssapi idn ipv6 ldap mysql odbc |