Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 22:22:39 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401554 - head/dns/nsd
Message-ID:  <201511132222.tADMMdRh046068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Fri Nov 13 22:22:39 2015
New Revision: 401554
URL: https://svnweb.freebsd.org/changeset/ports/401554

Log:
  Update to 4.1.6
  
  Major Bug Bug Fixes:
  - This release fixes segfault after start when many interfaces are in use.
  - This version returns the EDNS bad version response with the AD flag
    unset for improved conformance.
  
  Minor Buf Fixes:
  - Fix #701: Fix that AD=1 set in a BADVERS response.
  - Fix typo in zonec.c inside error message.
  - Fix #711: Document that debug-mode yes is used for staying
    attached to the supervisor console.
  - Document verbosity 3 prints more information.
  - nsd-checkconf warns for master zones with no zonefile statement.
  - Fix start failure when many file descriptors are in use.
  - The servfail rcode is not printed with a space in the middle.
  - print failed token for config syntax error or parse error.
  
  PR:		204533
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
  Sponsored by:	DK Hostmaster A/S

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

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Fri Nov 13 22:13:24 2015	(r401553)
+++ head/dns/nsd/Makefile	Fri Nov 13 22:22:39 2015	(r401554)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsd
-PORTVERSION=	4.1.5
+PORTVERSION=	4.1.6
 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 Nov 13 22:13:24 2015	(r401553)
+++ head/dns/nsd/distinfo	Fri Nov 13 22:22:39 2015	(r401554)
@@ -1,2 +1,2 @@
-SHA256 (nsd-4.1.5.tar.gz) = 105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa
-SIZE (nsd-4.1.5.tar.gz) = 1070873
+SHA256 (nsd-4.1.6.tar.gz) = 88f622055c95d38b9ef3723a240d1d0da35a28d09fe23b601015181a61d7775f
+SIZE (nsd-4.1.6.tar.gz) = 1072173



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