bind: update to 9.9.5.
This commit is contained in:
parent
e2146e4d9b
commit
b6c4de117f
@ -1,21 +1,24 @@
|
|||||||
# Template file for 'bind'
|
# Template file for 'bind'
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
_distver=9.9.4
|
#_distver=9.9.4
|
||||||
_patchver=P2
|
#_patchver=P2
|
||||||
version=${_distver}${_patchver}
|
#version=${_distver}${_patchver}
|
||||||
wrksrc=${pkgname}-${_distver}-${_patchver}
|
#wrksrc=${pkgname}-${_distver}-${_patchver}
|
||||||
|
version=9.9.5
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Berkeley Internet Name Domain server"
|
short_desc="Berkeley Internet Name Domain server"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${version}.tar.gz"
|
||||||
checksum=50f3c6431e26d3f322b69092a49c92e163e73029fe4a1933ce532dc97ec40a89
|
checksum=d4b64c1dde442145a316679acff2df4008aa117ae52dfa3a6bc69efecc7840d1
|
||||||
long_desc="
|
|
||||||
BIND is by far the most widely used DNS software on the Internet. It provides
|
build_style=gnu-configure
|
||||||
a robust and stable platform on top of which organizations can build
|
configure_args="--disable-static --enable-threads --enable-largefile
|
||||||
distributed computing systems with the knowledge that those systems are fully
|
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll --with-gost=no
|
||||||
compliant with published DNS standards."
|
--enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool
|
||||||
|
--with-openssl=$XBPS_CROSS_BASE/usr --with-gssapi=$XBPS_CROSS_BASE/usr
|
||||||
|
--with-libxml2=$XBPS_CROSS_BASE/usr"
|
||||||
|
|
||||||
hostmakedepends="automake libtool perl libxml2-devel"
|
hostmakedepends="automake libtool perl libxml2-devel"
|
||||||
makedepends="openssl-devel mit-krb5-devel libxml2-devel libcap-devel readline-devel shadow"
|
makedepends="openssl-devel mit-krb5-devel libxml2-devel libcap-devel readline-devel shadow"
|
||||||
@ -35,27 +38,7 @@ pre_configure() {
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
post_install() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
configure_args+=" --with-openssl=$XBPS_CROSS_BASE
|
|
||||||
--with-gssapi=$XBPS_CROSS_BASE
|
|
||||||
--with-libxml2=$XBPS_CROSS_BASE"
|
|
||||||
fi
|
|
||||||
|
|
||||||
./configure ${configure_args} --disable-static \
|
|
||||||
--enable-threads --enable-largefile \
|
|
||||||
--with-libtool --enable-atomic --sysconfdir=/etc/named \
|
|
||||||
--enable-epoll --with-gost=no --enable-ipv6 \
|
|
||||||
--with-randomdev=/dev/urandom --with-ecdsa=yes
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
make DESTDIR=$DESTDIR install
|
|
||||||
|
|
||||||
vinstall ${FILESDIR}/named.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/named.service 644 usr/lib/systemd/system
|
||||||
vinstall ${FILESDIR}/named.logrotate 600 etc/logrotate.d named
|
vinstall ${FILESDIR}/named.logrotate 600 etc/logrotate.d named
|
||||||
vinstall ${FILESDIR}/named.conf 640 etc/named
|
vinstall ${FILESDIR}/named.conf 640 etc/named
|
||||||
|
Loading…
x
Reference in New Issue
Block a user