svn commit: r439774 - in head/dns/nsd: . files

Kurt Jaeger pi at FreeBSD.org
Sat Apr 29 20:39:25 UTC 2017


Author: pi
Date: Sat Apr 29 20:39:23 2017
New Revision: 439774
URL: https://svnweb.freebsd.org/changeset/ports/439774

Log:
  dns/nsd: update 4.1.15 -> 4.1.16
  
  features:
  - zone parser can parse acronyms for algorithms ED25519 and ED448.
  - Fix 1243: Option to make NSD emit really minimal responses,
    minimal-responses: yes in nsd.conf.
  
  bug fixes:
  - Calculate new udb index after growing the array, fix from
    Chaofeng Liu.
  - Fix missing _t to _type conversion for disable-radix-tree option.
  - Printout serial error with hint it may be too big.
  - Fix 1228: OpenSSL include is not guarded with HAVE_SSL
  - Patch for expire state in multi-master when masters includes
    broken master, from Manabu Sonoda.
  - minor manpage fix.
  
  PR:		218873
  Submitted by:	jaap at NLnetLabs.nl (maintainer)

Deleted:
  head/dns/nsd/files/patch-query.c
Modified:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Sat Apr 29 20:28:55 2017	(r439773)
+++ head/dns/nsd/Makefile	Sat Apr 29 20:39:23 2017	(r439774)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsd
-PORTVERSION=	4.1.15
+PORTVERSION=	4.1.16
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/

Modified: head/dns/nsd/distinfo
==============================================================================
--- head/dns/nsd/distinfo	Sat Apr 29 20:28:55 2017	(r439773)
+++ head/dns/nsd/distinfo	Sat Apr 29 20:39:23 2017	(r439774)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487325750
-SHA256 (nsd-4.1.15.tar.gz) = 494a862cfcd26a525a4bf06306eb7ab0387b34678ac6d37767507438e3a23a4b
-SIZE (nsd-4.1.15.tar.gz) = 1087383
+TIMESTAMP = 1493107885
+SHA256 (nsd-4.1.16.tar.gz) = 7f8367ad23cc5cddffa885e7e2f549123c8b4123db9726df41d99f255d6baab2
+SIZE (nsd-4.1.16.tar.gz) = 1088633


More information about the svn-ports-head mailing list