bind: security update to 9.10.2-P4 (CVE-2015-5722, CVE-2015-5986)
This commit is contained in:
parent
95efef725f
commit
9b5493c7bb
1 changed files with 5 additions and 6 deletions
|
@ -1,24 +1,22 @@
|
||||||
# Template file for 'bind'
|
# Template file for 'bind'
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
_distver=9.10.2
|
_distver=9.10.2
|
||||||
_patchver=P3
|
_patchver=P4
|
||||||
version="${_distver}${_patchver}"
|
version="${_distver}${_patchver}"
|
||||||
|
revision=1
|
||||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||||
revision=2
|
|
||||||
short_desc="Berkeley Internet Name Domain server"
|
short_desc="Berkeley Internet Name Domain server"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://www.isc.org/software/bind/"
|
homepage="http://www.isc.org/software/bind/"
|
||||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||||
checksum=78079a66dda455ffecfe93ef72d1ffc947f17b1c453d55ec06b860b49a5e1d4a
|
checksum=c00b21ec1def212957f28efe9d10aac52d6ec515e84fbf2c42143f5d71429cb8
|
||||||
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--disable-static --enable-threads --enable-largefile
|
||||||
--disable-static --enable-threads --enable-largefile
|
|
||||||
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
|
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
|
||||||
--enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool
|
--enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool
|
||||||
--with-openssl=$XBPS_CROSS_BASE/usr --without-gssapi --without-gost"
|
--with-openssl=$XBPS_CROSS_BASE/usr --without-gssapi --without-gost"
|
||||||
|
|
||||||
hostmakedepends="automake libtool perl"
|
hostmakedepends="automake libtool perl"
|
||||||
makedepends="libressl-devel libxml2-devel libcap-devel readline-devel"
|
makedepends="libressl-devel libxml2-devel libcap-devel readline-devel"
|
||||||
conf_files="/etc/named/named.conf"
|
conf_files="/etc/named/named.conf"
|
||||||
|
@ -41,6 +39,7 @@ post_install() {
|
||||||
vinstall bin/tests/system/common/root.hint 640 var/named
|
vinstall bin/tests/system/common/root.hint 640 var/named
|
||||||
vinstall ${FILESDIR}/127.0.0.zone 640 var/named
|
vinstall ${FILESDIR}/127.0.0.zone 640 var/named
|
||||||
vinstall ${FILESDIR}/localhost.zone 640 var/named
|
vinstall ${FILESDIR}/localhost.zone 640 var/named
|
||||||
|
vlicense COPYRIGHT LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
bind-libs_package() {
|
bind-libs_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue