From a7fadf0e0a7bcb72628e2ba4196d279989c545f7 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 7 Apr 2019 19:08:23 +0200 Subject: [PATCH] bind: update to 9.11.6. --- common/shlibs | 2 +- srcpkgs/bind/template | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/common/shlibs b/common/shlibs index 806c01be603..437d56c4d4b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index fdb0be73952..60e7e4fe4eb 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -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 " 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() {