d6c055
Update to 9.10.2-P3 to fix CVE-2015-5477
@@ -56,3 +56,4 @@ bind-9.7.2b1.tar.gz
|
|
56
56
|
/config-14.tar.bz2
|
57
57
|
/bind-9.10.2-P1.tar.gz
|
58
58
|
/bind-9.10.2-P2.tar.gz
|
59
|
+
/bind-9.10.2-P3.tar.gz
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# Red Hat BIND package .spec file
|
3
3
|
#
|
4
4
|
|
5
|
-
%global PATCHVER
|
5
|
+
%global PATCHVER P3
|
6
6
|
#%%global PREVER rc2
|
7
7
|
%global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
|
8
8
|
|
@@ -24,7 +24,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|
24
24
|
Name: bind
|
25
25
|
License: ISC
|
26
26
|
Version: 9.10.2
|
27
|
-
Release:
|
27
|
+
Release: 9%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
28
28
|
Epoch: 32
|
29
29
|
Url: http://www.isc.org/products/BIND/
|
30
30
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
@@ -996,6 +996,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
996
996
|
|
997
997
|
|
998
998
|
%changelog
|
999
|
+
* Wed Jul 29 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-9.P3
|
1000
|
+
- Update to 9.10.2-P3 to fix CVE-2015-5477
|
1001
|
+
|
999
1002
|
* Thu Jul 09 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-8.P2
|
1000
1003
|
- Update to 9.10.2-P2
|
1001
1004
|
|
@@ -1,2 +1,2 @@
|
|
1
|
-
55d8f094bc10baae0e23e5e9100ba320 bind-9.10.2-P2.tar.gz
|
2
1
|
dd419c3869c9bb1d73e044177ec1623c config-14.tar.bz2
|
2
|
+
a810d5d65fbdcf28dcda80d646913c3a bind-9.10.2-P3.tar.gz
|