summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-07-24 09:13:46 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-07-24 09:13:46 +0000
commitcba50028c5a6512d0c6be4c498868be83190c585 (patch)
tree21194e44b388f9827ed25d5c6a1cab7420ddc76c
parentc07661f8709d7ee49839031bf2a3aabb811b9e19 (diff)
downloadbind-cba50028c5a6512d0c6be4c498868be83190c585.tar.gz
bind-cba50028c5a6512d0c6be4c498868be83190c585.tar.xz
bind-cba50028c5a6512d0c6be4c498868be83190c585.zip
- updated to 9.4.1-P1 (CVE-2007-2925 and CVE-2007-2926 - #248866)bind-9_4_1-7__fc7
-rw-r--r--.cvsignore5
-rw-r--r--bind.spec15
-rw-r--r--sources2
3 files changed, 13 insertions, 9 deletions
diff --git a/.cvsignore b/.cvsignore
index 7085344..afcab10 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,4 +1 @@
-bind-9.4.1.tar.gz
-bind-chroot.tar.bz2
-libbind-man.tar.gz
-config.tar
+bind-9.4.1-P1.tar.gz
diff --git a/bind.spec b/bind.spec
index 4517b82..03ee8d0 100644
--- a/bind.spec
+++ b/bind.spec
@@ -1,6 +1,9 @@
#
# Red Hat BIND package .spec file
#
+
+%define RELEASEVER P1
+
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
%{?!efence: %define efence 0}
@@ -17,13 +20,13 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.4.1
-Release: 6.1%{?dist}
+Release: 7.${RELEASEVER}%{?dist}
Epoch: 31
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}-%{RELEASEVER}.tar.gz
Source1: named.sysconfig
Source2: named.init
Source3: named.logrotate
@@ -224,7 +227,7 @@ BIND's idn implementation libraries
%prep
-%setup -q -n %{name}-%{version}%{?prever}
+%setup -q -n %{name}-%{version}-%{RELEASEVER}
%patch -p1 -b .varrun
%patch1 -p1 -b .key
%patch2 -p1 -b .openssl_suffix
@@ -460,7 +463,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.185 2007/06/21 11:56:18 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.186 2007/07/24 09:13:46 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:
@@ -784,6 +787,10 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
+* Tue Jul 24 2007 Adam Tkac <atkac redhat com> 31:9.4.1-7.P1.fc7
+- updated to latest upstream (contains fixes for CVE-2007-2925 and
+ CVE-2007-2926)
+
* Wed Jun 21 2007 Adam Tkac <atkac redhat com> 31:9.4.1-6.1.fc7
- minor changes in caching-nameserver configuration
diff --git a/sources b/sources
index 8fed63c..20a394e 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-09b54d35036cb0423b2e618f21766285 bind-9.4.1.tar.gz
+44e0514e6105ddaa235394045d9aeb0c bind-9.4.1-P1.tar.gz
5306e4032389c2a8ddba678882bc82ad bind-chroot.tar.bz2
13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz
be1c17ce7c3ec560fd67fc006b7a20f9 config.tar