diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2013-03-29 13:00:08 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2013-03-29 13:00:08 +0000 |
commit | 728324f3d15e0832b054b1ade0a365e57f0f7f0c (patch) | |
tree | 8b7b29253ecb662e13ac393265de5cfd60a0a430 /net-dns/bind | |
parent | Update VALA_MAX_API_VERSION (diff) | |
download | gentoo-2-728324f3d15e0832b054b1ade0a365e57f0f7f0c.tar.gz gentoo-2-728324f3d15e0832b054b1ade0a365e57f0f7f0c.tar.bz2 gentoo-2-728324f3d15e0832b054b1ade0a365e57f0f7f0c.zip |
Security bump
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.2_p2.ebuild (renamed from net-dns/bind/bind-9.9.2_p1-r1.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 8410b729a388..a5245232d2da 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.442 2013/03/28 21:45:20 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.443 2013/03/29 13:00:08 idl0r Exp $ + +*bind-9.9.2_p2 (29 Mar 2013) + + 29 Mar 2013; Christian Ruppert <idl0r@gentoo.org> -bind-9.9.2_p1-r1.ebuild, + +bind-9.9.2_p2.ebuild: + Security bump 28 Mar 2013; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2_p1-r1.ebuild, +files/bind-9.9.2_p1-libxml.patch: diff --git a/net-dns/bind/bind-9.9.2_p1-r1.ebuild b/net-dns/bind/bind-9.9.2_p2.ebuild index f5e7453fbb8d..b8930a6dc3ba 100644 --- a/net-dns/bind/bind-9.9.2_p1-r1.ebuild +++ b/net-dns/bind/bind-9.9.2_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.9.2_p1-r1.ebuild,v 1.2 2013/03/28 21:45:20 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2_p2.ebuild,v 1.1 2013/03/29 13:00:08 idl0r Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -48,7 +48,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" @@ -108,7 +108,7 @@ src_prepare() { done # Fix libxml-2.9.x detection, bug 463626 - epatch "${FILESDIR}/${P}-libxml.patch" + epatch "${FILESDIR}/${PN}-9.9.2_p1-libxml.patch" if use dlz; then # bind fails to reconnect to MySQL5 databases, bug #180720, patch by Nicolas Brousse @@ -138,7 +138,7 @@ src_prepare() { if use geoip; then cp "${DISTDIR}"/${GEOIP_PATCH_A} "${S}" || die sed -i -e 's:^ RELEASETYPE=: RELEASETYPE=-P:' \ - -e 's:RELEASEVER=:RELEASEVER=1:' \ + -e 's:RELEASEVER=:RELEASEVER=2:' \ ${GEOIP_PATCH_A} || die # sed -i -e 's:RELEASEVER=2:RELEASEVER=3:' ${GEOIP_PATCH_A} || die epatch ${GEOIP_PATCH_A} |