[arch-commits] Commit in bind/repos (40 files)
Sébastien Luttringer
seblu at archlinux.org
Mon Oct 17 22:48:09 UTC 2016
Date: Monday, October 17, 2016 @ 22:48:08
Author: seblu
Revision: 278911
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
bind/repos/extra-i686/127.0.0.zone
(from rev 278910, bind/trunk/127.0.0.zone)
bind/repos/extra-i686/PKGBUILD
(from rev 278910, bind/trunk/PKGBUILD)
bind/repos/extra-i686/bind.install
(from rev 278910, bind/trunk/bind.install)
bind/repos/extra-i686/empty.zone
(from rev 278910, bind/trunk/empty.zone)
bind/repos/extra-i686/localhost.ip6.zone
(from rev 278910, bind/trunk/localhost.ip6.zone)
bind/repos/extra-i686/localhost.zone
(from rev 278910, bind/trunk/localhost.zone)
bind/repos/extra-i686/named.conf
(from rev 278910, bind/trunk/named.conf)
bind/repos/extra-i686/named.service
(from rev 278910, bind/trunk/named.service)
bind/repos/extra-i686/sysusers.conf
(from rev 278910, bind/trunk/sysusers.conf)
bind/repos/extra-i686/tmpfiles.conf
(from rev 278910, bind/trunk/tmpfiles.conf)
bind/repos/extra-x86_64/127.0.0.zone
(from rev 278910, bind/trunk/127.0.0.zone)
bind/repos/extra-x86_64/PKGBUILD
(from rev 278910, bind/trunk/PKGBUILD)
bind/repos/extra-x86_64/bind.install
(from rev 278910, bind/trunk/bind.install)
bind/repos/extra-x86_64/empty.zone
(from rev 278910, bind/trunk/empty.zone)
bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 278910, bind/trunk/localhost.ip6.zone)
bind/repos/extra-x86_64/localhost.zone
(from rev 278910, bind/trunk/localhost.zone)
bind/repos/extra-x86_64/named.conf
(from rev 278910, bind/trunk/named.conf)
bind/repos/extra-x86_64/named.service
(from rev 278910, bind/trunk/named.service)
bind/repos/extra-x86_64/sysusers.conf
(from rev 278910, bind/trunk/sysusers.conf)
bind/repos/extra-x86_64/tmpfiles.conf
(from rev 278910, bind/trunk/tmpfiles.conf)
Deleted:
bind/repos/extra-i686/127.0.0.zone
bind/repos/extra-i686/PKGBUILD
bind/repos/extra-i686/bind.install
bind/repos/extra-i686/empty.zone
bind/repos/extra-i686/localhost.ip6.zone
bind/repos/extra-i686/localhost.zone
bind/repos/extra-i686/named.conf
bind/repos/extra-i686/named.service
bind/repos/extra-i686/sysusers.conf
bind/repos/extra-i686/tmpfiles.conf
bind/repos/extra-x86_64/127.0.0.zone
bind/repos/extra-x86_64/PKGBUILD
bind/repos/extra-x86_64/bind.install
bind/repos/extra-x86_64/empty.zone
bind/repos/extra-x86_64/localhost.ip6.zone
bind/repos/extra-x86_64/localhost.zone
bind/repos/extra-x86_64/named.conf
bind/repos/extra-x86_64/named.service
bind/repos/extra-x86_64/sysusers.conf
bind/repos/extra-x86_64/tmpfiles.conf
---------------------------------+
/127.0.0.zone | 20 +++
/PKGBUILD | 244 ++++++++++++++++++++++++++++++++++++++
/bind.install | 26 ++++
/empty.zone | 16 ++
/localhost.ip6.zone | 20 +++
/localhost.zone | 22 +++
/named.conf | 144 ++++++++++++++++++++++
/named.service | 22 +++
/sysusers.conf | 2
/tmpfiles.conf | 2
extra-i686/127.0.0.zone | 10 -
extra-i686/PKGBUILD | 123 -------------------
extra-i686/bind.install | 13 --
extra-i686/empty.zone | 8 -
extra-i686/localhost.ip6.zone | 10 -
extra-i686/localhost.zone | 11 -
extra-i686/named.conf | 72 -----------
extra-i686/named.service | 11 -
extra-i686/sysusers.conf | 1
extra-i686/tmpfiles.conf | 1
extra-x86_64/127.0.0.zone | 10 -
extra-x86_64/PKGBUILD | 123 -------------------
extra-x86_64/bind.install | 13 --
extra-x86_64/empty.zone | 8 -
extra-x86_64/localhost.ip6.zone | 10 -
extra-x86_64/localhost.zone | 11 -
extra-x86_64/named.conf | 72 -----------
extra-x86_64/named.service | 11 -
extra-x86_64/sysusers.conf | 1
extra-x86_64/tmpfiles.conf | 1
30 files changed, 518 insertions(+), 520 deletions(-)
Deleted: extra-i686/127.0.0.zone
===================================================================
--- extra-i686/127.0.0.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/127.0.0.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,10 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
-
-1.0.0.127.in-addr.arpa. 1D IN PTR localhost.
Copied: bind/repos/extra-i686/127.0.0.zone (from rev 278910, bind/trunk/127.0.0.zone)
===================================================================
--- extra-i686/127.0.0.zone (rev 0)
+++ extra-i686/127.0.0.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,10 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
+
+1.0.0.127.in-addr.arpa. 1D IN PTR localhost.
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/PKGBUILD 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,123 +0,0 @@
-# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-# Contributor: Mario Vazquez <mario_vazq at hotmail.com>
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.11.0
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='http://www.isc.org/software/bind/'
-license=('custom:ISC')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- '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}
- 'tmpfiles.conf'
- 'sysusers.conf'
- 'named.conf'
- 'named.service'
- 'localhost.zone'
- 'localhost.ip6.zone'
- '127.0.0.zone'
- 'empty.zone')
-sha1sums=('6fbb59cc435b79e9cea4747aacbad1314d38ac95'
- 'SKIP'
- 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
- '9537f4835a1f736788d0733c7996a10db2d4eee4'
- 'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
- 'cb2e81b4cbf9efafb3e81e3752f0154e779cc7ec'
- '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
- '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
- '9c33726088342207ad06d33b2c13408290a0c8ad'
- '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
-
-prepare() {
- msg2 'Getting a fresh version of root DNS'
- # no more using source array, lack of versioning.
- curl -o root.hint http://www.internic.net/zones/named.root
- [[ -s root.hint ]]
-}
-
-build() {
- cd bind-$_pkgver
- export CFLAGS+=' -DDIG_SIGCHASE'
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --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-idn \
- --with-openssl \
- --with-libjson \
- --with-libxml2 \
- --with-libtool
- make
-}
-
-package_bind() {
- pkgdesc='The ISC DNS Server'
- provides=('dns-server')
- 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'
- 'var/named/localhost.ip6.zone'
- 'var/named/empty.zone')
- install=$pkgname.install
-
- cd "bind-$_pkgver"
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- for _d in bin/{check,confgen,named,rndc}; do
- (cd "$_d" && make DESTDIR="$pkgdir" install)
- done
-
- cd "$srcdir"
- install -D -m644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
- install -D -m644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-
- install -D -m644 named.service "$pkgdir/usr/lib/systemd/system/named.service"
- install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf"
-
- install -d -m770 -o 0 -g 40 "$pkgdir/var/named"
- install -m640 -o 0 -g 40 root.hint "$pkgdir/var/named"
- install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
- install -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named"
- install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
- install -m640 -o 0 -g 40 empty.zone "$pkgdir/var/named"
-}
-
-package_bind-tools() {
- pkgdesc='The ISC DNS tools'
- 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')
- provides=("dnsutils=$pkgver")
-
- cd "bind-$_pkgver"
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- make DESTDIR="$pkgdir" SUBDIRS="" install
- (cd lib && make DESTDIR="$pkgdir" install)
- for _d in bin/{dig,dnssec,delv,nsupdate,python,tools}; do
- (cd "$_d" && make DESTDIR="$pkgdir" install)
- done
-}
-
-# vim:set ts=2 sw=2 et:
Copied: bind/repos/extra-i686/PKGBUILD (from rev 278910, bind/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,122 @@
+# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
+# Maintainer: Sébastien Luttringer
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+# Contributor: Mario Vazquez <mario_vazq at hotmail.com>
+
+pkgbase=bind
+pkgname=(bind bind-tools)
+_pkgver=9.11.0
+pkgver=${_pkgver//-/.}
+pkgrel=2
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
+ '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}
+ 'tmpfiles.conf'
+ 'sysusers.conf'
+ 'named.conf'
+ 'named.service'
+ 'localhost.zone'
+ 'localhost.ip6.zone'
+ '127.0.0.zone'
+ 'empty.zone')
+sha1sums=('6fbb59cc435b79e9cea4747aacbad1314d38ac95'
+ 'SKIP'
+ 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
+ '9537f4835a1f736788d0733c7996a10db2d4eee4'
+ 'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
+ 'cb2e81b4cbf9efafb3e81e3752f0154e779cc7ec'
+ '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
+ '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
+ '9c33726088342207ad06d33b2c13408290a0c8ad'
+ '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
+
+prepare() {
+ msg2 'Getting a fresh version of root DNS'
+ # no more using source array, lack of versioning.
+ curl -o root.hint http://www.internic.net/zones/named.root
+ [[ -s root.hint ]]
+}
+
+build() {
+ cd bind-$_pkgver
+ export CFLAGS+=' -DDIG_SIGCHASE'
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --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-idn \
+ --with-openssl \
+ --with-libjson \
+ --with-libxml2 \
+ --with-libtool
+ make
+}
+
+package_bind() {
+ pkgdesc='The ISC DNS Server'
+ provides=('dns-server')
+ 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'
+ 'var/named/localhost.ip6.zone'
+ 'var/named/empty.zone')
+ install=$pkgname.install
+
+ cd "bind-$_pkgver"
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ for _d in bin/{check,confgen,named,rndc}; do
+ (cd "$_d" && make DESTDIR="$pkgdir" install)
+ done
+
+ cd "$srcdir"
+ install -D -m644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+ install -D -m644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+
+ install -D -m644 named.service "$pkgdir/usr/lib/systemd/system/named.service"
+ install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf"
+
+ install -d -m770 -o 0 -g 40 "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 root.hint "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 empty.zone "$pkgdir/var/named"
+}
+
+package_bind-tools() {
+ pkgdesc='The ISC DNS tools'
+ depends=('glibc' 'libcap' 'libseccomp' 'libxml2' 'zlib' 'krb5' 'e2fsprogs'
+ 'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c')
+ optdepends=('python: for python scripts')
+ conflicts=('dnsutils')
+ replaces=('dnsutils' 'host')
+ provides=("dnsutils=$pkgver")
+
+ cd "bind-$_pkgver"
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ make DESTDIR="$pkgdir" SUBDIRS="" install
+ (cd lib && make DESTDIR="$pkgdir" install)
+ for _d in bin/{dig,dnssec,delv,nsupdate,python,tools}; do
+ (cd "$_d" && make DESTDIR="$pkgdir" install)
+ done
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/bind.install
===================================================================
--- extra-i686/bind.install 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/bind.install 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,13 +0,0 @@
-post_install() {
- systemd-sysusers bind.conf
- systemd-tmpfiles --create bind.conf
-
- # create an rndc.key if it doesn't already exist
- if [[ ! -s etc/rndc.key ]]; then
- rndc-confgen -r /dev/urandom -b 256 | head -n 5 >>etc/rndc.key
- chown root:named etc/rndc.key
- chmod 640 etc/rndc.key
- fi
-}
-
-# vim:set ts=2 sw=2 et:
Copied: bind/repos/extra-i686/bind.install (from rev 278910, bind/trunk/bind.install)
===================================================================
--- extra-i686/bind.install (rev 0)
+++ extra-i686/bind.install 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,13 @@
+post_install() {
+ systemd-sysusers bind.conf
+ systemd-tmpfiles --create bind.conf
+
+ # create an rndc.key if it doesn't already exist
+ if [[ ! -s etc/rndc.key ]]; then
+ rndc-confgen -r /dev/urandom -b 256 | head -n 5 >>etc/rndc.key
+ chown root:named etc/rndc.key
+ chmod 640 etc/rndc.key
+ fi
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/empty.zone
===================================================================
--- extra-i686/empty.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/empty.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,8 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
Copied: bind/repos/extra-i686/empty.zone (from rev 278910, bind/trunk/empty.zone)
===================================================================
--- extra-i686/empty.zone (rev 0)
+++ extra-i686/empty.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,8 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
Deleted: extra-i686/localhost.ip6.zone
===================================================================
--- extra-i686/localhost.ip6.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/localhost.ip6.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,10 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
-
-1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. 1D IN PTR localhost.
Copied: bind/repos/extra-i686/localhost.ip6.zone (from rev 278910, bind/trunk/localhost.ip6.zone)
===================================================================
--- extra-i686/localhost.ip6.zone (rev 0)
+++ extra-i686/localhost.ip6.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,10 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
+
+1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. 1D IN PTR localhost.
Deleted: extra-i686/localhost.zone
===================================================================
--- extra-i686/localhost.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/localhost.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,11 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
-
-localhost. 1D IN A 127.0.0.1
-localhost. 1D IN AAAA ::1
Copied: bind/repos/extra-i686/localhost.zone (from rev 278910, bind/trunk/localhost.zone)
===================================================================
--- extra-i686/localhost.zone (rev 0)
+++ extra-i686/localhost.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,11 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
+
+localhost. 1D IN A 127.0.0.1
+localhost. 1D IN AAAA ::1
Deleted: extra-i686/named.conf
===================================================================
--- extra-i686/named.conf 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/named.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,72 +0,0 @@
-// vim:set ts=4 sw=4 et:
-
-options {
- directory "/var/named";
- pid-file "/run/named/named.pid";
-
- // Uncomment these to enable IPv6 connections support
- // IPv4 will still work:
- // listen-on-v6 { any; };
- // Add this for no IPv4:
- // listen-on { none; };
-
- allow-recursion { 127.0.0.1; };
- allow-transfer { none; };
- allow-update { none; };
-
- version none;
- hostname none;
- server-id none;
-};
-
-zone "localhost" IN {
- type master;
- file "localhost.zone";
-};
-
-zone "0.0.127.in-addr.arpa" IN {
- type master;
- file "127.0.0.zone";
-};
-
-zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" {
- type master;
- file "localhost.ip6.zone";
-};
-
-zone "255.in-addr.arpa" IN {
- type master;
- file "empty.zone";
-};
-
-zone "0.in-addr.arpa" IN {
- type master;
- file "empty.zone";
-};
-
-zone "." IN {
- type hint;
- file "root.hint";
-};
-
-//zone "example.org" IN {
-// type slave;
-// file "example.zone";
-// masters {
-// 192.168.1.100;
-// };
-// allow-query { any; };
-// allow-transfer { any; };
-//};
-
-//logging {
-// channel xfer-log {
-// file "/var/log/named.log";
-// print-category yes;
-// print-severity yes;
-// severity info;
-// };
-// category xfer-in { xfer-log; };
-// category xfer-out { xfer-log; };
-// category notify { xfer-log; };
-//};
Copied: bind/repos/extra-i686/named.conf (from rev 278910, bind/trunk/named.conf)
===================================================================
--- extra-i686/named.conf (rev 0)
+++ extra-i686/named.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,72 @@
+// vim:set ts=4 sw=4 et:
+
+options {
+ directory "/var/named";
+ pid-file "/run/named/named.pid";
+
+ // Uncomment these to enable IPv6 connections support
+ // IPv4 will still work:
+ // listen-on-v6 { any; };
+ // Add this for no IPv4:
+ // listen-on { none; };
+
+ allow-recursion { 127.0.0.1; };
+ allow-transfer { none; };
+ allow-update { none; };
+
+ version none;
+ hostname none;
+ server-id none;
+};
+
+zone "localhost" IN {
+ type master;
+ file "localhost.zone";
+};
+
+zone "0.0.127.in-addr.arpa" IN {
+ type master;
+ file "127.0.0.zone";
+};
+
+zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" {
+ type master;
+ file "localhost.ip6.zone";
+};
+
+zone "255.in-addr.arpa" IN {
+ type master;
+ file "empty.zone";
+};
+
+zone "0.in-addr.arpa" IN {
+ type master;
+ file "empty.zone";
+};
+
+zone "." IN {
+ type hint;
+ file "root.hint";
+};
+
+//zone "example.org" IN {
+// type slave;
+// file "example.zone";
+// masters {
+// 192.168.1.100;
+// };
+// allow-query { any; };
+// allow-transfer { any; };
+//};
+
+//logging {
+// channel xfer-log {
+// file "/var/log/named.log";
+// print-category yes;
+// print-severity yes;
+// severity info;
+// };
+// category xfer-in { xfer-log; };
+// category xfer-out { xfer-log; };
+// category notify { xfer-log; };
+//};
Deleted: extra-i686/named.service
===================================================================
--- extra-i686/named.service 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/named.service 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Internet domain name server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/named -f -u named
-ExecReload=/usr/bin/rndc reload
-ExecStop=/usr/bin/rndc stop
-
-[Install]
-WantedBy=multi-user.target
Copied: bind/repos/extra-i686/named.service (from rev 278910, bind/trunk/named.service)
===================================================================
--- extra-i686/named.service (rev 0)
+++ extra-i686/named.service 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Internet domain name server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/named -f -u named
+ExecReload=/usr/bin/rndc reload
+ExecStop=/usr/bin/rndc stop
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-i686/sysusers.conf
===================================================================
--- extra-i686/sysusers.conf 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/sysusers.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1 +0,0 @@
-u named 40 "BIND DNS Server" -
Copied: bind/repos/extra-i686/sysusers.conf (from rev 278910, bind/trunk/sysusers.conf)
===================================================================
--- extra-i686/sysusers.conf (rev 0)
+++ extra-i686/sysusers.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1 @@
+u named 40 "BIND DNS Server" -
Deleted: extra-i686/tmpfiles.conf
===================================================================
--- extra-i686/tmpfiles.conf 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-i686/tmpfiles.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1 +0,0 @@
-d /run/named 0750 named named -
Copied: bind/repos/extra-i686/tmpfiles.conf (from rev 278910, bind/trunk/tmpfiles.conf)
===================================================================
--- extra-i686/tmpfiles.conf (rev 0)
+++ extra-i686/tmpfiles.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1 @@
+d /run/named 0750 named named -
Deleted: extra-x86_64/127.0.0.zone
===================================================================
--- extra-x86_64/127.0.0.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/127.0.0.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,10 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
-
-1.0.0.127.in-addr.arpa. 1D IN PTR localhost.
Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 278910, bind/trunk/127.0.0.zone)
===================================================================
--- extra-x86_64/127.0.0.zone (rev 0)
+++ extra-x86_64/127.0.0.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,10 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
+
+1.0.0.127.in-addr.arpa. 1D IN PTR localhost.
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/PKGBUILD 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,123 +0,0 @@
-# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-# Contributor: Mario Vazquez <mario_vazq at hotmail.com>
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.11.0
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='http://www.isc.org/software/bind/'
-license=('custom:ISC')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- '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}
- 'tmpfiles.conf'
- 'sysusers.conf'
- 'named.conf'
- 'named.service'
- 'localhost.zone'
- 'localhost.ip6.zone'
- '127.0.0.zone'
- 'empty.zone')
-sha1sums=('6fbb59cc435b79e9cea4747aacbad1314d38ac95'
- 'SKIP'
- 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
- '9537f4835a1f736788d0733c7996a10db2d4eee4'
- 'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
- 'cb2e81b4cbf9efafb3e81e3752f0154e779cc7ec'
- '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
- '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
- '9c33726088342207ad06d33b2c13408290a0c8ad'
- '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
-
-prepare() {
- msg2 'Getting a fresh version of root DNS'
- # no more using source array, lack of versioning.
- curl -o root.hint http://www.internic.net/zones/named.root
- [[ -s root.hint ]]
-}
-
-build() {
- cd bind-$_pkgver
- export CFLAGS+=' -DDIG_SIGCHASE'
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --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-idn \
- --with-openssl \
- --with-libjson \
- --with-libxml2 \
- --with-libtool
- make
-}
-
-package_bind() {
- pkgdesc='The ISC DNS Server'
- provides=('dns-server')
- 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'
- 'var/named/localhost.ip6.zone'
- 'var/named/empty.zone')
- install=$pkgname.install
-
- cd "bind-$_pkgver"
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- for _d in bin/{check,confgen,named,rndc}; do
- (cd "$_d" && make DESTDIR="$pkgdir" install)
- done
-
- cd "$srcdir"
- install -D -m644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
- install -D -m644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-
- install -D -m644 named.service "$pkgdir/usr/lib/systemd/system/named.service"
- install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf"
-
- install -d -m770 -o 0 -g 40 "$pkgdir/var/named"
- install -m640 -o 0 -g 40 root.hint "$pkgdir/var/named"
- install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
- install -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named"
- install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
- install -m640 -o 0 -g 40 empty.zone "$pkgdir/var/named"
-}
-
-package_bind-tools() {
- pkgdesc='The ISC DNS tools'
- 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')
- provides=("dnsutils=$pkgver")
-
- cd "bind-$_pkgver"
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- make DESTDIR="$pkgdir" SUBDIRS="" install
- (cd lib && make DESTDIR="$pkgdir" install)
- for _d in bin/{dig,dnssec,delv,nsupdate,python,tools}; do
- (cd "$_d" && make DESTDIR="$pkgdir" install)
- done
-}
-
-# vim:set ts=2 sw=2 et:
Copied: bind/repos/extra-x86_64/PKGBUILD (from rev 278910, bind/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,122 @@
+# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
+# Maintainer: Sébastien Luttringer
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+# Contributor: Mario Vazquez <mario_vazq at hotmail.com>
+
+pkgbase=bind
+pkgname=(bind bind-tools)
+_pkgver=9.11.0
+pkgver=${_pkgver//-/.}
+pkgrel=2
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
+ '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}
+ 'tmpfiles.conf'
+ 'sysusers.conf'
+ 'named.conf'
+ 'named.service'
+ 'localhost.zone'
+ 'localhost.ip6.zone'
+ '127.0.0.zone'
+ 'empty.zone')
+sha1sums=('6fbb59cc435b79e9cea4747aacbad1314d38ac95'
+ 'SKIP'
+ 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
+ '9537f4835a1f736788d0733c7996a10db2d4eee4'
+ 'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
+ 'cb2e81b4cbf9efafb3e81e3752f0154e779cc7ec'
+ '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
+ '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
+ '9c33726088342207ad06d33b2c13408290a0c8ad'
+ '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
+
+prepare() {
+ msg2 'Getting a fresh version of root DNS'
+ # no more using source array, lack of versioning.
+ curl -o root.hint http://www.internic.net/zones/named.root
+ [[ -s root.hint ]]
+}
+
+build() {
+ cd bind-$_pkgver
+ export CFLAGS+=' -DDIG_SIGCHASE'
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --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-idn \
+ --with-openssl \
+ --with-libjson \
+ --with-libxml2 \
+ --with-libtool
+ make
+}
+
+package_bind() {
+ pkgdesc='The ISC DNS Server'
+ provides=('dns-server')
+ 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'
+ 'var/named/localhost.ip6.zone'
+ 'var/named/empty.zone')
+ install=$pkgname.install
+
+ cd "bind-$_pkgver"
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ for _d in bin/{check,confgen,named,rndc}; do
+ (cd "$_d" && make DESTDIR="$pkgdir" install)
+ done
+
+ cd "$srcdir"
+ install -D -m644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+ install -D -m644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+
+ install -D -m644 named.service "$pkgdir/usr/lib/systemd/system/named.service"
+ install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf"
+
+ install -d -m770 -o 0 -g 40 "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 root.hint "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
+ install -m640 -o 0 -g 40 empty.zone "$pkgdir/var/named"
+}
+
+package_bind-tools() {
+ pkgdesc='The ISC DNS tools'
+ depends=('glibc' 'libcap' 'libseccomp' 'libxml2' 'zlib' 'krb5' 'e2fsprogs'
+ 'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c')
+ optdepends=('python: for python scripts')
+ conflicts=('dnsutils')
+ replaces=('dnsutils' 'host')
+ provides=("dnsutils=$pkgver")
+
+ cd "bind-$_pkgver"
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ make DESTDIR="$pkgdir" SUBDIRS="" install
+ (cd lib && make DESTDIR="$pkgdir" install)
+ for _d in bin/{dig,dnssec,delv,nsupdate,python,tools}; do
+ (cd "$_d" && make DESTDIR="$pkgdir" install)
+ done
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/bind.install
===================================================================
--- extra-x86_64/bind.install 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/bind.install 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,13 +0,0 @@
-post_install() {
- systemd-sysusers bind.conf
- systemd-tmpfiles --create bind.conf
-
- # create an rndc.key if it doesn't already exist
- if [[ ! -s etc/rndc.key ]]; then
- rndc-confgen -r /dev/urandom -b 256 | head -n 5 >>etc/rndc.key
- chown root:named etc/rndc.key
- chmod 640 etc/rndc.key
- fi
-}
-
-# vim:set ts=2 sw=2 et:
Copied: bind/repos/extra-x86_64/bind.install (from rev 278910, bind/trunk/bind.install)
===================================================================
--- extra-x86_64/bind.install (rev 0)
+++ extra-x86_64/bind.install 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,13 @@
+post_install() {
+ systemd-sysusers bind.conf
+ systemd-tmpfiles --create bind.conf
+
+ # create an rndc.key if it doesn't already exist
+ if [[ ! -s etc/rndc.key ]]; then
+ rndc-confgen -r /dev/urandom -b 256 | head -n 5 >>etc/rndc.key
+ chown root:named etc/rndc.key
+ chmod 640 etc/rndc.key
+ fi
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/empty.zone
===================================================================
--- extra-x86_64/empty.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/empty.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,8 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
Copied: bind/repos/extra-x86_64/empty.zone (from rev 278910, bind/trunk/empty.zone)
===================================================================
--- extra-x86_64/empty.zone (rev 0)
+++ extra-x86_64/empty.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,8 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
Deleted: extra-x86_64/localhost.ip6.zone
===================================================================
--- extra-x86_64/localhost.ip6.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/localhost.ip6.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,10 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
-
-1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. 1D IN PTR localhost.
Copied: bind/repos/extra-x86_64/localhost.ip6.zone (from rev 278910, bind/trunk/localhost.ip6.zone)
===================================================================
--- extra-x86_64/localhost.ip6.zone (rev 0)
+++ extra-x86_64/localhost.ip6.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,10 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
+
+1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. 1D IN PTR localhost.
Deleted: extra-x86_64/localhost.zone
===================================================================
--- extra-x86_64/localhost.zone 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/localhost.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,11 +0,0 @@
-@ 1D IN SOA localhost. root.localhost. (
- 42 ; serial (yyyymmdd##)
- 3H ; refresh
- 15M ; retry
- 1W ; expiry
- 1D ) ; minimum ttl
-
- 1D IN NS localhost.
-
-localhost. 1D IN A 127.0.0.1
-localhost. 1D IN AAAA ::1
Copied: bind/repos/extra-x86_64/localhost.zone (from rev 278910, bind/trunk/localhost.zone)
===================================================================
--- extra-x86_64/localhost.zone (rev 0)
+++ extra-x86_64/localhost.zone 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,11 @@
+@ 1D IN SOA localhost. root.localhost. (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS localhost.
+
+localhost. 1D IN A 127.0.0.1
+localhost. 1D IN AAAA ::1
Deleted: extra-x86_64/named.conf
===================================================================
--- extra-x86_64/named.conf 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/named.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,72 +0,0 @@
-// vim:set ts=4 sw=4 et:
-
-options {
- directory "/var/named";
- pid-file "/run/named/named.pid";
-
- // Uncomment these to enable IPv6 connections support
- // IPv4 will still work:
- // listen-on-v6 { any; };
- // Add this for no IPv4:
- // listen-on { none; };
-
- allow-recursion { 127.0.0.1; };
- allow-transfer { none; };
- allow-update { none; };
-
- version none;
- hostname none;
- server-id none;
-};
-
-zone "localhost" IN {
- type master;
- file "localhost.zone";
-};
-
-zone "0.0.127.in-addr.arpa" IN {
- type master;
- file "127.0.0.zone";
-};
-
-zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" {
- type master;
- file "localhost.ip6.zone";
-};
-
-zone "255.in-addr.arpa" IN {
- type master;
- file "empty.zone";
-};
-
-zone "0.in-addr.arpa" IN {
- type master;
- file "empty.zone";
-};
-
-zone "." IN {
- type hint;
- file "root.hint";
-};
-
-//zone "example.org" IN {
-// type slave;
-// file "example.zone";
-// masters {
-// 192.168.1.100;
-// };
-// allow-query { any; };
-// allow-transfer { any; };
-//};
-
-//logging {
-// channel xfer-log {
-// file "/var/log/named.log";
-// print-category yes;
-// print-severity yes;
-// severity info;
-// };
-// category xfer-in { xfer-log; };
-// category xfer-out { xfer-log; };
-// category notify { xfer-log; };
-//};
Copied: bind/repos/extra-x86_64/named.conf (from rev 278910, bind/trunk/named.conf)
===================================================================
--- extra-x86_64/named.conf (rev 0)
+++ extra-x86_64/named.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,72 @@
+// vim:set ts=4 sw=4 et:
+
+options {
+ directory "/var/named";
+ pid-file "/run/named/named.pid";
+
+ // Uncomment these to enable IPv6 connections support
+ // IPv4 will still work:
+ // listen-on-v6 { any; };
+ // Add this for no IPv4:
+ // listen-on { none; };
+
+ allow-recursion { 127.0.0.1; };
+ allow-transfer { none; };
+ allow-update { none; };
+
+ version none;
+ hostname none;
+ server-id none;
+};
+
+zone "localhost" IN {
+ type master;
+ file "localhost.zone";
+};
+
+zone "0.0.127.in-addr.arpa" IN {
+ type master;
+ file "127.0.0.zone";
+};
+
+zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" {
+ type master;
+ file "localhost.ip6.zone";
+};
+
+zone "255.in-addr.arpa" IN {
+ type master;
+ file "empty.zone";
+};
+
+zone "0.in-addr.arpa" IN {
+ type master;
+ file "empty.zone";
+};
+
+zone "." IN {
+ type hint;
+ file "root.hint";
+};
+
+//zone "example.org" IN {
+// type slave;
+// file "example.zone";
+// masters {
+// 192.168.1.100;
+// };
+// allow-query { any; };
+// allow-transfer { any; };
+//};
+
+//logging {
+// channel xfer-log {
+// file "/var/log/named.log";
+// print-category yes;
+// print-severity yes;
+// severity info;
+// };
+// category xfer-in { xfer-log; };
+// category xfer-out { xfer-log; };
+// category notify { xfer-log; };
+//};
Deleted: extra-x86_64/named.service
===================================================================
--- extra-x86_64/named.service 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/named.service 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Internet domain name server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/named -f -u named
-ExecReload=/usr/bin/rndc reload
-ExecStop=/usr/bin/rndc stop
-
-[Install]
-WantedBy=multi-user.target
Copied: bind/repos/extra-x86_64/named.service (from rev 278910, bind/trunk/named.service)
===================================================================
--- extra-x86_64/named.service (rev 0)
+++ extra-x86_64/named.service 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Internet domain name server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/named -f -u named
+ExecReload=/usr/bin/rndc reload
+ExecStop=/usr/bin/rndc stop
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-x86_64/sysusers.conf
===================================================================
--- extra-x86_64/sysusers.conf 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/sysusers.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1 +0,0 @@
-u named 40 "BIND DNS Server" -
Copied: bind/repos/extra-x86_64/sysusers.conf (from rev 278910, bind/trunk/sysusers.conf)
===================================================================
--- extra-x86_64/sysusers.conf (rev 0)
+++ extra-x86_64/sysusers.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1 @@
+u named 40 "BIND DNS Server" -
Deleted: extra-x86_64/tmpfiles.conf
===================================================================
--- extra-x86_64/tmpfiles.conf 2016-10-17 22:47:27 UTC (rev 278910)
+++ extra-x86_64/tmpfiles.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -1 +0,0 @@
-d /run/named 0750 named named -
Copied: bind/repos/extra-x86_64/tmpfiles.conf (from rev 278910, bind/trunk/tmpfiles.conf)
===================================================================
--- extra-x86_64/tmpfiles.conf (rev 0)
+++ extra-x86_64/tmpfiles.conf 2016-10-17 22:48:08 UTC (rev 278911)
@@ -0,0 +1 @@
+d /run/named 0750 named named -
More information about the arch-commits
mailing list