summaryrefslogtreecommitdiff
path: root/bind/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'bind/Pkgfile')
-rw-r--r--bind/Pkgfile12
1 files changed, 5 insertions, 7 deletions
diff --git a/bind/Pkgfile b/bind/Pkgfile
index d89f0cb28..b60595074 100644
--- a/bind/Pkgfile
+++ b/bind/Pkgfile
@@ -1,11 +1,10 @@
-# Description: Berkeley Internet Name Domain Service.
+# Description: Berkeley Internet Name Domain Service.
# URL: https://www.isc.org/bind
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Packager: Daniel Mueller, daniel at danm dot de
-# Depends on: python-ply, libuv
+# Depends on: python3-ply, libuv
name=bind
-version=9.16.3
+version=9.16.4
release=1
source=(ftp://ftp.isc.org/isc/bind9/$version/$name-$version.tar.xz \
named.root db.0.0.127 db.localhost db.ip6.arpa named named.conf)
@@ -33,7 +32,7 @@ build() {
touch $PKG/etc/rndc.{conf,key}
chown root:named $PKG/var/run/named $PKG/etc/rndc.{conf,key}
- chmod 770 $PKG/var/run/named
+ chmod 770 $PKG/var/run/named
chmod 640 $PKG/etc/rndc.{conf,key}
touch $PKG/var/run/named/named.pid
@@ -45,6 +44,5 @@ build() {
rm -rf $PKG/usr/share/man/man1
- chown named:named $PKG/var/run/named/named.pid
+ chown named:named $PKG/var/run/named/named.pid
}
-

Generated by cgit