summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2013-06-05 09:52:49 +0200
committerTomas Hozza <thozza@redhat.com>2013-06-05 09:52:49 +0200
commit0c054b2ac84ae3839bbf56ad40a4dba5661e97e0 (patch)
treea179863b02cad629ae2a4368e8ecbb1b98b0c8df
parent76b23b8702e571e66a6ef8632a984a19efc1a223 (diff)
downloadbind-0c054b2ac84ae3839bbf56ad40a4dba5661e97e0.tar.gz
bind-0c054b2ac84ae3839bbf56ad40a4dba5661e97e0.tar.xz
bind-0c054b2ac84ae3839bbf56ad40a4dba5661e97e0.zip
update to 9.9.3-P1 (fix for CVE-2013-3919)
- update RRL patch to 9.9.3-P1-rl.156.01 Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--.gitignore1
-rw-r--r--bind.spec14
-rw-r--r--rl-9.9.3-P1.patch (renamed from rl-9.9.3.patch)6
-rw-r--r--sources2
4 files changed, 14 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 28ac980..a137e07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ bind-9.7.2b1.tar.gz
/config-11.tar.bz2
/bind-9.9.3rc2.tar.gz
/bind-9.9.3.tar.gz
+/bind-9.9.3-P1.tar.gz
diff --git a/bind.spec b/bind.spec
index cc30d4d..46e1737 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
# Red Hat BIND package .spec file
#
-#%%global PATCHVER P2
+%global PATCHVER P1
#%%global PREVER rc2
#%%global VERSION %{version}%{PREVER}
-%global VERSION %{version}
-#%%global VERSION %{version}-%{PATCHVER}
+#%%global VERSION %{version}
+%global VERSION %{version}-%{PATCHVER}
%{?!SDB: %global SDB 1}
%{?!test: %global test 0}
@@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.3
-Release: 2%{?PREVER}%{?dist}
+Release: 3.%{?PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -79,7 +79,7 @@ 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.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
@@ -779,6 +779,10 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Wed Jun 05 2013 Tomas Hozza <thozza@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
+
* Mon Jun 03 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.3-2
- bump release to prevent update path issues
diff --git a/rl-9.9.3.patch b/rl-9.9.3-P1.patch
index 90ad238..493c4da 100644
--- a/rl-9.9.3.patch
+++ b/rl-9.9.3-P1.patch
@@ -3325,6 +3325,6 @@ diff -r -u version-orig version
MAJORVER=9
MINORVER=9
-PATCHVER=3
-+PATCHVER=3-rl.150.20
- RELEASETYPE=
- RELEASEVER=
++PATCHVER=3-rl.156.01
+ RELEASETYPE=-P
+ RELEASEVER=1
diff --git a/sources b/sources
index 50b7464..22e98e8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7baa8359f0773e04f63d7e694db1909c bind-9.9.3.tar.gz
+cf9cd9238d7bc15f1b4a5a5fff90f0d4 bind-9.9.3-P1.tar.gz
d64062a182bf71dbcae7b2e2fe2cd55b config-11.tar.bz2