update to BIND 9.16.2, various fixes including "Fix ineffective DNS

rebinding protection when BIND is configured as a forwarding DNS server."
This commit is contained in:
sthen 2020-04-15 18:41:07 +00:00
parent 0089ba844b
commit f3f6d5c6d2
5 changed files with 13 additions and 13 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.114 2020/04/06 22:10:30 sthen Exp $
# $OpenBSD: Makefile,v 1.115 2020/04/15 18:41:07 sthen Exp $
COMMENT= Berkeley Internet Name Daemon: DNS server and tools
# Odd numbers devel, even numbers stable, ESV branched occasionally.
# 9.16.x is ESV.
V= 9.16.1
V= 9.16.2
PORTROACH= limitw:1,even
EXTRACT_SUFX= .tar.xz
EPOCH= 0

View File

@ -1,2 +1,2 @@
SHA256 (bind-9.16.1.tar.xz) = qRPX54E1uRI9IzIVtYEC+g8YEw+x4VhGWhwrbzvXXpE=
SIZE (bind-9.16.1.tar.xz) = 4541768
SHA256 (bind-9.16.2.tar.xz) = 2eW3fPylzK2X8ZzdyHEodY7BXBbmWFAAxrL4T8IlmT8=
SIZE (bind-9.16.2.tar.xz) = 4559216

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-bin_dig_dig_c,v 1.17 2020/03/19 17:07:20 sthen Exp $
$OpenBSD: patch-bin_dig_dig_c,v 1.18 2020/04/15 18:41:07 sthen Exp $
Index: bin/dig/dig.c
--- bin/dig/dig.c.orig
@ -11,7 +11,7 @@ Index: bin/dig/dig.c
#include <isc/app.h>
#include <isc/netaddr.h>
@@ -2624,6 +2625,15 @@ dig_setup(int argc, char **argv) {
@@ -2620,6 +2621,15 @@ dig_setup(int argc, char **argv) {
ISC_LIST_INIT(server_list);
ISC_LIST_INIT(search_list);
@ -27,7 +27,7 @@ Index: bin/dig/dig.c
debug("dig_setup()");
/* setup dighost callbacks */
@@ -2655,6 +2665,16 @@ dig_query_setup(bool is_batchfile, bool config_only, i
@@ -2651,6 +2661,16 @@ dig_query_setup(bool is_batchfile, bool config_only, i
} else if (keysecret[0] != 0) {
setup_text_key();
}

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-bin_dig_host_c,v 1.14 2020/03/19 17:07:20 sthen Exp $
$OpenBSD: patch-bin_dig_host_c,v 1.15 2020/04/15 18:41:07 sthen Exp $
Index: bin/dig/host.c
--- bin/dig/host.c.orig
@ -11,7 +11,7 @@ Index: bin/dig/host.c
#ifdef HAVE_LOCALE_H
#include <locale.h>
@@ -893,6 +894,15 @@ main(int argc, char **argv) {
@@ -900,6 +901,15 @@ main(int argc, char **argv) {
dighost_trying = trying;
dighost_shutdown = host_shutdown;
@ -27,7 +27,7 @@ Index: bin/dig/host.c
debug("main()");
progname = argv[0];
pre_parse_args(argc, argv);
@@ -906,6 +916,16 @@ main(int argc, char **argv) {
@@ -913,6 +923,16 @@ main(int argc, char **argv) {
} else if (keysecret[0] != 0) {
setup_text_key();
}

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-bin_dig_nslookup_c,v 1.15 2020/03/19 17:07:20 sthen Exp $
$OpenBSD: patch-bin_dig_nslookup_c,v 1.16 2020/04/15 18:41:07 sthen Exp $
Index: bin/dig/nslookup.c
--- bin/dig/nslookup.c.orig
+++ bin/dig/nslookup.c
@@ -1004,6 +1004,15 @@ main(int argc, char **argv) {
@@ -1005,6 +1005,15 @@ main(int argc, char **argv) {
result = isc_app_start();
check_result(result, "isc_app_start");
@ -19,7 +19,7 @@ Index: bin/dig/nslookup.c
setup_libs();
progname = argv[0];
@@ -1014,6 +1023,16 @@ main(int argc, char **argv) {
@@ -1015,6 +1024,16 @@ main(int argc, char **argv) {
} else if (keysecret[0] != 0) {
setup_text_key();
}