Skip to content

Commit

Permalink
nsd: Update to 4.3.1
Browse files Browse the repository at this point in the history
Changelog:
8 April 2020: Wouter
	- Tag for 4.3.1rc2.

7 April 2020: Wouter
	- Merge #91 by gearnode: nsd-control-setup recreate certificates.
	  The '-r' option recreates certificates.  Without it it creates them
	  if they do not exist, and does not modify them otherwise.

6 April 2020: Wouter
	- Merge #90 by phicoh: O_CLOEXEC should be FD_CLOEXEC.
	- Merge #92 by tonysgi: Fix typo.

2 April 2020: Wouter
	- Tag for 4.3.1rc1.

1 April 2020: Wouter
	- Fix for whitespace in minimal responses test for FreeBSD.

25 March 2020: Wouter
	- Merge #86 from noloader: Use precious variables for GREP, EGREP,
	  SED, AWK, LEX and YACC.
	- For #86: Fix that programs loaded after CFLAGS and stuff is
	  set, specifically the compiler, so that it can work if it needs
	  special flags from that.  Fix that lex only needs to support -i
	  if actually defined, otherwise the output included in the source
	  tarball can be used.
	- Merge #72 from noloader: Increase Travis testing coverage

23 March 2020: Wouter
	- Fix unterminated ifdef in nsd.h.
	- Fix unknown u_long in util.c for Issue #80 .

20 March 2020: Wouter
	- Merge #83 from noloader: Fix GNU HURD sched_setaffinity compile.
	- Fix #82: print error when system does not have setaffinity.
	- Fix #80: NetBSD and implicit declaration of reallocarray.
	- Fix for #80: Fix reallocarray test to define before include.
	- Fix for #80: Define alternatives for IFNAMSIZ if it does not exist.

19 March 2020: Wouter
	- Fix #76: cpuid typedef for Hurd, DragonflyBSD compile.
	- Fix #75: configure test for sched_setaffinity, and use
	  cpuset_setaffinity otherwise.  Also test for presence of sysconf.
	- Fix #74: GNU Hurd fix cast from pointer to integer of different size.
	- Fix for #74, #75: cpuset test for header contents and provide code.
	- Fix #78: Fix SO_SETFIB error on FreeBSD.

18 March 2020: Wouter
	- Fix #70: error: 'fd_set' undeclared.
	- Fix #71: error: 'for' loop initial declaration used outside C99
	  mode.
	- Fix to move declarations out of for loops in event test too.
	- Fix to move declarations out of for loops in popen3 test too.
	- Another fix to move declaration out of for loop for event test.
	- Fix to move declarations out of for loops in cutest regex display.
  • Loading branch information
ryoon committed Apr 30, 2020
1 parent f363227 commit 95b3049
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.110 2020/03/30 12:29:05 ryoon Exp $
# $NetBSD: Makefile,v 1.111 2020/04/30 07:42:13 ryoon Exp $

DISTNAME= nsd-4.3.0
DISTNAME= nsd-4.3.1
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.69 2020/03/30 12:29:05 ryoon Exp $
$NetBSD: distinfo,v 1.70 2020/04/30 07:42:13 ryoon Exp $

SHA1 (nsd-4.3.0.tar.gz) = 0f7f4032fbc900425da3c4fefbfa06b2b1ab490a
RMD160 (nsd-4.3.0.tar.gz) = e319f240de408aa4f5b5d87937a42bdd07c63a3f
SHA512 (nsd-4.3.0.tar.gz) = 8724fdfe9ca07dce6cf73bd0441a5d6b6e8a37f31744aca185e8cff2bde66ba677c189bb0b5bd8c8ec5682cd623bf24c0087ae47630615292b96d89f1d4134c5
Size (nsd-4.3.0.tar.gz) = 1168198 bytes
SHA1 (nsd-4.3.1.tar.gz) = 912f8592abf16928cbc7285ca5b26475e6ddc62d
RMD160 (nsd-4.3.1.tar.gz) = 1c62b6508bcf2a3a5b948e32b7af023b1576abd1
SHA512 (nsd-4.3.1.tar.gz) = 58b6e964795d6c796b547e1134cef954e5f4adf4e976db830ff7900892327154dab2a607ceadbb99072d6e5495d62c808c8fb8c94359ae93f636d11925c0d261
Size (nsd-4.3.1.tar.gz) = 1173582 bytes
SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091

0 comments on commit 95b3049

Please sign in to comment.