bind: security update to 9.10.3-P2.
This commit is contained in:
parent
68db6597bf
commit
4a93e8b73a
|
@ -971,7 +971,7 @@ libtirpc.so.1 libtirpc-0.2.2_1
|
|||
librpcsecgss.so.3 librpcsecgss-0.19_1
|
||||
libnfsidmap.so.0 libnfsidmap-0.24_1
|
||||
liblwres.so.141 bind-libs-9.10.2P3_2
|
||||
libdns.so.161 bind-libs-9.10.2P3_2
|
||||
libdns.so.162 bind-libs-9.10.3P2_1
|
||||
libbind9.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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
_distver=9.10.3
|
||||
_patchver=""
|
||||
version="${_distver}"
|
||||
_patchver=P2
|
||||
version="${_distver}${_patchver}"
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}${_patchver:+-${_patchver}}"
|
||||
short_desc="Berkeley Internet Name Domain server"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="ISC"
|
||||
homepage="http://www.isc.org/software/bind/"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}${_patchver:+-${_patchver}}/bind-${_distver}${_patchver:+-${_patchver}}.tar.gz"
|
||||
checksum=9ac33bd8754ab4b6ee449b1b2aa88e09f51cda088486f4ab1585acd920b98ff0
|
||||
checksum=4a6c1911ac0d4b6be635b63de3429b6c168ea244043f12bbc8a4eb3368fd6ecd
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-threads --enable-largefile
|
||||
|
|
Loading…
Reference in New Issue