diff --git a/server/bind/actions.py b/server/bind/actions.py index 1e923f3a91..93aac841ed 100644 --- a/server/bind/actions.py +++ b/server/bind/actions.py @@ -72,7 +72,7 @@ def install(): pisitools.dosym(src, dest) # Documentation - pisitools.dodoc("CHANGES", "COPYRIGHT", "FAQ", "README") + pisitools.dodoc("CHANGES", "COPYRIGHT", "README") pisitools.dodoc("doc/misc/*", "contrib/scripts/named-bootconf.sh", "contrib/scripts/nanny.pl") pisitools.dohtml("doc/arm/*") pisitools.remove("/usr/share/doc/%s/Makefile*" % get.srcNAME()) diff --git a/server/bind/files/lfs/bind-9.12.0-use_iproute2-1.patch b/server/bind/files/lfs/bind-9.12.0-use_iproute2-1.patch new file mode 100644 index 0000000000..fc6bfba706 --- /dev/null +++ b/server/bind/files/lfs/bind-9.12.0-use_iproute2-1.patch @@ -0,0 +1,36 @@ +Submitted By: Bruce Dubbs +Date: 2011-11-16 +Origin: DJ Lucas +Initial Package Version: 9.10.3 +Description: allow use of ip command instead of ifconfig for test suite +Upstream Status: Not applicable + +diff -Naur bind-9.10.3.orig/bin/tests/system/ifconfig.sh bind-9.10.3/bin/tests/system/ifconfig.sh +--- bind-9.10.3.orig/bin/tests/system/ifconfig.sh 2015-09-09 04:23:40.000000000 +0200 ++++ bind-9.10.3/bin/tests/system/ifconfig.sh 2015-09-26 17:59:04.456649396 +0200 +@@ -97,8 +97,10 @@ + fi + ;; + *-*-linux*) +- ifconfig lo:$int 10.53.0.$ns up netmask 255.255.255.0 +- ifconfig lo inet6 add fd92:7065:b8e:ffff::$ns/64 ++ #ifconfig lo:$int 10.53.0.$ns up netmask 255.255.255.0 ++ #ifconfig lo inet6 add fd92:7065:b8e:ffff::$ns/64 ++ ip addr add 10.53.0.$ns/24 label lo:$int dev lo ++ ip addr add fd92:7065:b8e:ffff::$ns/64 label lo:$int6 dev lo + ;; + *-unknown-freebsd*) + ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff +@@ -178,8 +180,10 @@ + fi + ;; + *-*-linux*) +- ifconfig lo:$int 10.53.0.$ns down +- ifconfig lo inet6 del fd92:7065:b8e:ffff::$ns/64 ++ #ifconfig lo:$int 10.53.0.$ns down ++ #ifconfig lo inet6 del fd92:7065:b8e:ffff::$ns/64 ++ ip addr del 10.53.0.$ns/24 label lo:$int dev lo ++ ip addr del fd92:7065:b8e:ffff::$ns/64 label lo:$int6 dev lo + ;; + *-unknown-freebsd*) + ifconfig lo0 10.53.0.$ns delete diff --git a/server/bind/pspec.xml b/server/bind/pspec.xml index 78f8909512..af10e0dbe7 100644 --- a/server/bind/pspec.xml +++ b/server/bind/pspec.xml @@ -12,7 +12,7 @@ service The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server bind is an implementation of the DNS protocols, bind includes a DNS server (named), a resolver library and tools for verifying that the DNS server is operating properly. - ftp://ftp.isc.org/isc/bind9/9.10.2/bind-9.10.2.tar.gz + ftp://ftp.isc.org/isc/bind9/9.12.0/bind-9.12.0.tar.gz openssl-devel libxml2-devel @@ -25,13 +25,13 @@ nslookup-pisilinux.patch fedora/bind-9.5-PIE.patch - fedora/bind-9.5-parallel-build.patch + fedora/bind-96-libtool2.patch - fedora/bind-95-rh452060.patch + fedora/bind93-rh490837.patch - fedora/bind97-rh478718.patch + fedora/bind97-rh645544.patch - fedora/bind97-rh693982.patch + lfs/bind-9.12.0-use_iproute2-1.patch @@ -136,6 +136,13 @@ + + 2018-08-10 + 9.12.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2017-05-09 9.10.2 @@ -158,4 +165,4 @@ vedat@pisilinux.org - \ No newline at end of file +