Bug 175837 - [MAINTAINER] dns/nsd: update to 3.2.15
Summary: [MAINTAINER] dns/nsd: update to 3.2.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 18:10 UTC by Jaap Akkerhuis
Modified: 2013-02-05 09:50 UTC (History)
0 users

See Also:


Attachments
nsd-3.2.15.patch (869 bytes, patch)
2013-02-04 18:10 UTC, Jaap Akkerhuis
no flags Details | Diff
nsd-3.2.15.patch (1.65 KB, patch)
2013-02-04 23:47 UTC, Jaap Akkerhuis
no flags Details | Diff
nsd-3.2.15.patch,1 (1.34 KB, application/octet-stream)
2013-02-05 09:11 UTC, jaapna
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2013-02-04 18:10:00 UTC
- Update to 3.2.15

Features
 * Support for ILNP RR types: NID, L32, L64, LP (RFC6742).
 * RRL, --enable-ratelimit at configure time and config options.
 * TSIG initialization only fails when there is no digest found at all.
Bugfixes
 * Bugfix #478: Declaration after statement (for gcc 2.95).
 * Bugfix #483: Better error message in case of TSIG error.
 * Bugfix #485: TTL should not be greater than 2^31 - 1.
 * Fix RCODE when CNAME loop final answer does not exist,
   should return NXDOMAIN as stated by RFC 6604.
 * Fix --disable-full-prehash bug, where after multiple incoming IXFRs,
   NSEC3 can be removed unjustified.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Jaap Akkerhuis 2013-02-04 23:47:47 UTC
Oops, 

I just realised something was missing from the patch. Here is the improved one.

	jaap

Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2013-02-05 08:01:14 UTC
Hi Jaap,

The second patch seems to be mangled through cdiff, would you mind =
resending it without colours?

Thanks,
Erwin=
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2013-02-05 08:01:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll take it.
Comment 4 jaapna 2013-02-05 09:11:23 UTC
Hi Erwin,


> The second patch seems to be mangled through cdiff, would you mind resending it without colours?


Apparently port diff > patch sucks! Here is one without cdiff involved.

	jaap

Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-05 09:42:39 UTC
Author: erwin
Date: Tue Feb  5 09:42:31 2013
New Revision: 311685
URL: http://svnweb.freebsd.org/changeset/ports/311685

Log:
  - Update to 3.2.15
  
  Features
  * Support for ILNP RR types: NID, L32, L64, LP (RFC6742).
  * RRL, --enable-ratelimit at configure time and config options.
  * TSIG initialization only fails when there is no digest found at all.
  Bugfixes
  * Bugfix #478: Declaration after statement (for gcc 2.95).
  * Bugfix #483: Better error message in case of TSIG error.
  * Bugfix #485: TTL should not be greater than 2^31 - 1.
  * Fix RCODE when CNAME loop final answer does not exist,
  should return NXDOMAIN as stated by RFC 6604.
  * Fix --disable-full-prehash bug, where after multiple incoming IXFRs,
  NSEC3 can be removed unjustified.
  
  PR:		175837
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)

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

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Tue Feb  5 09:35:28 2013	(r311684)
+++ head/dns/nsd/Makefile	Tue Feb  5 09:42:31 2013	(r311685)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsd
-PORTVERSION=	3.2.14
+PORTVERSION=	3.2.15
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
@@ -46,7 +46,7 @@ PORTDOCS=	CREDITS ChangeLog LICENSE NSD-
 		differences.tex
 
 OPTIONS_DEFINE=	ROOT_SERVER LARGEFILE IPV6 BIND8_STATS ZONE_STATS CHECKING \
-		MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS
+		MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL
 OPTIONS_DEFAULT=	LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE
 
 ROOT_SERVER_DESC=	Configure as a root server
@@ -59,6 +59,7 @@ NSEC3PREHASH_DESC=	Full NSEC3 pre-hashin
 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
 
 .include <bsd.port.options.mk>
 
@@ -109,6 +110,10 @@ CONFIGURE_ARGS+=	--enable-mmap
 CONFIGURE_ARGS+=	--with-max-ips=${NSDMAX_IPS}
 .endif
 
+.if ${PORT_OPTIONS:MRRL}
+CONFIGURE_ARGS+=	--enable-ratelimit
+.endif
+
 pre-patch:
 .if defined(NSD_OPTIONS)
 	@${ECHO_MSG}

Modified: head/dns/nsd/distinfo
==============================================================================
--- head/dns/nsd/distinfo	Tue Feb  5 09:35:28 2013	(r311684)
+++ head/dns/nsd/distinfo	Tue Feb  5 09:42:31 2013	(r311685)
@@ -1,2 +1,2 @@
-SHA256 (nsd-3.2.14.tar.gz) = c338780412f330e492e74a51fb99a4610d1f4c9095293a231e42e29d045a104c
-SIZE (nsd-3.2.14.tar.gz) = 890523
+SHA256 (nsd-3.2.15.tar.gz) = a1a0eaf88c2d788fcdafd6848a1ff45e113e95cfc17a87fb0e71eab34ffdad64
+SIZE (nsd-3.2.15.tar.gz) = 909346
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Erwin Lansing freebsd_committer freebsd_triage 2013-02-05 09:43:09 UTC
State Changed
From-To: open->closed

Committed (in a slightly modified version, we agreed on 
off list).  Thanks!