From ac0f5f7935f78cf179ae5913bf232a4aeaf2ef13 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 14 Jul 2015 20:11:32 +0200 Subject: [PATCH] bind: security update to 9.9.7P1 [CVE-2015-4620]. --- common/shlibs | 4 ++-- srcpkgs/bind/patches/cross.patch | 11 ----------- srcpkgs/bind/template | 10 +++++----- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/bind/patches/cross.patch diff --git a/common/shlibs b/common/shlibs index 14dc03d574d..4aaae5a2031 100644 --- a/common/shlibs +++ b/common/shlibs @@ -962,10 +962,10 @@ libtirpc.so.1 libtirpc-0.2.2_1 librpcsecgss.so.3 librpcsecgss-0.19_1 libnfsidmap.so.0 libnfsidmap-0.24_1 liblwres.so.91 bind-libs-9.9.6_1 -libdns.so.104 bind-libs-9.9.6_1 +libdns.so.106 bind-libs-9.9.7P1_1 libbind9.so.90 bind-libs-9.9.0_1 libisccfg.so.90 bind-libs-9.9.0_1 -libisc.so.95 bind-libs-9.9.3_1 +libisc.so.104 bind-libs-9.9.7P1_1 libisccc.so.90 bind-libs-9.9.0_1 libplist.so.3 libplist-1.12_1 libplist++.so.3 libplist++-1.12_1 diff --git a/srcpkgs/bind/patches/cross.patch b/srcpkgs/bind/patches/cross.patch deleted file mode 100644 index ad085cc5831..00000000000 --- a/srcpkgs/bind/patches/cross.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig 2014-11-19 07:28:13.215512881 +0100 -+++ configure.in 2014-11-19 07:28:57.431968243 +0100 -@@ -2869,7 +2869,7 @@ esac - case $ac_cv_have_if_nametoindex in - yes) - ISC_PLATFORM_HAVEIFNAMETOINDEX="#define ISC_PLATFORM_HAVEIFNAMETOINDEX 1" -- AC_DEFINE(HAVE_IF_NAMETOINDEX, 1) -+ AC_DEFINE([HAVE_IF_NAMETOINDEX], [1], [Have if_nametoindex]) - ;; - *) - ISC_PLATFORM_HAVEIFNAMETOINDEX="#undef ISC_PLATFORM_HAVEIFNAMETOINDEX" diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index 1e17744a7d5..a8205f4730b 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -1,16 +1,16 @@ # Template file for 'bind' pkgname=bind -_distver=9.9.6 -_patchver=P2 +_distver=9.9.7 +_patchver=P1 version="${_distver}${_patchver}" wrksrc="${pkgname}-${_distver}-${_patchver}" -revision=4 +revision=1 short_desc="Berkeley Internet Name Domain server" maintainer="Juan RP " license="ISC" homepage="http://www.isc.org/software/bind/" distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz" -checksum=5e882f453a8c799a121272f68bdb90936ce97bb857f8c2b3af1c8ba3d1b749ed +checksum=bd086ff58afaf03cfb8dc695c79b6bd6d0217ef56750a78ff0668b2b3acda34d build_style=gnu-configure configure_args="--sbindir=/usr/bin @@ -54,7 +54,7 @@ bind-utils_package() { pkg_install() { for f in dig host nslookup; do vmove usr/bin/${f} - vmove usr/share/man/man1/$(basename ${f}).1 + vmove usr/share/man/man1/${f}.1 done } }