bind: security update to 9.10.2-P4 (CVE-2015-5722, CVE-2015-5986)

This commit is contained in:
Alessio Sergi 2015-09-02 23:45:46 +02:00
parent 95efef725f
commit 9b5493c7bb

View file

@ -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 <xtraeme@voidlinux.eu>"
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() {