summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-05-22 15:27:32 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-05-22 15:27:32 +0000
commit2b7cae2549a332422fa1ce7f8ae6f26ebbf55071 (patch)
treed9acad0efbc3bd24f0554e83f7308e1c383bd4f7 /bind.spec
parent2de2c4b95bede4502a43ec8e2404169f4c7f9eed (diff)
- 9.5.0rc1 releasebind-9_5_0-27_rc1_fc8
- initialize memory in ACL code correctly (#446848)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index 152548d..a1671f9 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
# Red Hat BIND package .spec file
#
-%define RELEASEVER b3
+%define RELEASEVER rc1
%{?!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: 26.%{RELEASEVER}%{?dist}
+Release: 27.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
Patch80: bind-9.5-edns.patch
Patch88: bind-9.5-recv-race.patch
+Patch89: bind-9.5-initialize.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -249,6 +250,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch83 -p1 -b .libidn2
%patch85 -p1 -b .libidn3
%patch88 -p1 -b .recv-race
+%patch89 -p1 -b .init
:;
@@ -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.244 2008/04/28 14:28:01 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.245 2008/05/22 15:27:32 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,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Thu May 22 2008 Adam Tkac <atkac redhat com> 32:9.5.0-27.rc1
+- 9.5.0rc1 release
+- initialize memory in ACL code correctly (#446848)
+
* Mon Apr 28 2008 Adam Tkac <atkac redhat com> 32:9.5.0-26.b3
- 9.5.0b3 release
- dropped patches (upstream)