From owner-svn-ports-head@freebsd.org Sun Dec 9 01:03:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A56FC132FA24; Sun, 9 Dec 2018 01:03:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44AB470C70; Sun, 9 Dec 2018 01:03:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09A731E68; Sun, 9 Dec 2018 01:03:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9135xF089599; Sun, 9 Dec 2018 01:03:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9135MG089598; Sun, 9 Dec 2018 01:03:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812090103.wB9135MG089598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 9 Dec 2018 01:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487004 - head/dns/nsd X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/dns/nsd X-SVN-Commit-Revision: 487004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 44AB470C70 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 01:03:07 -0000 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