Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 04:31:56 +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: r563458 - head/dns/nsd
Message-ID:  <202101310431.10V4Vu52093856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan 31 04:31:55 2021
New Revision: 563458
URL: https://svnweb.freebsd.org/changeset/ports/563458

Log:
  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:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo
  head/dns/nsd/pkg-descr

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Sun Jan 31 04:26:09 2021	(r563457)
+++ head/dns/nsd/Makefile	Sun Jan 31 04:31:55 2021	(r563458)
@@ -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: head/dns/nsd/distinfo
==============================================================================
--- head/dns/nsd/distinfo	Sun Jan 31 04:26:09 2021	(r563457)
+++ head/dns/nsd/distinfo	Sun Jan 31 04:31:55 2021	(r563458)
@@ -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: head/dns/nsd/pkg-descr
==============================================================================
--- head/dns/nsd/pkg-descr	Sun Jan 31 04:26:09 2021	(r563457)
+++ head/dns/nsd/pkg-descr	Sun Jan 31 04:31:55 2021	(r563458)
@@ -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?202101310431.10V4Vu52093856>