[bind] update to bind-9.9.4b1

Tomas Hozza thozza at fedoraproject.org
Mon Jul 15 12:14:23 UTC 2013


commit 37d1c736246d3db22b39d8a9a0fabd26a092d885
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Jul 15 13:58:12 2013 +0200

    update to bind-9.9.4b1
    
    - drop merged RRL patch
    - drop merged stat.h patch
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 .gitignore            |    1 +
 bind-9.5-libidn.patch |    2 +-
 bind.spec             |   22 +-
 bind99-buildfix.patch |   12 +-
 bind99-stat.patch     |   12 -
 rl-9.9.3-P1.patch     | 3330 -------------------------------------------------
 sources               |    2 +-
 7 files changed, 21 insertions(+), 3360 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a137e07..480108f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ bind-9.7.2b1.tar.gz
 /bind-9.9.3rc2.tar.gz
 /bind-9.9.3.tar.gz
 /bind-9.9.3-P1.tar.gz
+/bind-9.9.4b1.tar.gz
diff --git a/bind-9.5-libidn.patch b/bind-9.5-libidn.patch
index fccfa61..e0831e4 100644
--- a/bind-9.5-libidn.patch
+++ b/bind-9.5-libidn.patch
@@ -12,7 +12,7 @@ diff -up bind-9.7.0b1/bin/dig/dighost.c.libidn bind-9.7.0b1/bin/dig/dighost.c
 +
  #include <dns/byaddr.h>
  #ifdef DIG_SIGCHASE
- #include <dns/dnssec.h>
+ #include <dns/callbacks.h>
 @@ -153,6 +158,14 @@ static void		idn_check_result(idn_result
  int  idnoptions	= 0;
  #endif
diff --git a/bind.spec b/bind.spec
index 3728ceb..ce2644a 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
 # Red Hat BIND package .spec file
 #
 
-%global PATCHVER P1
-#%%global PREVER rc2
-#%%global VERSION %{version}%{PREVER}
+#%%global PATCHVER P1
+%global PREVER b1
+%global VERSION %{version}%{PREVER}
 #%%global VERSION %{version}
-%global VERSION %{version}-%{PATCHVER}
+#%%global VERSION %{version}-%{PATCHVER}
 
 %{?!SDB:       %global SDB       1}
 %{?!test:      %global test      0}
@@ -25,8 +25,8 @@
 Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
 Name:     bind
 License:  ISC
-Version:  9.9.3
-Release:  3.%{?PATCHVER}%{?dist}
+Version:  9.9.4
+Release:  0.1.%{?PATCHVER}%{?PREVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -76,10 +76,8 @@ Patch125:bind99-buildfix.patch
 Patch127:bind99-forward.patch
 Patch130:bind-9.9.1-P2-dlz-libdb4.patch
 Patch131:bind-9.9.1-P2-multlib-conflict.patch
-Patch132:bind99-stat.patch
 Patch133:bind99-rh640538.patch
 Patch134:bind97-rh669163.patch
-Patch136:rl-9.9.3-P1.patch
 Patch137:bind99-rrl.patch
 # Install dns/update.h header for bind-dyndb-ldap plugin
 Patch138:bind-9.9.3-include-update-h.patch
@@ -279,7 +277,6 @@ popd
 %patch127 -p1 -b .forward
 %patch130 -p1 -b .libdb4
 %patch131 -p1 -b .multlib-conflict
-%patch136 -p0 -b .rl
 %patch137 -p1 -b .rrl
 %patch138 -p1 -b .update
 
@@ -314,7 +311,6 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
 %if %{SDB}
 %patch62 -p1 -b .sdb-sqlite-bld
 %endif
-%patch132 -p1 -b .stat
 %patch133 -p1 -b .rh640538
 %patch134 -p1 -b .rh669163
 %patch135 -p1 -b .libidn4
@@ -344,6 +340,7 @@ libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f
   --localstatedir=/var \
   --enable-threads \
   --enable-ipv6 \
+  --enable-rrl \
   --with-pic \
   --disable-static \
   --disable-openssl-version-check \
@@ -779,6 +776,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Mon Jul 15 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.4-0.1.b1
+- update to bind-9.9.4b1
+- drop merged RRL patch
+- drop merged stat.h patch
+
 * Wed Jun 05 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.3-3.P1
 - update to 9.9.3-P1 (fix for CVE-2013-3919)
 - update RRL patch to 9.9.3-P1-rl.156.01
diff --git a/bind99-buildfix.patch b/bind99-buildfix.patch
index 22db644..39d710f 100644
--- a/bind99-buildfix.patch
+++ b/bind99-buildfix.patch
@@ -1,12 +1,12 @@
-diff -up bind-9.9.2/bin/tests/system/Makefile.in.buildfix bind-9.9.2/bin/tests/system/Makefile.in
---- bind-9.9.2/bin/tests/system/Makefile.in.buildfix	2012-09-27 02:35:19.000000000 +0200
-+++ bind-9.9.2/bin/tests/system/Makefile.in	2012-10-11 13:33:21.245382076 +0200
+diff -up bind-9.9.4b1/bin/tests/system/Makefile.in.buildfix bind-9.9.4b1/bin/tests/system/Makefile.in
+--- bind-9.9.4b1/bin/tests/system/Makefile.in.buildfix	2013-07-15 11:02:23.354667876 +0200
++++ bind-9.9.4b1/bin/tests/system/Makefile.in	2013-07-15 11:04:19.109587522 +0200
 @@ -21,7 +21,7 @@ top_srcdir =	@top_srcdir@
  
  @BIND9_MAKE_INCLUDES@
  
--SUBDIRS =	dlzexternal filter-aaaa lwresd rpz rsabigexponent tkey tsiggss
-+SUBDIRS =	filter-aaaa lwresd rpz rsabigexponent tkey tsiggss
+-SUBDIRS =	dlzexternal filter-aaaa lwresd rpz rrl \
++SUBDIRS =	filter-aaaa lwresd rpz rrl \
+ 		rsabigexponent tkey tsiggss
  TARGETS =
  
- @BIND9_MAKE_RULES@
diff --git a/sources b/sources
index 22e98e8..2fd6d5f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-cf9cd9238d7bc15f1b4a5a5fff90f0d4  bind-9.9.3-P1.tar.gz
+9b6d2df9a74333c98ec434157e7cb0d6  bind-9.9.4b1.tar.gz
 d64062a182bf71dbcae7b2e2fe2cd55b  config-11.tar.bz2


More information about the scm-commits mailing list