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>
This commit is contained in:
Tomas Hozza 2013-06-05 09:52:49 +02:00
parent 76b23b8702
commit 0c054b2ac8
4 changed files with 14 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,2 +1,2 @@
7baa8359f0773e04f63d7e694db1909c bind-9.9.3.tar.gz
cf9cd9238d7bc15f1b4a5a5fff90f0d4 bind-9.9.3-P1.tar.gz
d64062a182bf71dbcae7b2e2fe2cd55b config-11.tar.bz2