dns/bind918: update to 9.18.4
Changes: https://downloads.isc.org/isc/bind9/9.18.4/doc/arm/html/notes.html#notes-for-bind-9-18-4
(cherry picked from commit e9c383825f
)
This commit is contained in:
parent
53f735d1ff
commit
c87372d321
@ -17,19 +17,19 @@ bin/nsec3hash
|
||||
bin/nslookup
|
||||
bin/nsupdate
|
||||
lib/bind-tools/libbind9.so
|
||||
lib/bind-tools/libbind9-9.18.3.so
|
||||
lib/bind-tools/libbind9-9.18.4.so
|
||||
lib/bind-tools/libdns.so
|
||||
lib/bind-tools/libdns-9.18.3.so
|
||||
lib/bind-tools/libdns-9.18.4.so
|
||||
lib/bind-tools/libirs.so
|
||||
lib/bind-tools/libirs-9.18.3.so
|
||||
lib/bind-tools/libirs-9.18.4.so
|
||||
lib/bind-tools/libisc.so
|
||||
lib/bind-tools/libisc-9.18.3.so
|
||||
lib/bind-tools/libisc-9.18.4.so
|
||||
lib/bind-tools/libisccc.so
|
||||
lib/bind-tools/libisccc-9.18.3.so
|
||||
lib/bind-tools/libisccc-9.18.4.so
|
||||
lib/bind-tools/libisccfg.so
|
||||
lib/bind-tools/libisccfg-9.18.3.so
|
||||
lib/bind-tools/libisccfg-9.18.4.so
|
||||
lib/bind-tools/libns.so
|
||||
lib/bind-tools/libns-9.18.3.so
|
||||
lib/bind-tools/libns-9.18.4.so
|
||||
%%MANPAGES%%man/man1/arpaname.1.gz
|
||||
%%MANPAGES%%man/man1/delv.1.gz
|
||||
%%MANPAGES%%man/man1/dig.1.gz
|
||||
|
@ -43,7 +43,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
|
||||
|
||||
USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:xz
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.18.3
|
||||
ISCVERSION= 9.18.4
|
||||
|
||||
CPE_VENDOR= isc
|
||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1652867217
|
||||
SHA256 (bind-9.18.3.tar.xz) = 0ad8da773bd93cba0ef66cc81999698ebdf9c3e51faed5e5c8c1eb75cad2ae6f
|
||||
SIZE (bind-9.18.3.tar.xz) = 5136984
|
||||
TIMESTAMP = 1655372289
|
||||
SHA256 (bind-9.18.4.tar.xz) = f277ae50159a00c300eb926a9c5d51953038a936bd8242d6913dfb6eac42761d
|
||||
SIZE (bind-9.18.4.tar.xz) = 5395040
|
||||
|
@ -1,8 +1,8 @@
|
||||
Only select the "tools" part of bind for building.
|
||||
|
||||
--- Makefile.am.orig 2021-09-24 03:34:18 UTC
|
||||
--- Makefile.am.orig 2022-06-02 14:20:10 UTC
|
||||
+++ Makefile.am
|
||||
@@ -8,8 +8,6 @@ CLEANFILES = bind.keys.h
|
||||
@@ -12,8 +12,6 @@ CLEANFILES = bind.keys.h
|
||||
bind.keys.h: bind.keys Makefile
|
||||
${PERL} ${top_srcdir}/util/bindkeys.pl ${top_srcdir}/bind.keys > $@
|
||||
|
||||
@ -10,13 +10,13 @@ Only select the "tools" part of bind for building.
|
||||
-
|
||||
.PHONY: doc
|
||||
|
||||
EXTRA_DIST = \
|
||||
--- bin/Makefile.am.orig 2021-09-24 03:34:18 UTC
|
||||
EXTRA_DIST = \
|
||||
--- bin/Makefile.am.orig 2022-06-02 14:20:10 UTC
|
||||
+++ bin/Makefile.am
|
||||
@@ -1 +1 @@
|
||||
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
|
||||
+SUBDIRS = dig delv dnssec tools nsupdate
|
||||
--- bin/tools/Makefile.am.orig 2021-09-24 03:34:18 UTC
|
||||
--- bin/tools/Makefile.am.orig 2022-06-02 14:20:10 UTC
|
||||
+++ bin/tools/Makefile.am
|
||||
@@ -11,7 +11,6 @@ LDADD += \
|
||||
bin_PROGRAMS = \
|
||||
|
@ -242,19 +242,19 @@ include/ns/xfrout.h
|
||||
lib/bind/filter-a.so
|
||||
lib/bind/filter-aaaa.so
|
||||
lib/libbind9.so
|
||||
lib/libbind9-9.18.3.so
|
||||
lib/libbind9-9.18.4.so
|
||||
lib/libdns.so
|
||||
lib/libdns-9.18.3.so
|
||||
lib/libdns-9.18.4.so
|
||||
lib/libirs.so
|
||||
lib/libirs-9.18.3.so
|
||||
lib/libirs-9.18.4.so
|
||||
lib/libisc.so
|
||||
lib/libisc-9.18.3.so
|
||||
lib/libisc-9.18.4.so
|
||||
lib/libisccc.so
|
||||
lib/libisccc-9.18.3.so
|
||||
lib/libisccc-9.18.4.so
|
||||
lib/libisccfg.so
|
||||
lib/libisccfg-9.18.3.so
|
||||
lib/libisccfg-9.18.4.so
|
||||
lib/libns.so
|
||||
lib/libns-9.18.3.so
|
||||
lib/libns-9.18.4.so
|
||||
@comment man/man1/arpaname.1.gz
|
||||
@comment man/man1/delv.1.gz
|
||||
@comment man/man1/dig.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user