diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2013-03-29 13:32:48 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2013-03-29 13:32:48 +0000 |
commit | d5559cd425ba19fbb459b8a452ef1a9da80c2b77 (patch) | |
tree | 17940bf313022d6ebe39460f68cc9a0062f22026 | |
parent | Stable for ia64, wrt bug #458984 (diff) | |
download | gentoo-2-d5559cd425ba19fbb459b8a452ef1a9da80c2b77.tar.gz gentoo-2-d5559cd425ba19fbb459b8a452ef1a9da80c2b77.tar.bz2 gentoo-2-d5559cd425ba19fbb459b8a452ef1a9da80c2b77.zip |
Bump 9.8.4 as well
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
-rw-r--r-- | net-dns/bind/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/bind/bind-9.8.4_p2.ebuild (renamed from net-dns/bind/bind-9.8.4_p1.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index a5245232d2da..56d9e0d0db3d 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dns/bind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.443 2013/03/29 13:00:08 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.444 2013/03/29 13:32:48 idl0r Exp $ + +*bind-9.8.4_p2 (29 Mar 2013) + + 29 Mar 2013; Christian Ruppert <idl0r@gentoo.org> -bind-9.8.4_p1.ebuild, + +bind-9.8.4_p2.ebuild: + Bump 9.8.4 as well *bind-9.9.2_p2 (29 Mar 2013) diff --git a/net-dns/bind/bind-9.8.4_p1.ebuild b/net-dns/bind/bind-9.8.4_p2.ebuild index e78459074bb7..65b670d7b43b 100644 --- a/net-dns/bind/bind-9.8.4_p1.ebuild +++ b/net-dns/bind/bind-9.8.4_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.4_p1.ebuild,v 1.1 2013/02/28 22:45:55 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.4_p2.ebuild,v 1.1 2013/03/29 13:32:48 idl0r 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 )" + rrl? ( http://ss.vix.su/~vjs/rl-${RRL_PV}.patch )" LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl" SLOT="0" @@ -129,6 +129,8 @@ src_prepare() { # sed -i -e 's:^ RELEASETYPE=: RELEASETYPE=-P:' \ # -e 's:RELEASEVER=:RELEASEVER=1:' \ # ${GEOIP_PATCH_A} || die + sed -i -e 's:RELEASEVER=1:RELEASEVER=2:' \ + ${GEOIP_PATCH_A} || die epatch ${GEOIP_PATCH_A} fi |