nsd: Update to 4.3.2
Changelog: 7 July 2020: Wouter - Tag for 4.3.2rc1. 6 July 2020: Wouter - Fix compile includes for xfr-inspect tool on FreeBSD. - Add tpkg/run_vm.sh that runs test when in a virtual machine. - Merge #112 from jaredmauch: log old and new serials when NSD rejects an IXFR due to an old serial number. - Fix bug034 test for vm test changes. 22 June 2020: Wouter - Remove errno reset behaviour from sendmmsg and recvmmsg replacement functions. - Fix unit test for different nsd-control-setup -h exit code. 19 June 2020: Wouter - Merge #108 from Nomis: Make the max-retry-time description clearer. - Retry when udp send buffer is full to wait until buffer space is available. 18 June 2020: Wouter - Do not log EAGAIN errors for sendmmsg, to stop log spam on OpenBSD. 17 June 2020: Wouter - Fix #107: nsd -v shows configure line, openssl version and libevent version. 27 May 2020: Wouter - Fix unlink of pidfile warning if not possible due to permissions, nsd can display the message at high verbosity levels. - Update contrib/nsd.service for chown of nsd.log and /var/log in ReadWritePaths. - Removed contrib/nsd.service, example is too complicated and not useful. 15 May 2020: Wouter - Merge PR#102 from and0x000: add missing default in documentation for drop-updates. - Fix checkconf test for log-only-syslog option. 14 May 2020: Wouter - Document default value for tcp-timeout. 13 May 2020: Jeroen - Fix #99: Fix copying of socket properties with reuseport enabled. 24 April 2020: Wouter - Fix #97: EDNS unknown version: query not in response. 21 April 2020: Wouter - Fix #96: log-only-syslog: yes sets to only use syslog, fixes that the default configuration and systemd results in duplicate log messages. 20 April 2020: Wouter - Fix #95: Removed make test check because tpkg not included in release tarballs. - Fix unused parameter compile warnings.
This commit is contained in:
parent
b0b37ef671
commit
769233c565
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.112 2020/05/30 08:45:58 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.113 2020/08/12 16:14:36 ryoon Exp $
|
||||
|
||||
DISTNAME= nsd-4.3.1
|
||||
DISTNAME= nsd-4.3.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.70 2020/04/30 07:42:13 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.71 2020/08/12 16:14:36 ryoon Exp $
|
||||
|
||||
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 (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 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091
|
||||
|
|
Loading…
Reference in a new issue