svn commit: r446785 - head/dns/nsd

Danilo G. Baio dbaio at FreeBSD.org
Fri Jul 28 00:27:56 UTC 2017


Author: dbaio
Date: Fri Jul 28 00:27:55 2017
New Revision: 446785
URL: https://svnweb.freebsd.org/changeset/ports/446785

Log:
  dns/nsd: Update to 4.1.17
  
  Features:
  - zone parser parses type AVC (it has TXT format).
  - Fix #1272: use writev to put tcp length field with data for outgoing
    zone transfer requests.
  
  Bugfixes:
  - Fix potential null pointer in nsec3 adjustment tree.
  - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent
    empty base64 or hex string.
  
  PR:		220939
  Submitted by:	jaap at NLnetLabs.nl (maintainer)

Modified:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Fri Jul 28 00:16:32 2017	(r446784)
+++ head/dns/nsd/Makefile	Fri Jul 28 00:27:55 2017	(r446785)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsd
-PORTVERSION=	4.1.16
+PORTVERSION=	4.1.17
 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	Fri Jul 28 00:16:32 2017	(r446784)
+++ head/dns/nsd/distinfo	Fri Jul 28 00:27:55 2017	(r446785)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493107885
-SHA256 (nsd-4.1.16.tar.gz) = 7f8367ad23cc5cddffa885e7e2f549123c8b4123db9726df41d99f255d6baab2
-SIZE (nsd-4.1.16.tar.gz) = 1088633
+TIMESTAMP = 1501201542
+SHA256 (nsd-4.1.17.tar.gz) = 107fa506d18ed6fd0a922d1b96774afd9270ec38ec6b17cd7c46fb9433a03a6c
+SIZE (nsd-4.1.17.tar.gz) = 1089526


More information about the svn-ports-all mailing list