svn commit: r378628 - in head/dns/nsd: . files
Erwin Lansing
erwin at FreeBSD.org
Sun Feb 8 02:42:53 UTC 2015
Author: erwin
Date: Sun Feb 8 02:42:51 2015
New Revision: 378628
URL: https://svnweb.freebsd.org/changeset/ports/378628
QAT: https://qat.redports.org/buildarchive/r378628/
Log:
update to 4.1.1
Major Features:
- RFC 7344: CDS and CDNSKEY (read record types).
- per zone statistics with --enable-zone-stats
- Disabled use of SSLv3 in nsd-control.
- Synthesize CNAMEs with same TTL as DNAME.
- nsd-checkconf -f prints out full name of pidfile (with dir). [1]
PR: 197291,
196449 [1]
Submitted by: Jaap Akkerhuis <jaap at NLnetLabs.nl>,
Adam Zaleski <adam at zaleski.org> [1]
Modified:
head/dns/nsd/Makefile
head/dns/nsd/distinfo
head/dns/nsd/files/nsd.in
Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile Sat Feb 7 23:54:36 2015 (r378627)
+++ head/dns/nsd/Makefile Sun Feb 8 02:42:51 2015 (r378628)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nsd
-PORTVERSION= 4.1.0
-PORTREVISION= 1
+PORTVERSION= 4.1.1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
@@ -48,7 +47,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-
differences.tex
OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \
- MINRESPSIZE NSEC3 MMAP MAXIPS DOCS RRL
+ MINRESPSIZE NSEC3 MMAP MAXIPS DOCS RRL ZONE_STATS
OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL
ROOT_SERVER_DESC= Configure as a root server
@@ -60,6 +59,7 @@ MINRESPSIZE_DESC= Minimial response sizi
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
LIB_DEPENDS+= libevent.so:${PORTSDIR}/devel/libevent2
@@ -73,6 +73,7 @@ MINRESPSIZE_CONFIGURE_ENABLE= minimal-re
MMAP_CONFIGURE_ENABLE= mmap
MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS}
RRL_CONFIGURE_ENABLE= ratelimit
+ZONE_STATS_CONFIGURE_ENABLE= zone-stats
post-install:
${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \
Modified: head/dns/nsd/distinfo
==============================================================================
--- head/dns/nsd/distinfo Sat Feb 7 23:54:36 2015 (r378627)
+++ head/dns/nsd/distinfo Sun Feb 8 02:42:51 2015 (r378628)
@@ -1,2 +1,2 @@
-SHA256 (nsd-4.1.0.tar.gz) = ec3f6902f6f26a6b9248dcd7e9f42472fa52755740b4ba6b9d3bd08910b39b62
-SIZE (nsd-4.1.0.tar.gz) = 1056649
+SHA256 (nsd-4.1.1.tar.gz) = b0c3fab40ac7a8b5ffca642bc9e1b424aa72aebd03adf13a1f24ab4874734640
+SIZE (nsd-4.1.1.tar.gz) = 1063955
Modified: head/dns/nsd/files/nsd.in
==============================================================================
--- head/dns/nsd/files/nsd.in Sat Feb 7 23:54:36 2015 (r378627)
+++ head/dns/nsd/files/nsd.in Sun Feb 8 02:42:51 2015 (r378628)
@@ -23,7 +23,7 @@ load_rc_config "${name}"
config=${nsd_config:=%%PREFIX%%/etc/nsd/nsd.conf}
required_files=${config}
-pidfile=`%%PREFIX%%/sbin/nsd-checkconf -o pidfile ${config}`
+pidfile=`%%PREFIX%%/sbin/nsd-checkconf -f -o pidfile ${config}`
command="%%PREFIX%%/sbin/${name}"
command_args="-c ${required_files}"
extra_commands="reload"
More information about the svn-ports-all
mailing list