bind: update to 9.9.6-P1.
This commit is contained in:
parent
42887a78ca
commit
16825875a7
|
@ -1,6 +1,9 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
version=9.9.6
|
||||
_distver=9.9.6
|
||||
_patchver=P1
|
||||
version="${_distver}${_patchver}"
|
||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||
revision=1
|
||||
short_desc="Berkeley Internet Name Domain server"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -8,8 +11,8 @@ license="ISC"
|
|||
homepage="http://www.isc.org/software/bind/"
|
||||
update_site="http://ftp.isc.org/isc/bind9/"
|
||||
update_pattern="9\.[\d.]+(?=/)"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${version}.tar.gz"
|
||||
checksum=6b9432644a3bfa41695354543bd9e2547104e35f3c7354a416a030a4cdd1c514
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||
checksum=dfedcb2b414d2803accd1a9c21d183178a288f40a2486af5ec0d3369a8cb8526
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-threads --enable-largefile
|
||||
|
@ -23,7 +26,6 @@ conf_files="/etc/named/named.conf"
|
|||
system_accounts="named"
|
||||
named_desc="BIND DNS server"
|
||||
named_homedir="/var/named"
|
||||
named_shell="/bin/false"
|
||||
make_dirs="/var/named 0770 root named"
|
||||
build_options="systemd"
|
||||
|
||||
|
|
Loading…
Reference in New Issue