summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-07-15 20:27:20 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-07-15 20:27:20 +0000
commita26d24f3de363e5928e57db4aa7dc995507f30d7 (patch)
tree65935c06c78bea7e912c5dbbc5a8da9d40a33c74 /net-dns
parentx86 stable, bug #326039 (diff)
downloadgentoo-2-a26d24f3de363e5928e57db4aa7dc995507f30d7.tar.gz
gentoo-2-a26d24f3de363e5928e57db4aa7dc995507f30d7.tar.bz2
gentoo-2-a26d24f3de363e5928e57db4aa7dc995507f30d7.zip
Bump due to a security fix, http://www.isc.org/files/release-notes/BIND971P2.txt.txt
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/ChangeLog9
-rw-r--r--net-dns/bind/bind-9.7.1_p2.ebuild (renamed from net-dns/bind/bind-9.7.1.ebuild)7
2 files changed, 11 insertions, 5 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index c7612a7ce3d7..ad3267b8cd0d 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/bind
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.283 2010/06/29 16:02:32 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.284 2010/07/15 20:27:20 idl0r Exp $
+
+*bind-9.7.1_p2 (15 Jul 2010)
+
+ 15 Jul 2010; Christian Ruppert <idl0r@gentoo.org> -bind-9.7.1.ebuild,
+ +bind-9.7.1_p2.ebuild:
+ Bump due to a security fix,
+ http://www.isc.org/files/release-notes/BIND971P2.txt.txt
29 Jun 2010; Christian Ruppert <idl0r@gentoo.org> bind-9.6.2_p2.ebuild,
bind-9.7.0_p2-r1.ebuild, bind-9.7.1.ebuild:
diff --git a/net-dns/bind/bind-9.7.1.ebuild b/net-dns/bind/bind-9.7.1_p2.ebuild
index 6eb5154f0562..b15fcfe0e74f 100644
--- a/net-dns/bind/bind-9.7.1.ebuild
+++ b/net-dns/bind/bind-9.7.1_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild,v 1.5 2010/06/29 16:02:32 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild,v 1.1 2010/07/15 20:27:20 idl0r Exp $
EAPI="3"
@@ -86,9 +86,8 @@ src_prepare() {
if use geoip; then
cp "${DISTDIR}"/${GEOIP_P}.patch "${S}" || die
- sed -i -e 's/RELEASETYPE=-P/RELEASETYPE=/' \
- -e 's/-RELEASEVER=3/-RELEASEVER=/' \
- -e 's/+RELEASEVER=3-geoip-1.3/+RELEASEVER=geoip-1.3/' \
+ sed -i -e 's/-RELEASEVER=3/-RELEASEVER=2/' \
+ -e 's/+RELEASEVER=3-geoip-1.3/+RELEASEVER=2-geoip-1.3/' \
${GEOIP_P}.patch || die
epatch ${GEOIP_P}.patch
fi