[arch-commits] Commit in bind/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Oct 9 11:38:22 UTC 2016
Date: Sunday, October 9, 2016 @ 11:38:21
Author: seblu
Revision: 277955
upgpkg: bind 9.11.0-1
Modified:
bind/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-09 11:32:56 UTC (rev 277954)
+++ PKGBUILD 2016-10-09 11:38:21 UTC (rev 277955)
@@ -6,7 +6,7 @@
pkgbase=bind
pkgname=(bind bind-tools)
-_pkgver=9.10.4-P3
+_pkgver=9.11.0
pkgver=${_pkgver//-/.}
pkgrel=1
url='http://www.isc.org/software/bind/'
@@ -14,7 +14,7 @@
arch=('i686' 'x86_64')
options=('!emptydirs')
makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c')
+ 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
'ADBE9446286C794905F1E0756FA6EBC9911A4C02') #ISC, Inc
source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
@@ -26,7 +26,7 @@
'localhost.ip6.zone'
'127.0.0.zone'
'empty.zone')
-sha1sums=('196a3492bfe55968f8f0dbe15ee643e78a2e9ed6'
+sha1sums=('6fbb59cc435b79e9cea4747aacbad1314d38ac95'
'SKIP'
'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
'9537f4835a1f736788d0733c7996a10db2d4eee4'
@@ -53,10 +53,13 @@
--sbindir=/usr/bin \
--localstatedir=/var \
--disable-static \
+ --enable-ipv6 \
+ --enable-filter-aaaa \
+ --enable-fixed-rrset \
+ --enable-seccomp \
+ --enable-full-report \
--with-python=/usr/bin/python \
--with-geoip \
- --with-ipv6 \
- --enable-filter-aaaa \
--with-idn \
--with-openssl \
--with-libjson \
@@ -68,7 +71,8 @@
package_bind() {
pkgdesc='The ISC DNS Server'
provides=('dns-server')
- depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'bind-tools' 'json-c')
+ depends=('glibc' 'libxml2' 'libcap' 'libseccomp' 'openssl' 'geoip' 'json-c'
+ 'bind-tools')
backup=('etc/named.conf'
'var/named/127.0.0.zone'
'var/named/localhost.zone'
@@ -99,8 +103,9 @@
package_bind-tools() {
pkgdesc='The ISC DNS tools'
- depends=('glibc' 'libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl'
- 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c')
+ depends=('glibc' 'libcap' 'libseccomp' 'libxml2' 'zlib' 'krb5' 'e2fsprogs'
+ 'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c'
+ 'python')
optdepends=('python: for python scripts')
conflicts=('dnsutils')
replaces=('dnsutils' 'host')
More information about the arch-commits
mailing list