bind: update to 9.10.4P1
This commit is contained in:
parent
78643d95da
commit
2812aeb986
2 changed files with 7 additions and 5 deletions
|
@ -976,7 +976,7 @@ libtirpc.so.1 libtirpc-0.2.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
|
||||||
liblwres.so.141 bind-libs-9.10.2P3_2
|
liblwres.so.141 bind-libs-9.10.2P3_2
|
||||||
libdns.so.164 bind-libs-9.10.4_1
|
libdns.so.165 bind-libs-9.10.4P1_1
|
||||||
libbind9.so.140 bind-libs-9.10.2P3_2
|
libbind9.so.140 bind-libs-9.10.2P3_2
|
||||||
libisccfg.so.140 bind-libs-9.10.2P3_2
|
libisccfg.so.140 bind-libs-9.10.2P3_2
|
||||||
libisc.so.160 bind-libs-9.10.3_1
|
libisc.so.160 bind-libs-9.10.3_1
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
# Template file for 'bind'
|
# Template file for 'bind'
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
version=9.10.4
|
_distver=9.10.4
|
||||||
|
_patchver=P1
|
||||||
|
version="${_distver}${_patchver}"
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||||
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/${version}/bind-${version}.tar.gz"
|
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||||
checksum=f8d412b38d5ac390275b943bde69f4608f67862a45487ec854b30e4448fcb056
|
checksum=7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257dc32a088fcc20a0218131a2
|
||||||
|
|
||||||
build_options="geoip seccomp"
|
build_options="geoip seccomp"
|
||||||
build_options_default="geoip"
|
build_options_default="geoip"
|
||||||
|
@ -38,7 +41,6 @@ pre_configure() {
|
||||||
# disable bin tests for now.
|
# disable bin tests for now.
|
||||||
sed -e "s,tests,,g" -i bin/Makefile.in
|
sed -e "s,tests,,g" -i bin/Makefile.in
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv named
|
vsv named
|
||||||
vinstall ${FILESDIR}/named.logrotate 600 etc/logrotate.d named
|
vinstall ${FILESDIR}/named.logrotate 600 etc/logrotate.d named
|
||||||
|
|
Loading…
Reference in a new issue