Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 19:39:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462420 - head/dns/nsd
Message-ID:  <201802201939.w1KJdW8t024193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 20 19:39:32 2018
New Revision: 462420
URL: https://svnweb.freebsd.org/changeset/ports/462420

Log:
  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)

Modified:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Tue Feb 20 19:31:52 2018	(r462419)
+++ head/dns/nsd/Makefile	Tue Feb 20 19:39:32 2018	(r462420)
@@ -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

Modified: head/dns/nsd/distinfo
==============================================================================
--- head/dns/nsd/distinfo	Tue Feb 20 19:31:52 2018	(r462419)
+++ head/dns/nsd/distinfo	Tue Feb 20 19:39:32 2018	(r462420)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802201939.w1KJdW8t024193>