diff options
author | taca <taca@pkgsrc.org> | 2022-01-27 13:35:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-01-27 13:35:36 +0000 |
commit | 008186b1144a651fe570d02167fe48c566587845 (patch) | |
tree | 8bde3b49d37ef510e30437332ed2540d7d857f15 /net/bind916 | |
parent | 16682bd71d7b9067d2a2cc666f4d3124af8cdbf2 (diff) | |
download | pkgsrc-008186b1144a651fe570d02167fe48c566587845.tar.gz |
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]
Diffstat (limited to 'net/bind916')
-rw-r--r-- | net/bind916/Makefile | 4 | ||||
-rw-r--r-- | net/bind916/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index 01106ed1a85..76180171a75 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -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 diff --git a/net/bind916/distinfo b/net/bind916/distinfo index c9087f495f8..fa206dab297 100644 --- a/net/bind916/distinfo +++ b/net/bind916/distinfo @@ -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 |