diff options
| author | Tomas Hozza <thozza@redhat.com> | 2013-06-05 09:52:49 +0200 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2013-06-05 09:52:49 +0200 |
| commit | 0c054b2ac84ae3839bbf56ad40a4dba5661e97e0 (patch) | |
| tree | a179863b02cad629ae2a4368e8ecbb1b98b0c8df | |
| parent | 76b23b8702e571e66a6ef8632a984a19efc1a223 (diff) | |
| download | bind-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-- | .gitignore | 1 | ||||
| -rw-r--r-- | bind.spec | 14 | ||||
| -rw-r--r-- | rl-9.9.3-P1.patch (renamed from rl-9.9.3.patch) | 6 | ||||
| -rw-r--r-- | sources | 2 |
4 files changed, 14 insertions, 9 deletions
@@ -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 @@ -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 @@ -1,2 +1,2 @@ -7baa8359f0773e04f63d7e694db1909c bind-9.9.3.tar.gz +cf9cd9238d7bc15f1b4a5a5fff90f0d4 bind-9.9.3-P1.tar.gz d64062a182bf71dbcae7b2e2fe2cd55b config-11.tar.bz2 |
