summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-07-08 22:14:22 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-07-08 22:14:22 +0000
commit53ae61452e4cd0f0051396b0b0e442b5af8a9cda (patch)
tree0b23144e7b9d67e42393fcc857d4a9366037a476
parent64bd596b0bcd14d4fe8eb7d3cc0213f07d099b5a (diff)
- 9.5.0-P1 release (CVE-2008-1447)bind-9_5_0-28_P1_fc8
-rw-r--r--.cvsignore2
-rw-r--r--bind.spec13
-rw-r--r--sources2
3 files changed, 11 insertions, 6 deletions
diff --git a/.cvsignore b/.cvsignore
index fa3ff86..412a613 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,4 +1,4 @@
-bind-9.5.0.tar.gz
+bind-9.5.0-P1.tar.gz
config-2.tar
bind-chroot.tar.bz2
libbind-man.tar.gz
diff --git a/bind.spec b/bind.spec
index ba81fe3..7eff806 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,6 +2,8 @@
# Red Hat BIND package .spec file
#
+%define PATCHVER P1
+
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
%{?!efence: %define efence 0}
@@ -18,13 +20,13 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 27.2%{?dist}
+Release: 28.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: System Environment/Daemons
#
-Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz
+Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}-%{PATCHVER}.tar.gz
Source1: named.sysconfig
Source2: named.init
Source3: named.logrotate
@@ -182,7 +184,7 @@ chroot(2) jail for the named(8) program from the BIND package.
Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
%prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{PATCHVER}
# Common patches
%patch -p1 -b .varrun
@@ -405,7 +407,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.247 2008/06/18 11:37:44 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.248 2008/07/08 22:14:21 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -664,6 +666,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Jul 08 2008 Adam Tkac <atkac redhat com> 32:9.5.0-28.P1
+- 9.5.0-P1 release (CVE-2008-1447)
+
* Wed Jun 18 2008 Adam Tkac <atkac redhat com> 32:9.5.0-27.2
- parse inner acls correctly (#450995)
diff --git a/sources b/sources
index 8464ac6..1ec50a9 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-066484717db1d1b1b4092ddcf5d0eb6e bind-9.5.0.tar.gz
+a4f9dd6d205d24ec89fa4e44d8188197 bind-9.5.0-P1.tar.gz
9c3905b6aece5b4aa0deba6029437483 config-2.tar
4faa4395b955e5f8a3d50f308b9fabc8 bind-chroot.tar.bz2
13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz