summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-07-11 10:16:21 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-07-11 10:16:21 +0000
commit596ecdd1c0a5c8c196f83eb0bb87eedcaf70e0ef (patch)
treea604c41c66922f9e1eee7d8a4b9b27a857afaa8c /bind.spec
parentbc2261de8ac6a57f61db386b8d8d231b763488e0 (diff)
- 9.5.1b1 release (CVE-2008-1447)
- dropped bind-9.5-recv-race.patch because upstream doesn't want it
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/bind.spec b/bind.spec
index 6e21687..9583c15 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,6 +2,8 @@
# Red Hat BIND package .spec file
#
+%define PREVER b1
+
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
%{?!test: %define test 0}
@@ -15,14 +17,14 @@
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
Name: bind
License: ISC
-Version: 9.5.0
-Release: 37.1%{?dist}
+Version: 9.5.1
+Release: 0.1.%{PREVER}%{?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}%{PREVER}.tar.gz
Source1: named.sysconfig
Source2: named.init
Source3: named.logrotate
@@ -54,7 +56,6 @@ Patch63: bind-9.4.0-dnssec-directory.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
Patch87: bind-9.5-parallel-build.patch
-Patch89: bind-9.5-recv-race.patch
Patch90: bind-9.5-edns.patch
Patch91: bind95-rh450995.patch
@@ -173,7 +174,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}%{PREVER}
# Common patches
%patch -p1 -b .varrun
@@ -237,7 +238,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch83 -p1 -b .libidn2
%patch85 -p1 -b .libidn3
%patch87 -p1 -b .parallel
-%patch89 -p1 -b .recv-race
%patch90 -p1 -b .edns
%patch91 -p1 -b .rh450995
:;
@@ -636,6 +636,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Jul 08 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.1.b1
+- 9.5.1b1 release (CVE-2008-1447)
+- dropped bind-9.5-recv-race.patch because upstream doesn't want it
+
* Mon Jun 30 2008 Adam Tkac <atkac redhat com> 32:9.5.0-37.1
- update default named.conf statements (#452708)