[bind] Update to 9.9.1

Adam Tkac atkac at fedoraproject.org
Thu May 24 12:51:10 UTC 2012


commit 475645f00d4e16bc7c5cd6cb766816a24f3ad005
Author: Adam Tkac <atkac at redhat.com>
Date:   Thu May 24 14:50:55 2012 +0200

    Update to 9.9.1
    
    - bind99-coverity.patch merged
    - bind-9.5-overflow.patch merged
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 .gitignore              |    1 +
 bind-9.5-overflow.patch |   24 ------------------------
 bind.spec               |   13 +++++++------
 bind99-coverity.patch   |   21 ---------------------
 sources                 |    2 +-
 5 files changed, 9 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2efa742..d7dcf93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ bind-9.7.2b1.tar.gz
 /bind-9.9.0rc1.tar.gz
 /bind-9.9.0rc2.tar.gz
 /bind-9.9.0.tar.gz
+/bind-9.9.1.tar.gz
diff --git a/bind.spec b/bind.spec
index 687e5f6..4ebbb1e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,8 +21,8 @@
 Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
 Name:     bind
 License:  ISC
-Version:  9.9.0
-Release:  6%{?dist}
+Version:  9.9.1
+Release:  1%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -54,7 +54,6 @@ Source41: setup-named-chroot.sh
 Patch5:  bind-nonexec.patch
 Patch10: bind-9.5-PIE.patch
 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
 Patch99: bind-96-libtool2.patch
@@ -72,7 +71,6 @@ Patch123:bind98-rh735103.patch
 Patch124:nslookup-norec.patch
 Patch125:bind99-buildfix.patch
 Patch127:bind99-forward.patch
-Patch128:bind99-coverity.patch
 Patch129:bind98-rh816164.patch
 
 # SDB patches
@@ -241,8 +239,6 @@ Based on the code from Jan "Yenya" Kasprzak <kas at fi.muni.cz>
 %patch10 -p1 -b .PIE
 %patch16 -p1 -b .redhat_doc
 %patch104 -p1 -b .dyndb
-%patch128 -p1 -b .coverity
-%patch71 -p1 -b .overflow
 %ifnarch alpha ia64
 %patch72 -p1 -b .64bit
 %endif
@@ -776,6 +772,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Thu May 24 2012 Adam Tkac <atkac redhat com> 32:9.9.1-1
+- update to 9.9.1
+- bind99-coverity.patch merged
+- bind-9.5-overflow.patch merged
+
 * Mon May 07 2012 Adam Tkac <atkac redhat com> 32:9.9.0-6
 - nslookup: return non-zero exit code when fail to get answer (#816164)
 
diff --git a/sources b/sources
index 7e92ff7..a6dcfd2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9281d0b04f711d28153ba1ab04a54026  bind-9.9.0.tar.gz
+bb37c88f81e03b1d5208d238c6aa51fa  bind-9.9.1.tar.gz
 76857526420dc8e153ad688aeb5a2c4b  config-8.tar.bz2


More information about the scm-commits mailing list