Date: Sun, 9 Dec 2018 01:03:05 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487004 - head/dns/nsd Message-ID: <201812090103.wB9135MG089598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 9 01:03:05 2018 New Revision: 487004 URL: https://svnweb.freebsd.org/changeset/ports/487004 Log: dns/nsd: Update to 4.1.26 While here, pet portlint PR: 233797 Submitted by: jaap@NLnetLabs.nl (maintainer) Modified: head/dns/nsd/Makefile (contents, props changed) head/dns/nsd/distinfo (contents, props changed) Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Sun Dec 9 00:50:56 2018 (r487003) +++ head/dns/nsd/Makefile Sun Dec 9 01:03:05 2018 (r487004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.25 +PORTVERSION= 4.1.26 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -13,9 +13,12 @@ COMMENT= Authoritative only non-recursive name server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cpe ssl + +LIB_DEPENDS+= libevent.so:devel/libevent + CONFLICTS= nsd-[0-3]* nsd3-[0-9]* -USES= cpe ssl CPE_VENDOR= nlnetlabs USE_RC_SUBR= nsd @@ -50,8 +53,9 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-D OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN \ - RADIXTREE PACKED -OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL RADIXTREE BIND8_STATS ZONE_STATS + RADIXTREE PACKED DNSTAP +OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL RADIXTREE \ + BIND8_STATS ZONE_STATS OPTIONS_SUB= yes MUNIN_PLUGIN_IMPLIES= BIND8_STATS @@ -68,9 +72,8 @@ ZONE_STATS_DESC= Separate statistics for each zone MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS) RADIXTREE_DESC= Enabled: more (15%) memory use but less CPU cycles PACKED_DESC= Enable packed structures for reduced memory use +DNSTAP_DESC= Enable dnstap logging support -LIB_DEPENDS+= libevent.so:devel/libevent - ROOT_SERVER_CONFIGURE_ENABLE= root-server LARGEFILE_CONFIGURE_ENABLE= largefile BIND8_STATS_CONFIGURE_ENABLE= bind8-stats @@ -83,6 +86,9 @@ ZONE_STATS_CONFIGURE_ENABLE= zone-stats IPV6_CONFIGURE_ENABLE= ipv6 RADIXTREE_CONFIGURE_ENABLE= radix-tree PACKED_CONFIGURE_ENABLE= packed +DNSTAP_CONFIGURE_ENABLE= dnstap +DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ + libprotobuf-c.so:devel/protobuf-c post-build-MUNIN_PLUGIN-on: ${REINPLACE_CMD} \ Modified: head/dns/nsd/distinfo ============================================================================== --- head/dns/nsd/distinfo Sun Dec 9 00:50:56 2018 (r487003) +++ head/dns/nsd/distinfo Sun Dec 9 01:03:05 2018 (r487004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538488121 -SHA256 (nsd-4.1.25.tar.gz) = 8f5bff5abbbb03c396afd7be575806cde1217e884c189fa34445e0ca4793df7f -SIZE (nsd-4.1.25.tar.gz) = 1108285 +TIMESTAMP = 1543942347 +SHA256 (nsd-4.1.26.tar.gz) = 9f8a41431d21034d64b9a910567b201636521b64b6a9947390bf898388dc15f4 +SIZE (nsd-4.1.26.tar.gz) = 1127895
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812090103.wB9135MG089598>