New upstream patch version fixing CVE-2013-2266 (#928032)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
2043f0c3c9
commit
31f953d106
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user