From 01edb2cc99f6b4e12de053a97c606e89b6e14837 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Tue, 23 Jul 2013 15:32:49 +0000 Subject: - Update to version 3.2.16 - Add EUI_RRTYPES option While here: - Remove leading article from COMMENT - Convert tab to space in WWW: line PR: ports/180741 Submitted by: Jaap Akkerhuis (maintainer) --- dns/nsd/Makefile | 11 ++++++++--- dns/nsd/distinfo | 4 ++-- dns/nsd/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'dns/nsd') diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 1cc67d3d8de4..52903a88dd4f 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 3.2.15 +PORTVERSION= 3.2.16 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ MAINTAINER= jaap@NLnetLabs.nl -COMMENT= An authoritative only non-recursive name server +COMMENT= Authoritative only non-recursive name server CONFLICTS= nsd-[0-2]* @@ -46,7 +46,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ differences.tex OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS ZONE_STATS CHECKING \ - MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL + MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL EUI_RRTYPES OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE ROOT_SERVER_DESC= Configure as a root server @@ -60,6 +60,7 @@ 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 +EUI_RRTYPES_DESC= EUI48 and EUI64 RRtypes support .include @@ -114,6 +115,10 @@ CONFIGURE_ARGS+= --with-max-ips=${NSDMAX_IPS} CONFIGURE_ARGS+= --enable-ratelimit .endif +.if ${PORT_OPTIONS:MEUI_RRTYPES} +CONFIGURE_ARGS+= --enable-draft-rrtypes +.endif + pre-patch: .if defined(NSD_OPTIONS) @${ECHO_MSG} diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 74b64a313824..753ae385c993 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.15.tar.gz) = a1a0eaf88c2d788fcdafd6848a1ff45e113e95cfc17a87fb0e71eab34ffdad64 -SIZE (nsd-3.2.15.tar.gz) = 909346 +SHA256 (nsd-3.2.16.tar.gz) = 15a5fd69ea80345eefced83a58b40e8f262a06ac4f7f83606d33033b167d6604 +SIZE (nsd-3.2.16.tar.gz) = 917815 diff --git a/dns/nsd/pkg-descr b/dns/nsd/pkg-descr index 1b42a0b144e2..d946a437d921 100644 --- a/dns/nsd/pkg-descr +++ b/dns/nsd/pkg-descr @@ -1,4 +1,4 @@ NSD (Name Server Daemon) is a complete implementation of an authoritative DNS nameserver. -WWW: http://www.nlnetlabs.nl/nsd +WWW: http://www.nlnetlabs.nl/nsd -- cgit v1.2.3