pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nsd



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct 25 11:07:48 UTC 2020

Modified Files:
        pkgsrc/net/nsd: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/nsd/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/nsd/Makefile
diff -u pkgsrc/net/nsd/Makefile:1.113 pkgsrc/net/nsd/Makefile:1.114
--- pkgsrc/net/nsd/Makefile:1.113       Wed Aug 12 16:14:36 2020
+++ pkgsrc/net/nsd/Makefile     Sun Oct 25 11:07:48 2020
@@ -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/
 

Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.71 pkgsrc/net/nsd/distinfo:1.72
--- pkgsrc/net/nsd/distinfo:1.71        Wed Aug 12 16:14:36 2020
+++ pkgsrc/net/nsd/distinfo     Sun Oct 25 11:07:48 2020
@@ -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