bind:ver.bump
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
Submitted By: Bruce Dubbs <bdubbs_AT_linuxfromscratch_DOT_org>
|
||||
Date: 2011-11-16
|
||||
Origin: DJ Lucas <dj_AT_linuxfromscratch_DOT_org>
|
||||
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
|
||||
+13
-6
@@ -12,7 +12,7 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="4ddb2670976c06af7e86352616383958d82c51ce" type="targz">ftp://ftp.isc.org/isc/bind9/9.10.2/bind-9.10.2.tar.gz</Archive>
|
||||
<Archive sha1sum="55015312b571dd4f6e8ef7a054b6937378e092c4" type="targz">ftp://ftp.isc.org/isc/bind9/9.12.0/bind-9.12.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
@@ -25,13 +25,13 @@
|
||||
<Patches>
|
||||
<Patch level="1">nslookup-pisilinux.patch</Patch>
|
||||
<Patch level="1">fedora/bind-9.5-PIE.patch</Patch>
|
||||
<Patch level="1">fedora/bind-9.5-parallel-build.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/bind-9.5-parallel-build.patch</Patch> -->
|
||||
<Patch level="1">fedora/bind-96-libtool2.patch</Patch>
|
||||
<Patch level="1">fedora/bind-95-rh452060.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/bind-95-rh452060.patch</Patch> -->
|
||||
<Patch level="0">fedora/bind93-rh490837.patch</Patch>
|
||||
<Patch level="1">fedora/bind97-rh478718.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/bind97-rh478718.patch</Patch> -->
|
||||
<Patch level="1">fedora/bind97-rh645544.patch</Patch>
|
||||
<Patch level="1">fedora/bind97-rh693982.patch</Patch>
|
||||
<Patch level="1">lfs/bind-9.12.0-use_iproute2-1.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -136,6 +136,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-10</Date>
|
||||
<Version>9.12.0</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-05-09</Date>
|
||||
<Version>9.10.2</Version>
|
||||
@@ -158,4 +165,4 @@
|
||||
<Email>vedat@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user