From 9b5493c7bb23e007bc42c055a51845c0a6615b27 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 2 Sep 2015 23:45:46 +0200 Subject: [PATCH] bind: security update to 9.10.2-P4 (CVE-2015-5722, CVE-2015-5986) --- srcpkgs/bind/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index 8a159549f50..4639b0876e7 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -1,24 +1,22 @@ # Template file for 'bind' pkgname=bind _distver=9.10.2 -_patchver=P3 +_patchver=P4 version="${_distver}${_patchver}" +revision=1 wrksrc="${pkgname}-${_distver}-${_patchver}" -revision=2 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=78079a66dda455ffecfe93ef72d1ffc947f17b1c453d55ec06b860b49a5e1d4a +checksum=c00b21ec1def212957f28efe9d10aac52d6ec515e84fbf2c42143f5d71429cb8 build_style=gnu-configure -configure_args="--sbindir=/usr/bin - --disable-static --enable-threads --enable-largefile +configure_args="--disable-static --enable-threads --enable-largefile --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll --enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool --with-openssl=$XBPS_CROSS_BASE/usr --without-gssapi --without-gost" - hostmakedepends="automake libtool perl" makedepends="libressl-devel libxml2-devel libcap-devel readline-devel" conf_files="/etc/named/named.conf" @@ -41,6 +39,7 @@ post_install() { vinstall bin/tests/system/common/root.hint 640 var/named vinstall ${FILESDIR}/127.0.0.zone 640 var/named vinstall ${FILESDIR}/localhost.zone 640 var/named + vlicense COPYRIGHT LICENSE } bind-libs_package() {