Date: Sun, 31 Jan 2021 04:33:18 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563459 - branches/2021Q1/dns/nsd Message-ID: <202101310433.10V4XIC8094120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jan 31 04:33:17 2021 New Revision: 563459 URL: https://svnweb.freebsd.org/changeset/ports/563459 Log: MFH: r563458 dns/nsd: Update 4.3.4 -> 4.3.5 This release fixes a number of bugs. It fixes a number of corner case differences for the output more similar to Bind. The configure sources are compatible with the new autoconf 2.70. PR: 253026 Submitted by: jaap@NLnetLabs.nl (maintainer) Modified: branches/2021Q1/dns/nsd/Makefile branches/2021Q1/dns/nsd/distinfo branches/2021Q1/dns/nsd/pkg-descr Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/dns/nsd/Makefile ============================================================================== --- branches/2021Q1/dns/nsd/Makefile Sun Jan 31 04:31:55 2021 (r563458) +++ branches/2021Q1/dns/nsd/Makefile Sun Jan 31 04:33:17 2021 (r563459) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.3.4 +PORTVERSION= 4.3.5 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ Modified: branches/2021Q1/dns/nsd/distinfo ============================================================================== --- branches/2021Q1/dns/nsd/distinfo Sun Jan 31 04:31:55 2021 (r563458) +++ branches/2021Q1/dns/nsd/distinfo Sun Jan 31 04:33:17 2021 (r563459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606826936 -SHA256 (nsd-4.3.4.tar.gz) = 3be834a97151a7ba8185e46bc37ff12c2f25f399755ae8a2d0e3711801528b50 -SIZE (nsd-4.3.4.tar.gz) = 1182467 +TIMESTAMP = 1611673549 +SHA256 (nsd-4.3.5.tar.gz) = 7da2b43e30b3d7f307722c608f719bfb169f0d985c764a34fa0669dc33484472 +SIZE (nsd-4.3.5.tar.gz) = 1184220 Modified: branches/2021Q1/dns/nsd/pkg-descr ============================================================================== --- branches/2021Q1/dns/nsd/pkg-descr Sun Jan 31 04:31:55 2021 (r563458) +++ branches/2021Q1/dns/nsd/pkg-descr Sun Jan 31 04:33:17 2021 (r563459) @@ -1,4 +1,4 @@ NSD (Name Server Daemon) is a complete implementation of an authoritative DNS nameserver. -WWW: http://www.nlnetlabs.nl/nsd +WWW: https://www.nlnetlabs.nl/projects/nsd/about/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101310433.10V4XIC8094120>