Change-Id: I91535fb7336fa003c5f19edb54d62c757bbdd8d9
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4769
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,26 +1,26 @@ |
| 1 |
-Summary: Domain Name System software |
|
| 2 |
-Name: bindutils |
|
| 3 |
-Version: 9.10.4 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 5 |
-License: ISC |
|
| 6 |
-URL: http://www.isc.org/downloads/bind/ |
|
| 7 |
-Source0: ftp://ftp.isc.org/isc/bind9/%{version}-P8/bind-%{version}-P8.tar.gz
|
|
| 8 |
-%define sha1 bind=33a4c37bb85f632e7002bc157e9d357e389466da |
|
| 9 |
-Group: Development/Tools |
|
| 10 |
-Vendor: VMware, Inc. |
|
| 11 |
-Distribution: Photon |
|
| 12 |
-Requires: openssl |
|
| 13 |
-Requires: shadow |
|
| 14 |
-BuildRequires: openssl-devel |
|
| 1 |
+Summary: Domain Name System software |
|
| 2 |
+Name: bindutils |
|
| 3 |
+Version: 9.10.6 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 |
+License: ISC |
|
| 6 |
+URL: http://www.isc.org/downloads/bind/ |
|
| 7 |
+Source0: ftp://ftp.isc.org/isc/bind9/%{version}-P8/bind-%{version}-P1.tar.gz
|
|
| 8 |
+%define sha1 bind=adb06033d5538f2412c8f61ffca123e293ca393a |
|
| 9 |
+Group: Development/Tools |
|
| 10 |
+Vendor: VMware, Inc. |
|
| 11 |
+Distribution: Photon |
|
| 12 |
+Requires: openssl |
|
| 13 |
+Requires: shadow |
|
| 14 |
+BuildRequires: openssl-devel |
|
| 15 | 15 |
%description |
| 16 | 16 |
BIND is open source software that implements the Domain Name System (DNS) protocols |
| 17 | 17 |
for the Internet. It is a reference implementation of those protocols, but it is |
| 18 | 18 |
also production-grade software, suitable for use in high-volume and high-reliability applications. |
| 19 | 19 |
%prep |
| 20 |
-%setup -qn bind-%{version}-P8
|
|
| 20 |
+%setup -qn bind-%{version}-P1
|
|
| 21 | 21 |
%build |
| 22 | 22 |
./configure \ |
| 23 |
- --prefix=%{_prefix}
|
|
| 23 |
+ --prefix=%{_prefix}
|
|
| 24 | 24 |
make -C lib/dns %{?_smp_mflags}
|
| 25 | 25 |
make -C lib/isc %{?_smp_mflags}
|
| 26 | 26 |
make -C lib/bind9 %{?_smp_mflags}
|
| ... | ... |
@@ -52,7 +52,7 @@ if ! getent passwd named >/dev/null; then |
| 52 | 52 |
fi |
| 53 | 53 |
%post -p /sbin/ldconfig |
| 54 | 54 |
|
| 55 |
-%postun |
|
| 55 |
+%postun |
|
| 56 | 56 |
/sbin/ldconfig |
| 57 | 57 |
if getent passwd named >/dev/null; then |
| 58 | 58 |
userdel named |
| ... | ... |
@@ -68,8 +68,9 @@ fi |
| 68 | 68 |
%{_sysconfdir}/*
|
| 69 | 69 |
%{_prefix}/lib/tmpfiles.d/named.conf
|
| 70 | 70 |
|
| 71 |
- |
|
| 72 | 71 |
%changelog |
| 72 |
+* Mon Feb 12 2018 Xiaolin Li <xiaolinl@vmware.com> 9.10.6-1 |
|
| 73 |
+- Upgrading version to 9.10.6-P1, fix CVE-2017-3145 |
|
| 73 | 74 |
* Thu Jun 15 2017 Kumar Kaushik <kaushikk@vmware.com> 9.10.4-2 |
| 74 | 75 |
- Upgraded the version to 9.10.4-P8, fixing CVE-2016-2776 |
| 75 | 76 |
* Mon Jun 06 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 9.10.4-1 |