summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-02-12 12:58:36 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-02-12 12:58:36 +0000
commit28d0a5960b2bc2ba4b3ff37d21791fb06d1abf9c (patch)
tree682841f836afb70ef78ba2179fef758a809de494 /bind.spec
parent47d257447e1ecfd067e5206ccee1c9571c6eb36e (diff)
- dropped bind-9.5-gssapi-header.patch (upstream) - dropped bind-9.5-CVE-2008-0122.patch (upstream) - improved patch for #400461 (segfault during sending notifies)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/bind.spec b/bind.spec
index 55bc594..b1da425 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
# Red Hat BIND package .spec file
#
-%define RELEASEVER b1
+%define RELEASEVER b2
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
@@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 24.%{RELEASEVER}%{?dist}
+Release: 25.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,6 @@ Patch69: bind-9.5.0-generate-xml.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
Patch80: bind-9.5-edns.patch
-Patch84: bind-9.5-gssapi-header.patch
-Patch86: bind-9.5-CVE-2008-0122.patch
Patch87: bind-9.5-transfer-segv.patch
# SDB patches
@@ -252,9 +250,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch73 -p1 -b .libidn
%patch80 -p1 -b .edns
%patch83 -p1 -b .libidn2
-%patch84 -p1 -b .gssapi-header
%patch85 -p1 -b .libidn3
-%patch86 -p0 -b .CVE-2008-0122
%patch87 -p1 -b .transfer-segv
:;
@@ -412,7 +408,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.241 2008/02/04 13:13:03 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.242 2008/02/12 12:58:35 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:
@@ -672,6 +668,12 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Feb 12 2008 Adam Tkac <atkac redhat com> 32:9.5.0-25.b2
+- 9.5.0b2
+ - dropped bind-9.5-gssapi-header.patch (upstream)
+ - dropped bind-9.5-CVE-2008-0122.patch (upstream)
+- improved patch for #400461 (segfault during sending notifies)
+
* Mon Feb 04 2008 Adam Tkac <atkac redhat com> 32:9.5.0-24.b1
- fixed segfault during sending notifies (#400461)