bind: update to 9.9.2-P1.

This commit is contained in:
Juan RP 2012-12-05 09:09:30 +01:00
parent 74f8807da7
commit b87e49ba2a

View File

@ -1,7 +1,7 @@
# Template file for 'bind'
pkgname=bind
_distver=9.9.1
_patchver=P3
_distver=9.9.2
_patchver=P1
version="${_distver}.${_patchver}"
wrksrc="bind-${_distver}-${_patchver}"
revision=1
@ -9,24 +9,20 @@ build_style=gnu-configure
configure_args="--disable-static --with-openssl --with-libxml2
--enable-threads --enable-largefile --enable-ipv6 --with-libtool
--enable-atomic --sysconfdir=/etc/named"
makedepends="perl>=0 openssl-devel mit-krb5-devel libxml2-devel libcap-devel
readline-devel"
makedepends="perl openssl-devel mit-krb5-devel libxml2-devel
libcap-devel readline-devel"
short_desc="Berkeley Internet Name Domain server"
maintainer="Juan RP <xtraeme@gmail.com>"
license="ISC"
homepage="http://www.isc.org/software/bind/"
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
checksum=1cdb83db76d6f8554dea19e3bd82b8d65261a24b9ce9fc948eade8c57569e302
checksum=4bce7c020402623333b655be5167ae8c52f30a6bfe9750caa3ab70da7d90219c
long_desc="
BIND is by far the most widely used DNS software on the Internet. It provides
a robust and stable platform on top of which organizations can build
distributed computing systems with the knowledge that those systems are fully
compliant with published DNS standards."
make_dirs="
/var/named 0770 root named
/var/run/named 0770 root named"
subpackages="bind-libs bind-utils bind-devel"
systemd_services="named.service true"
conf_files="/etc/named/named.conf"
@ -34,6 +30,7 @@ system_accounts="named"
named_desc="BIND DNS server"
named_homedir="/var/named"
named_shell="/bin/false"
make_dirs="/var/named 0770 root named"
post_install() {
vinstall ${FILESDIR}/named.service 644 usr/lib/systemd/system