From owner-svn-ports-all@freebsd.org Tue Feb 20 19:39:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC07F24897; Tue, 20 Feb 2018 19:39:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90DE269103; Tue, 20 Feb 2018 19:39:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BD4B60BC; Tue, 20 Feb 2018 19:39:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KJdWJh024195; Tue, 20 Feb 2018 19:39:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KJdW8t024193; Tue, 20 Feb 2018 19:39:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802201939.w1KJdW8t024193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 20 Feb 2018 19:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462420 - head/dns/nsd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/dns/nsd X-SVN-Commit-Revision: 462420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 19:39:33 -0000 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