pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nsd nsd: Update to 4.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/884b5bcb116b
branches:  trunk
changeset: 441063:884b5bcb116b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Oct 25 11:07:48 2020 +0000

description:
nsd: Update to 4.3.3

Changelog:
4.3.3
================
FEATURES:
        - Follow DNS flag day 2020 advice and
          set default EDNS message size to 1232.
        - Merged PR #113 with fixes.  Instead of listing an IP-address to
          listen on, an interface name can be specified in nsd.conf, with
          ip-address: eth0.  The IP-addresses for that interface are then used.
        - Port TSIG code for openssl 3.0.0-alpha6.
BUG FIXES:
        - Fix make install with --with-pidfile="".
        - Merge #115 from millert: Fix strlcpy() usage. From OpenBSD.
        - Merge #117: mini_event.h (4.3.2 and 4.3.1) on OpenBSD cannot find
          fd_set - patch.
        - Fix that configure checks for EVP_sha256 to detect openssl, because
          HMAC_CTX_new is deprecated in 3.0.0.
        - Fix #119: fix compile warnings from new gcc.
        - Fix #119: warn when trying to parse a directory.
        - Merge PR #121: Increase log level of recreated database from
          WARNING to ERR.
        - Remove unused space from LIBS on link line.
        - Updated date in nsd -v output.

diffstat:

 net/nsd/Makefile |   4 ++--
 net/nsd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f2d4cc4b8c31 -r 884b5bcb116b net/nsd/Makefile
--- a/net/nsd/Makefile  Sun Oct 25 08:22:44 2020 +0000
+++ b/net/nsd/Makefile  Sun Oct 25 11:07:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2020/08/12 16:14:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.114 2020/10/25 11:07:48 ryoon Exp $
 
-DISTNAME=      nsd-4.3.2
+DISTNAME=      nsd-4.3.3
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 
diff -r f2d4cc4b8c31 -r 884b5bcb116b net/nsd/distinfo
--- a/net/nsd/distinfo  Sun Oct 25 08:22:44 2020 +0000
+++ b/net/nsd/distinfo  Sun Oct 25 11:07:48 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.71 2020/08/12 16:14:36 ryoon Exp $
+$NetBSD: distinfo,v 1.72 2020/10/25 11:07:48 ryoon Exp $
 
-SHA1 (nsd-4.3.2.tar.gz) = 85891a8cdd735460e31d2496a954d751e7d7837b
-RMD160 (nsd-4.3.2.tar.gz) = aaeb1d12768a225ea920b0ae6a0914edbc79c5e4
-SHA512 (nsd-4.3.2.tar.gz) = 0423aeddc7f60e04718b6ee0954fbdc274576b6ef61472324256e5db696f41e47899b645cbc4d6d8cc2a7dd00190b72f3ef0476c4640dbb80d36ec39f1c9f5c8
-Size (nsd-4.3.2.tar.gz) = 1177939 bytes
+SHA1 (nsd-4.3.3.tar.gz) = a3bb7b8915db1b014a7b284bf31f4cc90dfadecd
+RMD160 (nsd-4.3.3.tar.gz) = d7328dafbf21cf261abc7041c747ffba3c3c43b0
+SHA512 (nsd-4.3.3.tar.gz) = 5e7e2037e0939af20af137c913943904e36cf7da517292d40dbbd4f7ebc878b0e97acd7f6cbbaaebbb525a84f6d6ae9e82c34df9c8482075653c4802777a9fa6
+Size (nsd-4.3.3.tar.gz) = 1181082 bytes
 SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091



Home | Main Index | Thread Index | Old Index