bind: update to 9.11.6.

This commit is contained in:
Johannes 2019-04-07 19:08:23 +02:00 committed by maxice8
parent 6b2d185cc2
commit a7fadf0e0a
2 changed files with 8 additions and 9 deletions

View File

@ -1036,7 +1036,7 @@ libtirpc.so.3 libtirpc-1.0.2_1
librpcsecgss.so.3 librpcsecgss-0.19_1
libnfsidmap.so.0 libnfsidmap-0.24_1
libbind9.so.161 bind-libs-9.11.5_1
libdns.so.1104 bind-libs-9.11.5_1
libdns.so.1105 bind-libs-9.11.6_1
libirs.so.161 bind-libs-9.11.5_1
libisc.so.1100 bind-libs-9.11.5_1
libisccc.so.161 bind-libs-9.11.5_1

View File

@ -1,8 +1,8 @@
# Template file for 'bind'
pkgname=bind
reverts="9.13.6_1"
version=9.11.5
revision=7
version=9.11.6
revision=1
_fullver="${version}${_patchver:+-${_patchver}}"
wrksrc="${pkgname}-${_fullver}"
build_style=gnu-configure
@ -10,7 +10,7 @@ configure_args="--disable-static --enable-threads --enable-largefile
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
--enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
--with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
--enable-openssl-hash --with-readline --with-tuning=default
--enable-openssl-hash --with-readline --with-tuning=default --without-python
--enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
$(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
hostmakedepends="automake libtool perl"
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="ISC"
homepage="https://www.isc.org/downloads/bind/"
distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
checksum=a4cae11dad954bdd4eb592178f875bfec09fcc7e29fe0f6b7a4e5b5c6bc61322
checksum=4499007f3a6b8bba84fc757053caeabf36466d6f7d278baccef9fd109beac6d4
conf_files="/etc/named/named.conf"
system_accounts="named"
@ -36,10 +36,9 @@ case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*) build_options_default+=" seccomp";;
esac
pre_configure() {
autoreconf -fi
# disable bin tests for now.
sed -e "s,tests,,g" -i bin/Makefile.in
do_check() {
# requires special network setup
:
}
post_install() {