Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2017 20:39:23 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439774 - in head/dns/nsd: . files
Message-ID:  <201704292039.v3TKdN5k042104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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