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:           Thu Jan 27 13:35:36 UTC 2022

Modified Files:
        pkgsrc/net/bind916: Makefile distinfo

Log Message:
net/bind916: update to 9.16.25

Notes for BIND 9.16.25

Feature Changes

* Overall memory use by named has been optimized and reduced, especially on
  systems with many CPU cores.  The default memory allocator has been
  switched from internal to external.  A new command-line option -M internal
  allows named to be started with the old internal memory allocator.  [GL
  #2398]

Bug Fixes

* On FreeBSD, TCP connections leaked a small amount of heap memory, leading
  to an eventual out-of-memory problem.  This has been fixed.  [GL #3051]

* If signatures created by the ZSK were expired and the ZSK private key was
  offline, the signatures were not replaced.  This behavior has been amended
  to replace the expired signatures with new signatures created using the
  KSK.  [GL #3049]

* Under certain circumstances, the signed version of an inline-signed zone
  could be dumped to disk without the serial number of the unsigned version
  of the zone.  This prevented resynchronization of the zone contents after
  named restarted, if the unsigned zone file was modified while named was
  not running.  This has been fixed.  [GL #3071]


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/bind916/distinfo

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.34 pkgsrc/net/bind916/Makefile:1.35
--- pkgsrc/net/bind916/Makefile:1.34    Wed Dec 15 14:19:21 2021
+++ pkgsrc/net/bind916/Makefile Thu Jan 27 13:35:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2021/12/15 14:19:21 he Exp $
+# $NetBSD: Makefile,v 1.35 2022/01/27 13:35:36 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.24
+BIND_VERSION=  9.16.25
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 

Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.29 pkgsrc/net/bind916/distinfo:1.30
--- pkgsrc/net/bind916/distinfo:1.29    Wed Dec 15 14:18:32 2021
+++ pkgsrc/net/bind916/distinfo Thu Jan 27 13:35:36 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2021/12/15 14:18:32 he Exp $
+$NetBSD: distinfo,v 1.30 2022/01/27 13:35:36 taca Exp $
 
-BLAKE2s (bind-9.16.24.tar.xz) = b8a19bfbbc8a4c0beafa6fa98f879fbcda800bfa7b10e8eb391e0d0d889cefad
-SHA512 (bind-9.16.24.tar.xz) = a982bcad8c517dbcb81e768486e1a8b92e495efcf45c4961170c3bc7fac837903605dcd05cfb9b9e1074599b90be1b9c3dbca4162ede0a32fe4c3405ad92816b
-Size (bind-9.16.24.tar.xz) = 5070180 bytes
+BLAKE2s (bind-9.16.25.tar.xz) = d0db703c77f4bd1739a38360da679b9f0cc85712c027e93ff3af91a6279cbfc4
+SHA512 (bind-9.16.25.tar.xz) = e43c0e59159d3a5642db051f3982d8767fb726426380c32960fefe4b9afd05708ed8f7e80a98b803a580b048e1a368c888e2dd5695fa5fcd7b8b75574a27cb62
+Size (bind-9.16.25.tar.xz) = 5086780 bytes
 SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb



Home | Main Index | Thread Index | Old Index