diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-21 03:39:32 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-21 03:39:32 +0800 |
commit | a7b05df518d84aa96a2463bd4dee879135485118 (patch) | |
tree | 9a7ca96916cbcb520ec7ba6f6754d363977aab27 /dns | |
parent | 885900ba1fb3f28b9861dc818f5ae7c4593d3f80 (diff) | |
download | freebsd-ports-gnome-a7b05df518d84aa96a2463bd4dee879135485118.tar.gz freebsd-ports-gnome-a7b05df518d84aa96a2463bd4dee879135485118.tar.zst freebsd-ports-gnome-a7b05df518d84aa96a2463bd4dee879135485118.zip |
dns/nsd: Update to 4.1.20
This release fixes memory leaks when reading zonefiles
and processing zone transfers.
4.1.20
================
BUG FIXES:
- Fix memory leak in zone file read of unknown rr formatted RRs.
- Fix memory leak when rehashing nsec3 after axfr or zonefile read,
in the selectively allocated precompiled nsec3 hashes.
Also changed to DISTVERSION
Submitted by: jaap@NLnetLabs.nl (maintainer)
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 3 | ||||
-rw-r--r-- | dns/nsd/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 4767a6325a93..15fb404dd496 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.19 +DISTVERSION= 4.1.20 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -17,7 +17,6 @@ CONFLICTS= nsd-[0-3]* nsd3-[0-9]* USES= cpe ssl CPE_VENDOR= nlnetlabs - USE_RC_SUBR= nsd NSDUSER?= nsd diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 45950ca508cb..7b360b0c568b 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512987629 -SHA256 (nsd-4.1.19.tar.gz) = b0782cb9b57416888d488b6460b071cd85ecb5f99381865b3a7f93dddf9e02c5 -SIZE (nsd-4.1.19.tar.gz) = 1096567 +TIMESTAMP = 1519155287 +SHA256 (nsd-4.1.20.tar.gz) = 8a97f61d7bbb98a2ce04dc4425596f9023677a5f1c5ea743ff408d487f82f713 +SIZE (nsd-4.1.20.tar.gz) = 1096797 |