From c7fb374db3c4f35b5e5967cf9f2f6894113112f9 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 19 Sep 2019 14:46:47 +0000 Subject: [PATCH] update to isc-bind-9.11.11 --- net/isc-bind/Makefile | 4 ++-- net/isc-bind/distinfo | 4 ++-- net/isc-bind/patches/patch-lib_isc_unix_socket_c | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/isc-bind/Makefile b/net/isc-bind/Makefile index 9d3f05a2312..dc51d545d88 100644 --- a/net/isc-bind/Makefile +++ b/net/isc-bind/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.96 2019/08/22 16:16:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.97 2019/09/19 14:46:47 sthen Exp $ COMMENT= Berkeley Internet Name Daemon: DNS server and tools # 9.11 is an ESV. After 9.11 the format changes: odd numbers are devel, # even numbers are stable (and for stable branches, point releases are # bug fixes only). The next ESV will be 9.16. -V= 9.11.10 +V= 9.11.11 EPOCH= 0 DISTNAME= bind-$V diff --git a/net/isc-bind/distinfo b/net/isc-bind/distinfo index 88797e782a1..4e0daa09eaf 100644 --- a/net/isc-bind/distinfo +++ b/net/isc-bind/distinfo @@ -1,2 +1,2 @@ -SHA256 (bind-9.11.10.tar.gz) = sruEDNog5nca6MBUAHtOwS4btqpr/nkQKJDrlJVqcMM= -SIZE (bind-9.11.10.tar.gz) = 8174257 +SHA256 (bind-9.11.11.tar.gz) = YVIwM2ZF5JTQElo+ks8cD5VrdAg3ispmZntE6qneims= +SIZE (bind-9.11.11.tar.gz) = 8176146 diff --git a/net/isc-bind/patches/patch-lib_isc_unix_socket_c b/net/isc-bind/patches/patch-lib_isc_unix_socket_c index 550089ac4c8..62b08c58da4 100644 --- a/net/isc-bind/patches/patch-lib_isc_unix_socket_c +++ b/net/isc-bind/patches/patch-lib_isc_unix_socket_c @@ -1,9 +1,9 @@ -$OpenBSD: patch-lib_isc_unix_socket_c,v 1.14 2019/08/22 16:16:46 sthen Exp $ +$OpenBSD: patch-lib_isc_unix_socket_c,v 1.15 2019/09/19 14:46:47 sthen Exp $ Index: lib/isc/unix/socket.c --- lib/isc/unix/socket.c.orig +++ lib/isc/unix/socket.c -@@ -2900,7 +2900,7 @@ opensocket(isc__socketmgr_t *manager, isc__socket_t *s +@@ -2903,7 +2903,7 @@ opensocket(isc__socketmgr_t *manager, isc__socket_t *s } #endif } @@ -12,7 +12,7 @@ Index: lib/isc/unix/socket.c if ((sock->pf == AF_INET6) && (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_RECVTCLASS, (void *)&on, sizeof(on)) < 0)) { -@@ -6387,6 +6387,13 @@ isc__socket_isbound(isc_socket_t *sock0) { +@@ -6390,6 +6390,13 @@ isc__socket_isbound(isc_socket_t *sock0) { void isc__socket_ipv6only(isc_socket_t *sock0, bool yes) { isc__socket_t *sock = (isc__socket_t *)sock0;