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:
parent
76b23b8702
commit
0c054b2ac8
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
14
bind.spec
14
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
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user