bind: update to 9.11.6.
This commit is contained in:
parent
6b2d185cc2
commit
a7fadf0e0a
@ -1036,7 +1036,7 @@ libtirpc.so.3 libtirpc-1.0.2_1
|
|||||||
librpcsecgss.so.3 librpcsecgss-0.19_1
|
librpcsecgss.so.3 librpcsecgss-0.19_1
|
||||||
libnfsidmap.so.0 libnfsidmap-0.24_1
|
libnfsidmap.so.0 libnfsidmap-0.24_1
|
||||||
libbind9.so.161 bind-libs-9.11.5_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
|
libirs.so.161 bind-libs-9.11.5_1
|
||||||
libisc.so.1100 bind-libs-9.11.5_1
|
libisc.so.1100 bind-libs-9.11.5_1
|
||||||
libisccc.so.161 bind-libs-9.11.5_1
|
libisccc.so.161 bind-libs-9.11.5_1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Template file for 'bind'
|
# Template file for 'bind'
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
reverts="9.13.6_1"
|
reverts="9.13.6_1"
|
||||||
version=9.11.5
|
version=9.11.6
|
||||||
revision=7
|
revision=1
|
||||||
_fullver="${version}${_patchver:+-${_patchver}}"
|
_fullver="${version}${_patchver:+-${_patchver}}"
|
||||||
wrksrc="${pkgname}-${_fullver}"
|
wrksrc="${pkgname}-${_fullver}"
|
||||||
build_style=gnu-configure
|
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
|
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
|
||||||
--enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
|
--enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
|
||||||
--with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost
|
--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)
|
--enable-fetchlimit --enable-sit --with-libidn2 $(vopt_enable seccomp)
|
||||||
$(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
|
$(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
|
||||||
hostmakedepends="automake libtool perl"
|
hostmakedepends="automake libtool perl"
|
||||||
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://www.isc.org/downloads/bind/"
|
homepage="https://www.isc.org/downloads/bind/"
|
||||||
distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
|
distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
|
||||||
checksum=a4cae11dad954bdd4eb592178f875bfec09fcc7e29fe0f6b7a4e5b5c6bc61322
|
checksum=4499007f3a6b8bba84fc757053caeabf36466d6f7d278baccef9fd109beac6d4
|
||||||
|
|
||||||
conf_files="/etc/named/named.conf"
|
conf_files="/etc/named/named.conf"
|
||||||
system_accounts="named"
|
system_accounts="named"
|
||||||
@ -36,10 +36,9 @@ case "$XBPS_TARGET_MACHINE" in
|
|||||||
x86_64*|i686*) build_options_default+=" seccomp";;
|
x86_64*|i686*) build_options_default+=" seccomp";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
do_check() {
|
||||||
autoreconf -fi
|
# requires special network setup
|
||||||
# disable bin tests for now.
|
:
|
||||||
sed -e "s,tests,,g" -i bin/Makefile.in
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user