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:           Sat Feb 27 18:54:27 UTC 2021

Modified Files:
        pkgsrc/net/nsd: Makefile distinfo

Log Message:
nsd: Update to 4.3.5

Changelog:
19 January 2021: Wouter
        - Set branch ready for 4.3.5 release.

15 January 2021: Wouter
        - Fix #152: '*' in Rdata causes the return code to be NOERROR instead
          of NX.
        - Add config.guess and config.sub to .gitignore for autoconf 2.70.
        - Fix #150: TXT record validation difference with BIND.
        - Fixup TXT record validation fix for escaped quotes.
        - Fixup TXT record validation fix for escaped backslashes.
        - Fixup escape character parse for quoted strings.

11 January 2021: Wouter
        - Fix #151: DNAME not applied more than once to resolve the query.
        - Fix dname test for #148.
        - For #151: fix to not produce loops in output.

5 January 2021: Wouter
        - Fix configure.ac for autoconf 2.70.

4 January 2021: Wouter
        - Fix #148: CNAME need not be followed after a synthesized CNAME
          for a CNAME query.

11 December 2020: Wouter
        - Fix that nsd-control has timeout when connection is down.
        - remove windows socket ifdefs from nsd-control.

3 December 2020: Wouter
        - For #145: Fix that service of remaining TCP and TLS connections
          does not allow new queries to be made, the connection is closed.
          Only existing queries and zone transfers are answered, new ones
          are rejected by a close of the channel.

30 November 2020: Wouter
        - Fix #144: fix better.

27 November 2020: Wouter
        - Fix #144: Typo fix in nsd.conf.5.in.

26 November 2020: Wouter
        - Fix #143: xfrd no hysteresis with NOT IMPLEMENTED rcode.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.73 -r1.74 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.115 pkgsrc/net/nsd/Makefile:1.116
--- pkgsrc/net/nsd/Makefile:1.115       Fri Dec 18 08:47:48 2020
+++ pkgsrc/net/nsd/Makefile     Sat Feb 27 18:54:27 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2020/12/18 08:47:48 nia Exp $
+# $NetBSD: Makefile,v 1.116 2021/02/27 18:54:27 ryoon Exp $
 
-DISTNAME=      nsd-4.3.4
+DISTNAME=      nsd-4.3.5
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 

Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.73 pkgsrc/net/nsd/distinfo:1.74
--- pkgsrc/net/nsd/distinfo:1.73        Fri Dec 18 08:47:48 2020
+++ pkgsrc/net/nsd/distinfo     Sat Feb 27 18:54:27 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.73 2020/12/18 08:47:48 nia Exp $
+$NetBSD: distinfo,v 1.74 2021/02/27 18:54:27 ryoon Exp $
 
-SHA1 (nsd-4.3.4.tar.gz) = 98c5dd67513d54c41eda4dce40e623ca68d4fb82
-RMD160 (nsd-4.3.4.tar.gz) = 2a47f13f5aa8d988176bc82f46048c87eb2cfa49
-SHA512 (nsd-4.3.4.tar.gz) = fe332caecfd3c6bb8ae1a92fec26984a7953e5e462515e8622c1079b217c962728e841826cdf7899f47f9ac24af1dd383f8ba7981541b05a2338cd288c40b0a7
-Size (nsd-4.3.4.tar.gz) = 1182467 bytes
+SHA1 (nsd-4.3.5.tar.gz) = c2cec413b2a0dc7591c08708b0be782e3de654ac
+RMD160 (nsd-4.3.5.tar.gz) = 76018302ee743e18b999556d4053a58d847e6a31
+SHA512 (nsd-4.3.5.tar.gz) = bd031da779ff7b9b53fb4ea4d038a51f3b8f7b59a2927f674def46ca775f30afa059b471fed7d8ebcd2b7d02968945972b98856198eafbc4263d3064dae01029
+Size (nsd-4.3.5.tar.gz) = 1184220 bytes
 SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091



Home | Main Index | Thread Index | Old Index