New upstream patch version fixing CVE-2013-2266 (#928032)

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2013-03-27 10:57:21 +01:00
parent 2043f0c3c9
commit 31f953d106
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ bind-9.7.2b1.tar.gz
/bind-9.9.2-P1.tar.gz
/config-9.tar.bz2
/config-10.tar.bz2
/bind-9.9.2-P2.tar.gz

View File

@ -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: 11.%{PATCHVER}%{?dist}
Release: 12.%{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@redhat.com> 32:9.9.2-12.P2
- New upstream patch version fixing CVE-2013-2266 (#928032)
* Tue Mar 19 2013 Adam Tkac <atkac redhat com> 32:9.9.2-11.P1
- move pidfile to /run/named/named.pid

View File

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

View File

@ -1,2 +1,2 @@
44b9d1feb11de09811160775f94c2554 bind-9.9.2-P1.tar.gz
2be7763c99b7e7b42ac3a18a267ce1aa bind-9.9.2-P2.tar.gz
cb4a8ddb193f69b5643a6ae918596fc9 config-10.tar.bz2