Skip to content

Commit

Permalink
nsd: Update to 4.3.4
Browse files Browse the repository at this point in the history
24 November 2020: Wouter
	- Merge PR #141: ZONEMD RR type.
	- tag for 4.3.4rc1.

23 November 2020: Wouter
	- Fix #142: NODATA answers missin SOA in authority section after
	  CNAME chain.
	- Fix for CVE-2020-28935 : Fix that symlink does not interfere
	  with chown of pidfile.
	- fix writepid for retvalue 0.

9 November 2020: Wouter
	- Fix #138: NSD returns non-EDNS answer when QUESTION is empty.
	- Fix to check nscount in previous fix for EDNS in formerr response
	  when there is no question.

28 October 2020: Wouter
	- Remove unused init_cfg_parse routine from configlexer.

20 October 2020: Wouter
	- Fix to add missing closest encloser NSEC3 for wildcard nodata type
	  DS answer.

14 October 2020: Wouter
	- Fix #134: IPV4_MINIMAL_RESPONSE_SIZE vs EDNS_MAX_MESSAGE_LEN.

13 October 2020: Wouter
	- Fix missing parenthesis on size of fix to init buffer.

12 October 2020: Wouter
	- Fix #127: two minor `-Wcast-qual` cleanups
	- Fix #126: minor header hygiene
	- Fix #125: include config.h in compat/setproctitle.c and fix prototype of `setproctitle`
	- Fix #133: fix 0-init of local ( stack ) buffer.
  • Loading branch information
alarixnia committed Dec 18, 2020
1 parent 47f1b82 commit 9ff278f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/nsd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.114 2020/10/25 11:07:48 ryoon Exp $
# $NetBSD: Makefile,v 1.115 2020/12/18 08:47:48 nia Exp $

DISTNAME= nsd-4.3.3
DISTNAME= nsd-4.3.4
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/

Expand Down
10 changes: 5 additions & 5 deletions net/nsd/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.72 2020/10/25 11:07:48 ryoon Exp $
$NetBSD: distinfo,v 1.73 2020/12/18 08:47:48 nia Exp $

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 (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 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091

0 comments on commit 9ff278f

Please sign in to comment.