Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2017 00:27:55 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446785 - head/dns/nsd
Message-ID:  <201707280027.v6S0Rtvd062227@repo.freebsd.org>

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



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