pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nsd Update nsd to 4.1.24
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0ec9ac92974
branches: trunk
changeset: 384852:b0ec9ac92974
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Tue Sep 04 11:24:34 2018 +0000
description:
Update nsd to 4.1.24
4.1.24
================
FEATURES:
- #4102: control interface via local socket.
configure it with control-interface: "/path/nsd.ctl" The path
has to start with a / to separate it from an IP address.
The local socket does not use SSL, but unencrypted traffic, use
file and containing directory permissions to restrict access.
- configure --enable-systemd (needs pkg-config and libsystemd) can
be used to then use-systemd: yes in nsd.conf and have readiness
signalling with systemd.
- RFC8162 support, for record type SMIMEA.
BUG FIXES:
- Patch to fix openwrt for mac os build darwin detection in configure.
- Fix that first control-interface determines if TLS is used. Warn
when IP address interfaces are used without TLS.
- #4106: Fix that stats printed from nsd-control are recast from
unsigned long to unsigned (remote.c).
- Fix that type CAA (and URI) in the zone file can contain
dots when not in quotes.
- #4133: Fix that when IXFR contains a zone with broken NSEC3PARAM
chain, NSD leniently attempts to find a working NSEC3PARAM.
4.1.23
================
BUG FIXES:
- Fix NSD time sensitive TSIG compare vulnerability.
4.1.22
================
FEATURES:
- refuse-any sends truncation (+TC) in reply to ANY queries over UDP,
and allows TCP queries like normal.
- Use accept4 to speed up answer of TCP queries, on Linux, FreeBSD
and OpenBSD.
BUG FIXES:
- Fix nsec3 hash of parent and child co-hosted nsec3 enabled zones.
- Fix to use same condition for nsec3 hash allocation and free.
diffstat:
net/nsd/Makefile | 4 ++--
net/nsd/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 08726b7dd553 -r b0ec9ac92974 net/nsd/Makefile
--- a/net/nsd/Makefile Tue Sep 04 11:00:57 2018 +0000
+++ b/net/nsd/Makefile Tue Sep 04 11:24:34 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2018/06/10 04:27:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2018/09/04 11:24:34 prlw1 Exp $
-DISTNAME= nsd-4.1.21
+DISTNAME= nsd-4.1.24
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
diff -r 08726b7dd553 -r b0ec9ac92974 net/nsd/distinfo
--- a/net/nsd/distinfo Tue Sep 04 11:00:57 2018 +0000
+++ b/net/nsd/distinfo Tue Sep 04 11:24:34 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.63 2018/06/10 04:27:03 ryoon Exp $
+$NetBSD: distinfo,v 1.64 2018/09/04 11:24:34 prlw1 Exp $
-SHA1 (nsd-4.1.21.tar.gz) = 5f766ce1dd7d6875a4dd61bf7934f73271b9580d
-RMD160 (nsd-4.1.21.tar.gz) = faae427ae23268ff94c1cb3537cf2ee82bc51ea5
-SHA512 (nsd-4.1.21.tar.gz) = 1e37f433ff5cd4869145a575a89d6eaca6b17c0e029302e233277b400c5f0f0b76ea018d48178d6b8a75b72328f0ded9e885be836c0bb32367d6861ff11c7150
-Size (nsd-4.1.21.tar.gz) = 1099021 bytes
+SHA1 (nsd-4.1.24.tar.gz) = e3413cd3e657f366764b90343ce33c9415347008
+RMD160 (nsd-4.1.24.tar.gz) = 8c37949e1eb0ecd7963a68371c8a4cbbdd1fa118
+SHA512 (nsd-4.1.24.tar.gz) = 68f7f62c740e5a73d1b9da4b6d593ff1b728bc398ad126a75febaa523a2117c80315bf90ca6a60aabf38539181e00524cedb106a32b4883aa8ed021462d47762
+Size (nsd-4.1.24.tar.gz) = 1107574 bytes
SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091
Home |
Main Index |
Thread Index |
Old Index