[bind/f18] New upstream patch version fixing CVE-2013-2266 (#928032)

Tomas Hozza thozza at fedoraproject.org
Wed Mar 27 13:09:05 UTC 2013


commit ee077f4544fd30464c7cd3bbd1faaff7f1fa1ccb
Author: Tomas Hozza <thozza at redhat.com>
Date:   Wed Mar 27 10:57:21 2013 +0100

    New upstream patch version fixing CVE-2013-2266 (#928032)
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 .gitignore        |    1 +
 bind.spec         |    7 +++++--
 rl-9.9.2-P1.patch |    2 +-
 sources           |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96c15bc..45af030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ bind-9.7.2b1.tar.gz
 /bind-9.9.2.tar.gz
 /bind-9.9.2-P1.tar.gz
 /config-9.tar.bz2
+/bind-9.9.2-P2.tar.gz
diff --git a/bind.spec b/bind.spec
index 4b12cb5..36a97fd 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
 # Red Hat BIND package .spec file
 #
 
-%global PATCHVER P1
+%global PATCHVER P2
 #%%global PREVER rc2
 #%%global VERSION %{version}%{PREVER}
 #%%global VERSION %{version}
@@ -26,7 +26,7 @@ Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
 Name:     bind
 License:  ISC
 Version:  9.9.2
-Release:  9.%{PATCHVER}%{?dist}
+Release:  10.%{PATCHVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -776,6 +776,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Wed Mar 27 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.2-10.P2
+- New upstream patch version fixing CVE-2013-2266 (#928032)
+
 * Wed Mar 06 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.2-9.P1
 - Fix Makefile.in to include header added by rate limiting patch (#918330)
 
diff --git a/rl-9.9.2-P1.patch b/rl-9.9.2-P1.patch
index 10067b9..c95a657 100644
--- a/rl-9.9.2-P1.patch
+++ b/rl-9.9.2-P1.patch
@@ -3261,4 +3261,4 @@ diff -up bind-9.9.2-P1/version.orig bind-9.9.2-P1/version
 -PATCHVER=2
 +PATCHVER=2-rl.028.23
  RELEASETYPE=-P
- RELEASEVER=1
+ RELEASEVER=2
diff --git a/sources b/sources
index ee4f256..3341dbb 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-44b9d1feb11de09811160775f94c2554  bind-9.9.2-P1.tar.gz
+2be7763c99b7e7b42ac3a18a267ce1aa  bind-9.9.2-P2.tar.gz
 6f22bed78f41bc27fa6d885b648da63e  config-9.tar.bz2


More information about the scm-commits mailing list