[packages/bind] - up to 9.12.2; fixes CVE-2018-5738, CVE-2018-5737, CVE-2018-5736

arekm arekm at pld-linux.org
Wed Jul 11 09:58:32 CEST 2018


commit bf755541e8dadce706a4355bd45e5944fa152d78
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jul 11 09:58:22 2018 +0200

    - up to 9.12.2; fixes CVE-2018-5738, CVE-2018-5737, CVE-2018-5736

 bind-ac-libs.patch | 14 +++++++-------
 bind.spec          | 15 +++++++--------
 2 files changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 0effe59..853a23b 100644
--- a/bind.spec
+++ b/bind.spec
@@ -26,10 +26,10 @@
 %bcond_without	epoll		# disable epoll support
 %endif
 
-%define		ver	9.12.1
-%if 1
-%define		pverdot	.P2
-%define		pverdir	-P2
+%define		ver	9.12.2
+%if 0
+%define		pverdot	.P1
+%define		pverdir	-P1
 %else
 %define		pverdot	%{nil}
 %define		pverdir	%{nil}
@@ -51,7 +51,7 @@ Epoch:		7
 License:	MPL 2.0
 Group:		Networking/Daemons
 Source0:	ftp://ftp.isc.org/isc/bind9/%{ver}%{pverdir}/%{name}-%{ver}%{pverdir}.tar.gz
-# Source0-md5:	7fbefc12bd0cf891546ee9d8bc18f7b0
+# Source0-md5:	37c0e31138976cfddd48fe6e2fa3e329
 Source1:	named.init
 Source2:	named.sysconfig
 Source3:	named.logrotate
@@ -62,7 +62,7 @@ Source5:	http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
 Source6:	%{name}-hip.tar.gz
 # Source6-md5:	62a8a67f51ff8db9fe815205416a1f62
 Source7:	ftp://rs.internic.net/domain/root.zone
-# Source7-md5:	d1377ba28666891f9bea92556e764a4d
+# Source7-md5:	b443462901a0d16778019f12608d3234
 Source8:	%{name}-127.0.0.zone
 Source9:	%{name}-localhost.zone
 Source10:	%{name}-named.conf
@@ -452,7 +452,6 @@ bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 %{__sed} -i -e 's/NSLOOKUP 8/NSLOOKUP 1/' $RPM_BUILD_ROOT%{_mandir}/ja/man1/nslookup.1
 
 cp -p bin/tests/named.conf		EXAMPLE-CONFIG-named
-cp -p bin/tests/ndc.conf		EXAMPLE-CONFIG-ndc
 install -p %{SOURCE1}			$RPM_BUILD_ROOT/etc/rc.d/init.d/named
 cp -p %{SOURCE2}			$RPM_BUILD_ROOT/etc/sysconfig/named
 cp -p %{SOURCE3}			$RPM_BUILD_ROOT/etc/logrotate.d/named
@@ -637,7 +636,7 @@ fi
 %attr(755,root,root) %{_libdir}/libbind9.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libbind9.so.1200
 %attr(755,root,root) %{_libdir}/libdns.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdns.so.1203
+%attr(755,root,root) %ghost %{_libdir}/libdns.so.1205
 %attr(755,root,root) %{_libdir}/libirs.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libirs.so.1200
 %attr(755,root,root) %{_libdir}/libisc.so.*.*.*
diff --git a/bind-ac-libs.patch b/bind-ac-libs.patch
index 4c779e3..2e5beee 100644
--- a/bind-ac-libs.patch
+++ b/bind-ac-libs.patch
@@ -46,13 +46,13 @@
 +	iconvlib="-liconv"
  	;;
  esac
- 
-@@ -3028,7 +3028,7 @@
- 	if test "$idnlib" != no; then
- 		IDNLIBS="$idnlib $iconvlib"
+
+@@ -4801,7 +4801,7 @@ if test "no" != "$use_idnkit"; then
+ 	if test "no" != "$idnlib"; then
+ 		IDNKIT_LIBS="$idnlib $iconvlib"
  	else
--		IDNLIBS="-L$idn_path/lib -lidnkit $iconvlib"
-+		IDNLIBS="-lidnkit $iconvlib"
+-		IDNKIT_LIBS="-L$idnkit_path/lib -lidnkit $iconvlib"
++		IDNKIT_LIBS="-lidnkit $iconvlib"
  	fi
  fi
- AC_SUBST(IDNLIBS)
+ AC_SUBST(IDNKIT_LIBS)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bind.git/commitdiff/bf755541e8dadce706a4355bd45e5944fa152d78



More information about the pld-cvs-commit mailing list