update to bind 9.10.6

This commit is contained in:
sthen 2017-07-28 23:38:06 +00:00
parent 515fc495e5
commit c9959dc190
4 changed files with 23 additions and 23 deletions

View File

@ -1,24 +1,22 @@
# $OpenBSD: Makefile,v 1.71 2017/07/28 20:53:33 espie Exp $
# $OpenBSD: Makefile,v 1.72 2017/07/28 23:38:06 sthen Exp $
COMMENT= Berkeley Internet Name Daemon: DNS server and tools
V= 9.10.5-P3
V= 9.10.6
DISTNAME= bind-$V
PKGNAME= isc-bind-${V:S/-P/pl/}
REVISION = 0
SHARED_LIBS += isc 3.3 # 170.0
SHARED_LIBS += isccc 0.0 # 140.5
SHARED_LIBS += dns 5.0 # 170.2
SHARED_LIBS += isccfg 0.4 # 144.0
SHARED_LIBS += bind9 0.1 # 140.12
SHARED_LIBS += lwres 0.1 # 141.3
SHARED_LIBS += irs 0.0 # 141.5
SHARED_LIBS += isc 3.4 # 190.0
SHARED_LIBS += isccc 0.0 # 140.5
SHARED_LIBS += dns 5.0 # 190.1
SHARED_LIBS += isccfg 0.4 # 144.0
SHARED_LIBS += bind9 0.1 # 141.0
SHARED_LIBS += lwres 0.1 # 141.3
SHARED_LIBS += irs 0.0 # 141.7
# not installed:
#SHARED_LIBS += isc-nosymtbl 148.2 # 170.0
#SHARED_LIBS += isc-nosymtbl 190.0 # 190.0
#SHARED_LIBS += t_api 0.0 # unknown
CATEGORIES= net

View File

@ -1,2 +1,2 @@
SHA256 (bind-9.10.5-P3.tar.gz) = jX6WtbC7rHuQDUxLu4LglWtOUJQzxfo5K7cqkpuWYGo=
SIZE (bind-9.10.5-P3.tar.gz) = 9413321
SHA256 (bind-9.10.6.tar.gz) = F7vNK9ex0y9bpLMNXb6KObziAAeQSAc9Hg0FD99H5p0=
SIZE (bind-9.10.6.tar.gz) = 9449394

View File

@ -1,7 +1,8 @@
$OpenBSD: patch-bin_dig_dig_c,v 1.2 2017/05/03 20:20:42 sthen Exp $
--- bin/dig/dig.c.orig Fri Apr 14 04:54:11 2017
+++ bin/dig/dig.c Thu Apr 20 09:35:26 2017
@@ -2090,6 +2090,11 @@ main(int argc, char **argv) {
$OpenBSD: patch-bin_dig_dig_c,v 1.3 2017/07/28 23:38:06 sthen Exp $
Index: bin/dig/dig.c
--- bin/dig/dig.c.orig
+++ bin/dig/dig.c
@@ -2142,6 +2142,11 @@ main(int argc, char **argv) {
ISC_LIST_INIT(server_list);
ISC_LIST_INIT(search_list);
@ -13,7 +14,7 @@ $OpenBSD: patch-bin_dig_dig_c,v 1.2 2017/05/03 20:20:42 sthen Exp $
debug("main()");
preparse_args(argc, argv);
progname = argv[0];
@@ -2097,6 +2102,13 @@ main(int argc, char **argv) {
@@ -2149,6 +2154,13 @@ main(int argc, char **argv) {
check_result(result, "isc_app_start");
setup_libs();
parse_args(ISC_FALSE, ISC_FALSE, argc, argv);

View File

@ -1,7 +1,8 @@
$OpenBSD: patch-lib_isc_unix_net_c,v 1.2 2017/05/03 20:20:42 sthen Exp $
--- lib/isc/unix/net.c.orig Fri Apr 14 04:54:11 2017
+++ lib/isc/unix/net.c Thu Apr 20 09:35:26 2017
@@ -733,7 +733,7 @@ try_dscp_v6(void) {
$OpenBSD: patch-lib_isc_unix_net_c,v 1.3 2017/07/28 23:38:06 sthen Exp $
Index: lib/isc/unix/net.c
--- lib/isc/unix/net.c.orig
+++ lib/isc/unix/net.c
@@ -736,7 +736,7 @@ try_dscp_v6(void) {
if (setsockopt(s, IPPROTO_IPV6, IPV6_TCLASS, &dscp, sizeof(dscp)) == 0)
dscp_result |= ISC_NET_DSCPSETV6;