diff options
author | pawel <pawel@FreeBSD.org> | 2013-07-23 23:32:49 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-07-23 23:32:49 +0800 |
commit | b759684ae90dd6ed689435026b43cb950057b4ad (patch) | |
tree | 487bf2cd8f24a75031eac19107e3e183caf75cc7 /dns/nsd | |
parent | 212da8b42f5e9536371a90dc708bacaab77cad12 (diff) | |
download | freebsd-ports-gnome-b759684ae90dd6ed689435026b43cb950057b4ad.tar.gz freebsd-ports-gnome-b759684ae90dd6ed689435026b43cb950057b4ad.tar.zst freebsd-ports-gnome-b759684ae90dd6ed689435026b43cb950057b4ad.zip |
- 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 <jaap@NLnetLabs.nl> (maintainer)
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 11 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 | ||||
-rw-r--r-- | dns/nsd/pkg-descr | 2 |
3 files changed, 11 insertions, 6 deletions
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 <bsd.port.options.mk> @@ -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 |