Revert to BIND 9.16.16 to fix some issues with Ws.
This commit is contained in:
parent
dd51d80e08
commit
8e58eaf1ea
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.139 2021/06/16 22:03:54 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.140 2021/06/18 18:12:10 sthen Exp $
|
||||
|
||||
COMMENT= Berkeley Internet Name Daemon: DNS server and tools
|
||||
|
||||
# Second digits: odd numbers devel, even numbers stable,
|
||||
# ESV branched occasionally. 9.16.x is ESV.
|
||||
V= 9.16.17
|
||||
V= 9.16.16
|
||||
SUBST_VARS+= V
|
||||
PORTROACH= limitw:1,even
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
EPOCH= 2
|
||||
EPOCH= 3
|
||||
|
||||
DISTNAME= bind-$V
|
||||
PKGNAME= isc-bind-${V:S/-P/pl/}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bind-9.16.17.tar.xz) = ak1KCu/KuFK/QV1IISyrWxEQJpt03LEZvb8wO/84XPo=
|
||||
SIZE (bind-9.16.17.tar.xz) = 5021984
|
||||
SHA256 (bind-9.16.16.tar.xz) = bJE5Aq34eOfcXiKc6pT678nUD0R3WjAhPt0Ihg92HXs=
|
||||
SIZE (bind-9.16.16.tar.xz) = 5016864
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.15 2021/06/16 22:03:54 sthen Exp $
|
||||
$OpenBSD: patch-configure_ac,v 1.16 2021/06/18 18:12:10 sthen Exp $
|
||||
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -1836,7 +1836,7 @@ AC_DEFINE(NEED_OPTARG, 1, [Defined if extern char *opt
|
||||
@@ -1816,7 +1816,7 @@ AC_DEFINE(NEED_OPTARG, 1, [Defined if extern char *opt
|
||||
AC_MSG_CHECKING([for st_mtim.tv_nsec])
|
||||
AC_COMPILE_IFELSE(
|
||||
[AC_LANG_PROGRAM(
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.31 2021/06/16 22:03:54 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.32 2021/06/18 18:12:10 sthen Exp $
|
||||
@pkgpath net/isc-bind,ratelimit
|
||||
@newgroup _bind:741
|
||||
@newuser _bind:741:_bind:daemon:bind user:/nonexistent:/sbin/nologin
|
||||
@ -144,7 +144,6 @@ include/isc/assertions.h
|
||||
include/isc/astack.h
|
||||
include/isc/atomic.h
|
||||
include/isc/backtrace.h
|
||||
include/isc/barrier.h
|
||||
include/isc/base32.h
|
||||
include/isc/base64.h
|
||||
include/isc/bind9.h
|
||||
@ -183,7 +182,6 @@ include/isc/likely.h
|
||||
include/isc/list.h
|
||||
include/isc/log.h
|
||||
include/isc/magic.h
|
||||
include/isc/managers.h
|
||||
include/isc/md.h
|
||||
include/isc/mem.h
|
||||
include/isc/meminfo.h
|
||||
@ -235,9 +233,9 @@ include/isc/taskpool.h
|
||||
include/isc/thread.h
|
||||
include/isc/time.h
|
||||
include/isc/timer.h
|
||||
include/isc/tls.h
|
||||
include/isc/tm.h
|
||||
include/isc/types.h
|
||||
include/isc/url.h
|
||||
include/isc/utf8.h
|
||||
include/isc/util.h
|
||||
include/isc/version.h
|
||||
|
Loading…
Reference in New Issue
Block a user