diff options
author | taca <taca@pkgsrc.org> | 2022-02-20 12:57:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-02-20 12:57:56 +0000 |
commit | 4d36054c56ad7834df82d94528c5051b60e8aa61 (patch) | |
tree | 87286ed5bbf56265ae115d3064c27de699b41846 /net/bind916 | |
parent | d75460f84a68fb2c82069b7aeaecd4e43bd46d5d (diff) | |
download | pkgsrc-4d36054c56ad7834df82d94528c5051b60e8aa61.tar.gz |
net/bind916: update to 9.16.26
--- 9.16.26 released ---
5801. [bug] Log "quota reached" message when hard quota
is reached when accepting a connection. [GL #3125]
5800. [func] Add ECS support to the DLZ interface. [GL #3082]
5797. [bug] A failed view configuration during a named
reconfiguration procedure could cause inconsistencies
in BIND internal structures, causing a crash or other
unexpected errors. [GL #3060]
5795. [bug] rndc could crash when interrupted by a signal
before receiving a response. [GL #3080]
5793. [bug] Correctly detect and enable UDP recvmmsg support
in all versions of libuv that support it. [GL #3095]
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 76180171a75..f7efacb75f0 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2022/01/27 13:35:36 taca Exp $ +# $NetBSD: Makefile,v 1.36 2022/02/20 12:57:56 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.25 +BIND_VERSION= 9.16.26 BUILD_DEFS+= BIND_DIR VARBASE diff --git a/net/bind916/distinfo b/net/bind916/distinfo index c44c2265056..4d5baabae0f 100644 --- a/net/bind916/distinfo +++ b/net/bind916/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2022/02/17 15:37:26 gutteridge Exp $ +$NetBSD: distinfo,v 1.32 2022/02/20 12:57:56 taca Exp $ -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 +BLAKE2s (bind-9.16.26.tar.xz) = 37b0c72bc169b37048bc09e5d1a682445c28ef391542eb331062f306d540b443 +SHA512 (bind-9.16.26.tar.xz) = d75e9e0c0853dbfeb0a1e765c2e39d83393c9be5a48cfccd84e758a0f11cf9d480f892431bbba9f7579dfef82e03987580619878d2a5bb5dc35f5dbb35101dbe +Size (bind-9.16.26.tar.xz) = 5083848 bytes SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb |