bind: update to 9.11.5.
This commit is contained in:
parent
c30b3c26f7
commit
54ab284ce7
|
@ -1026,13 +1026,13 @@ libgssglue.so.1 libgssglue-0.3_1
|
|||
libtirpc.so.3 libtirpc-1.0.2_1
|
||||
librpcsecgss.so.3 librpcsecgss-0.19_1
|
||||
libnfsidmap.so.0 libnfsidmap-0.24_1
|
||||
libbind9.so.160 bind-libs-9.11.3_1
|
||||
libdns.so.1102 bind-libs-9.11.4_1
|
||||
libirs.so.160 bind-libs-9.11.3_1
|
||||
libisc.so.169 bind-libs-9.11.3_1
|
||||
libisccc.so.160 bind-libs-9.11.3_1
|
||||
libisccfg.so.160 bind-libs-9.11.3_1
|
||||
liblwres.so.160 bind-libs-9.11.3_1
|
||||
libbind9.so.161 bind-libs-9.11.5_1
|
||||
libdns.so.1104 bind-libs-9.11.5_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
|
||||
libisccfg.so.163 bind-libs-9.11.5_1
|
||||
liblwres.so.161 bind-libs-9.11.5_1
|
||||
libplist.so.3 libplist-1.12_1
|
||||
libplist++.so.3 libplist++-1.12_1
|
||||
libnsbmp.so.0 libnsbmp-0.0.3_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
version=9.11.4
|
||||
revision=4
|
||||
version=9.11.5
|
||||
revision=1
|
||||
_fullver="${version}${_patchver:+-${_patchver}}"
|
||||
wrksrc="${pkgname}-${_fullver}"
|
||||
build_style=gnu-configure
|
||||
|
@ -20,7 +20,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="ISC"
|
||||
homepage="https://www.isc.org/software/bind/"
|
||||
distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.gz"
|
||||
checksum=595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745279617
|
||||
checksum=a4cae11dad954bdd4eb592178f875bfec09fcc7e29fe0f6b7a4e5b5c6bc61322
|
||||
|
||||
conf_files="/etc/named/named.conf"
|
||||
system_accounts="named"
|
||||
|
|
Loading…
Reference in New Issue