bind: security update to 9.10.3-P4
This commit is contained in:
parent
c5edf8001f
commit
c40020e06f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
_distver=9.10.3
|
||||
_patchver=P3
|
||||
_patchver=P4
|
||||
version="${_distver}${_patchver}"
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}${_patchver:+-${_patchver}}"
|
||||
|
@ -10,13 +10,13 @@ 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=690810d1fbb72afa629e74638d19cd44e28d2b2e5eb63f55c705ad85d1a4cb83
|
||||
checksum=2ac044b5fbdf45fb45107af0df961b3b7cb5262a3bf1948ed3fe7a170dd13e3e
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-threads --enable-largefile
|
||||
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
|
||||
--enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool
|
||||
--with-openssl=$XBPS_CROSS_BASE/usr --without-gssapi --without-gost"
|
||||
--with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost"
|
||||
hostmakedepends="automake libtool perl"
|
||||
makedepends="libressl-devel libxml2-devel libcap-devel readline-devel"
|
||||
conf_files="/etc/named/named.conf"
|
||||
|
@ -45,7 +45,7 @@ post_install() {
|
|||
bind-libs_package() {
|
||||
short_desc+=" - Runtime libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
vmove usr/lib/*.so.*
|
||||
}
|
||||
}
|
||||
bind-utils_package() {
|
||||
|
@ -67,6 +67,6 @@ bind-devel_package() {
|
|||
vmove usr/share/man/man1/bind9-config.1
|
||||
vmove usr/include
|
||||
vmove usr/share/man/man3
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue