pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind916
Module Name: pkgsrc
Committed By: taca
Date: Fri Mar 17 13:54:19 UTC 2023
Modified Files:
pkgsrc/net/bind916: Makefile distinfo
pkgsrc/net/bind916/patches: patch-configure.ac
Log Message:
net/bind916: update to 9.16.39
--- 9.16.39 released ---
6119. [bug] Make sure to revert the reconfigured zones to the
previous version of the view, when the new view
reconfiguration fails during the configuration of
one of the configured zones. [GL #3911]
6116. [bug] Fix error path cleanup issue in the dns_catz_new_zones()
function. [GL #3900]
6115. [bug] Unregister db update notify callback before detaching
from the previous db inside the catz update notify
callback. [GL #3777]
6105. [bug] Detach 'rpzs' and 'catzs' from the previous view in
configure_rpz() and configure_catz(), respectively,
just after attaching it to the new view. [GL #3880]
6098. [test] Don't test HMAC-MD5 when not supported by libcrypto.
[GL #3871]
6095. [test] Test various 'islands of trust' configurations when
using managed keys. [GL #3662]
6094. [bug] Building against (or running with) libuv versions
1.35.0 and 1.36.0 is now a fatal error. The rules for
mixing and matching compile-time and run-time libuv
versions have been tightened for libuv versions between
1.35.0 and 1.40.0. [GL #3840]
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/bind916/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind916/patches/patch-configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind916/Makefile
diff -u pkgsrc/net/bind916/Makefile:1.53 pkgsrc/net/bind916/Makefile:1.54
--- pkgsrc/net/bind916/Makefile:1.53 Thu Feb 16 13:36:01 2023
+++ pkgsrc/net/bind916/Makefile Fri Mar 17 13:54:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/02/16 13:36:01 taca Exp $
+# $NetBSD: Makefile,v 1.54 2023/03/17 13:54:19 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.16.38
+BIND_VERSION= 9.16.39
BUILD_DEFS+= BIND_DIR VARBASE
Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.45 pkgsrc/net/bind916/distinfo:1.46
--- pkgsrc/net/bind916/distinfo:1.45 Thu Feb 16 13:36:01 2023
+++ pkgsrc/net/bind916/distinfo Fri Mar 17 13:54:19 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.45 2023/02/16 13:36:01 taca Exp $
+$NetBSD: distinfo,v 1.46 2023/03/17 13:54:19 taca Exp $
-BLAKE2s (bind-9.16.38.tar.xz) = 83c26141121aeda2aff8f515d9b3c51914390401d622f1feb406518609018f30
-SHA512 (bind-9.16.38.tar.xz) = fe95681b95ce90aee019e1bdcedba104f7bd968915853321205176c29eedd8df6e04682380adaa332aec06c1cc6537f431d5e21d09f756f45c2d780e8bc80435
-Size (bind-9.16.38.tar.xz) = 5112340 bytes
+BLAKE2s (bind-9.16.39.tar.xz) = a4252557cf77d30d4d3629a4121d8021b35c404571c9be78b8be152bfb6f3eb4
+SHA512 (bind-9.16.39.tar.xz) = 6e2e30815222a289e94f6857fdb6b142558ca56ecf5f8291f843f8476da8e4011042f1dd2bed031e5d9924370ae0705ce5b3ea2ce10ae830f8980b669eb26328
+Size (bind-9.16.39.tar.xz) = 5120164 bytes
SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb
@@ -16,7 +16,7 @@ SHA1 (patch-config.guess) = f44c6344a297
SHA1 (patch-config.h.in) = 6072793048cdf590863046355eeffa1d93524c36
SHA1 (patch-config.sub) = 7389c0f2500f2afe96d43979a2d3e0b9f8dff073
SHA1 (patch-config.threads.in) = fc5cc7097d87523a34c0e630cb8dd1d081d859e5
-SHA1 (patch-configure.ac) = 9a8aa06ca82de5f3a37aac01aef2fc93af575309
+SHA1 (patch-configure.ac) = 906239fa24c6cb47888adc84e88adda609a12410
SHA1 (patch-contrib_dlz_config.dlz.in) = 6c53d61aaaf1a952a867e4c4da0194db94f511d7
SHA1 (patch-lib_dns_byaddr.c) = 647ddaaaf040233e18d1a87d83bc2bd63d2a20e3
SHA1 (patch-lib_dns_client.c) = 94909ebeaded676cca502d83bf8071ae651e1928
Index: pkgsrc/net/bind916/patches/patch-configure.ac
diff -u pkgsrc/net/bind916/patches/patch-configure.ac:1.2 pkgsrc/net/bind916/patches/patch-configure.ac:1.3
--- pkgsrc/net/bind916/patches/patch-configure.ac:1.2 Thu Mar 31 12:16:24 2022
+++ pkgsrc/net/bind916/patches/patch-configure.ac Fri Mar 17 13:54:19 2023
@@ -1,11 +1,11 @@
-$NetBSD: patch-configure.ac,v 1.2 2022/03/31 12:16:24 jperkin Exp $
+$NetBSD: patch-configure.ac,v 1.3 2023/03/17 13:54:19 taca Exp $
Add support for blocklist(blacklist).
Fix linker flags on SunOS.
---- configure.ac.orig 2022-03-07 08:48:03.000000000 +0000
+--- configure.ac.orig 2023-03-06 13:03:49.000000000 +0000
+++ configure.ac
-@@ -721,6 +721,16 @@ AC_CHECK_FUNCS([sched_yield pthread_yiel
+@@ -706,6 +706,16 @@ AC_CHECK_FUNCS([sched_yield pthread_yiel
AC_CHECK_FUNCS([pthread_setname_np pthread_set_name_np])
AC_CHECK_HEADERS([pthread_np.h], [], [], [#include <pthread.h>])
@@ -20,9 +20,9 @@ Fix linker flags on SunOS.
+ AC_CHECK_LIB(blacklist, blacklist)])])
+
# libuv
- AC_MSG_CHECKING(for libuv)
- PKG_CHECK_MODULES([LIBUV], [libuv >= 1.0.0], [],
-@@ -1388,6 +1398,18 @@ AS_CASE([$with_libxml2],
+ PKG_CHECK_MODULES([LIBUV], [libuv >= 1.37.0], [],
+ [PKG_CHECK_MODULES([LIBUV], [libuv >= 1.0.0 libuv < 1.35.0], [],
+@@ -1384,6 +1394,18 @@ AS_CASE([$with_libxml2],
[AC_DEFINE([HAVE_LIBXML2], [1], [Use libxml2 library])])],
[AC_MSG_ERROR([Specifying libxml2 installation path is not supported, adjust PKG_CONFIG_PATH instead])])
@@ -41,7 +41,7 @@ Fix linker flags on SunOS.
#
# DEPRECATED
#
-@@ -2523,9 +2545,9 @@ AS_IF([test "$with_dlopen" = "yes"],
+@@ -2527,9 +2549,9 @@ AS_IF([test "$with_dlopen" = "yes"],
])
],
[*-solaris*],[
Home |
Main Index |
Thread Index |
Old Index