summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2009-01-08 14:15:31 +0000
committerAdam Tkac <atkac@fedoraproject.org>2009-01-08 14:15:31 +0000
commit45ec6972996d7756bd9dd9ae5ef7650598b31933 (patch)
treee157a0aa8dcdb284574c9dc80cd3304e28afa098 /bind.spec
parent6b85cb2838d070d67b992b62078fc75102543c39 (diff)
- 9.5.1-P1 release (CVE-2009-0025)bind-9_5_1-1_P1_fc10
- patches merged - bind-95-sdlz-include.patch - bind-96-rh475120.patch
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec18
1 files changed, 11 insertions, 7 deletions
diff --git a/bind.spec b/bind.spec
index f30edec..43fa44e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,8 +2,10 @@
# Red Hat BIND package .spec file
#
-%define PREVER b3
-%define VERSION %{version}%{PREVER}
+#%define PREVER b3
+#%define VERSION %{version}%{PREVER}
+%define PATCHVER P1
+%define VERSION %{version}-%{PATCHVER}
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
@@ -19,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.1
-Release: 0.9.3.%{PREVER}%{?dist}
+Release: 1.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -56,10 +58,8 @@ Patch16: bind-9.3.2-redhat_doc.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
Patch87: bind-9.5-parallel-build.patch
-Patch95: bind-95-sdlz-include.patch
Patch96: bind-95-rh469440.patch
Patch97: bind-95-rh452060.patch
-Patch98: bind-96-rh475120.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -239,7 +239,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch85 -p1 -b .libidn3
%patch87 -p1 -b .parallel
%patch94 -p1 -b .rh461409
-%patch95 -p1 -b .includes
%patch96 -p1 -b .rh469440
%patch97 -p1 -b .rh452060
@@ -250,7 +249,6 @@ for i in bin/named{,-sdb}/{,unix}/Makefile.in; do
done
%endif
-%patch98 -p1 -b .rh475120
:;
%build
@@ -640,6 +638,12 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Thu Jan 08 2009 Adam Tkac <atkac redhat com> 32:9.5.1-1.P1
+- 9.5.1-P1 release (CVE-2009-0025)
+- patches merged
+ - bind-95-sdlz-include.patch
+ - bind-96-rh475120.patch
+
* Tue Dec 09 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.9.3.b3
- allow to reuse address for non-random query-source ports (#475120)