Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2015 16:03:55 +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: r397511 - head/dns/nsd
Message-ID:  <201509211603.t8LG3tiU099221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Mon Sep 21 16:03:54 2015
New Revision: 397511
URL: https://svnweb.freebsd.org/changeset/ports/397511

Log:
  Upgrade from 4.1.3 to version to 4.1.5 (includes up 4.1.4)
  
  FEATURES:
  - RFC7553 RR Type URI support.
  - removed hardcoded interface limit, --with-max-ips removed.
  - Admitted axfrs are logged at verbosity 1. Refused at verbosity 2.
  
  Major BUG FIXES:
  - Fix NSID response for short edns sizes.
  - Fix that for expired zones NSD performs an AXFR and accepts newer
    and older serial numbers.
  
  PR:		203231
  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	Mon Sep 21 15:48:20 2015	(r397510)
+++ head/dns/nsd/Makefile	Mon Sep 21 16:03:54 2015	(r397511)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsd
-PORTVERSION=	4.1.3
+PORTVERSION=	4.1.5
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
@@ -51,7 +51,7 @@ PORTDOCS=	CREDITS ChangeLog LICENSE NSD-
 		differences.tex
 
 OPTIONS_DEFINE=		ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \
-		MINRESPSIZE NSEC3 MMAP MAXIPS DOCS RRL ZONE_STATS MUNIN_PLUGIN
+		MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN
 OPTIONS_DEFAULT=	LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL
 OPTIONS_SUB=	yes
 
@@ -62,7 +62,6 @@ CHECKING_DESC=		Internal run-time checks
 NSEC3_DESC=		NSEC3 support
 MINRESPSIZE_DESC=	Minimial response sizing
 MMAP_DESC=		Use mmap instead of malloc (experimental)
-MAXIPS_DESC=		Raise max-ips from 8 to ${NSDMAX_IPS}
 RRL_DESC=		Response Rate Limiting
 ZONE_STATS_DESC=	Separate statistics for each zone
 MUNIN_PLUGIN_DESC=	Install Munin plugin (requires BIND8_STATS)
@@ -77,7 +76,6 @@ CHECKING_CONFIGURE_ENABLE=	checking
 NSEC3_CONFIGURE_ENABLE=		nsec3
 MINRESPSIZE_CONFIGURE_ENABLE=	minimal-responses
 MMAP_CONFIGURE_ENABLE=		mmap
-MAXIPS_CONFIGURE_ON=		--with-max-ips=${NSDMAX_IPS}
 RRL_CONFIGURE_ENABLE=		ratelimit
 ZONE_STATS_CONFIGURE_ENABLE=	zone-stats
 

Modified: head/dns/nsd/distinfo
==============================================================================
--- head/dns/nsd/distinfo	Mon Sep 21 15:48:20 2015	(r397510)
+++ head/dns/nsd/distinfo	Mon Sep 21 16:03:54 2015	(r397511)
@@ -1,2 +1,2 @@
-SHA256 (nsd-4.1.3.tar.gz) = 097cb295cdd3e8a73a8afac343caf0fca11b72b2214b022689ddc423312d17e5
-SIZE (nsd-4.1.3.tar.gz) = 1068672
+SHA256 (nsd-4.1.5.tar.gz) = 105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa
+SIZE (nsd-4.1.5.tar.gz) = 1070873



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