Index: head/dns/knot-resolver/Makefile =================================================================== --- head/dns/knot-resolver/Makefile (revision 484472) +++ head/dns/knot-resolver/Makefile (revision 484473) @@ -1,99 +1,108 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot-resolver -DISTVERSION= 2.4.1 +DISTVERSION= 3.1.0 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ MAINTAINER= freebsd@dns.company COMMENT= Caching full resolver implementation LICENSE= GPLv3 BUILD_DEPENDS= bash:shells/bash \ git:devel/git LIB_DEPENDS= libgnutls.so:security/gnutls \ libknot.so:dns/knot2 \ liblmdb.so:databases/lmdb \ libluajit-5.1.so:lang/luajit \ libuv.so:devel/libuv TEST_DEPENDS= cmocka>=1.1.1:sysutils/cmocka +USES= gmake libedit libtool ncurses pkgconfig shebangfix tar:xz + +SHEBANG_FILES= scripts/coverage_env.sh +USE_LDCONFIG= yes + CONFLICTS= knot-1.* knot1-[0-6].* MAKE_ARGS+= PREFIX=${LOCALBASE} MAKE_ARGS+= LIBDIR=${PREFIX}/lib MAKE_ARGS+= MANDIR=${PREFIX}/man MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig MAKE_ARGS+= lmdb_CFLAGS=-I${PREFIX}/include lmdb_LIBS=-llmdb -USES= gmake libedit libtool ncurses pkgconfig shebangfix tar:xz -SHEBANG_FILES= scripts/coverage_env.sh -USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS DNSTAP DOXYGEN GO TRUSTANCHOR -OPTIONS_DEFINE= DOCS COOKIES DNSTAP DOXYGEN GO TRUSTANCHOR +# COOKIES will come return/reworked to reflect IETF dnsop group development +#COOKIES_DESC= cookies +#COOKIES_LIB_DEPENDS= libnettle.so:security/nettle +#COOKIES_MAKE_ARGS_ON= HAS_nettle=yes +#COOKIES_MAKE_ARGS_OFF= HAS_nettle=no +#COOKIES_PLIST_FILES= lib/kdns_modules/cookies.so \ +# include/libkres/alg_containers.h \ +# include/libkres/alg_sha.h \ +# include/libkres/control.h \ +# include/libkres/helper.h \ +# include/libkres/lru_cache.h \ +# include/libkres/nonce.h -COOKIES_DESC= cookies -COOKIES_LIB_DEPENDS= libnettle.so:security/nettle -COOKIES_MAKE_ARGS_ON= HAS_nettle=yes -COOKIES_MAKE_ARGS_OFF= HAS_nettle=no -COOKIES_PLIST_FILES= lib/kdns_modules/cookies.so \ - include/libkres/alg_containers.h \ - include/libkres/alg_sha.h \ - include/libkres/control.h \ - include/libkres/helper.h \ - include/libkres/lru_cache.h \ - include/libkres/nonce.h - DNSTAP_DESC= dnstap support DNSTAP_LIB_DEPENDS= libprotobuf.so:devel/protobuf \ libprotobuf-c.so:devel/protobuf-c \ libfstrm.so:devel/fstrm DNSTAP_MAKE_ARGS_ON= HAS_libprotobuf-c=yes HAS_libfstrm=yes DNSTAP_MAKE_ARGS_OFF= HAS_libprotobuf-c=no HAS_libfstrm=no DNSTAP_PLIST_FILES= lib/kdns_modules/dnstap.so DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_MAKE_ARGS_ON= HAS_doxygen=yes DOXYGEN_MAKE_ARGS_OFF= HAS_doxygen=no GO_DESC= go GO_BUILD_DEPENDS= go>=1.5:lang/go GO_MAKE_ARGS_ON= HAS_go=yes GO_MAKE_ARGS_OFF= HAS_go=no TRUSTANCHOR_DESC= Trust anchor bootstrapping and stats TRUSTANCHOR_USES= lua TRUSTANCHOR_MAKE_ARGS_ON= HAS_ltn12=yes HAS_ssl.https=yes TRUSTANCHOR_MAKE_ARGS_OFF= HAS_ltn12=no HAS_ssl.https=no TRUSTANCHOR_BUILD_DEPENDS= ${LUA_PKGNAMEPREFIX}luasocket>=0:net/luasocket \ ${LUA_PKGNAMEPREFIX}luasec>=0:security/luasec + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1120000 +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON_i386= libknot (installed by knot2) is broken on 11.2 at i386 +.endif USERS= kresd GROUPS= kresd PORTDOCS= AUTHORS COPYING CodingStyle README.md STRIP_TARGETS= sbin/kresd \ sbin/kresc \ lib/libkres.so.7 \ lib/kdns_modules/ahocorasick.so \ lib/kdns_modules/bogus_log.so \ lib/kdns_modules/cookies.so \ lib/kdns_modules/dnstap.so \ lib/kdns_modules/hints.so \ lib/kdns_modules/stats.so post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .for STRIP_TGT in ${STRIP_TARGETS} if [ -f ${STAGEDIR}${PREFIX}/${STRIP_TGT} ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${STRIP_TGT}; \ fi .endfor .include Index: head/dns/knot-resolver/distinfo =================================================================== --- head/dns/knot-resolver/distinfo (revision 484472) +++ head/dns/knot-resolver/distinfo (revision 484473) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534107905 -SHA256 (knot-resolver-2.4.1.tar.xz) = e8044316cd897ad29b3c5284de06652e1568c4d5861e3147ec2191fbacd8d9ff -SIZE (knot-resolver-2.4.1.tar.xz) = 1564784 +TIMESTAMP = 1541518702 +SHA256 (knot-resolver-3.1.0.tar.xz) = 8f3deba4695784a666cde317bc6af80ecf42ce1047b01f4b9c582fdc021c7492 +SIZE (knot-resolver-3.1.0.tar.xz) = 1671480 Index: head/dns/knot-resolver/pkg-plist =================================================================== --- head/dns/knot-resolver/pkg-plist (revision 484472) +++ head/dns/knot-resolver/pkg-plist (revision 484473) @@ -1,84 +1,84 @@ %%ETCDIR%%/config.cluster %%ETCDIR%%/config.isp %%ETCDIR%%/config.personal %%ETCDIR%%/config.splitview %%ETCDIR%%/icann-ca.pem %%ETCDIR%%/root.hints include/libkres/api.h include/libkres/array.h include/libkres/cdb_api.h include/libkres/cdb_lmdb.h include/libkres/defines.h include/libkres/dnssec.h include/libkres/impl.h include/libkres/iterate.h include/libkres/layer.h include/libkres/lru.h include/libkres/map.h include/libkres/module.h include/libkres/nsec.h include/libkres/nsec3.h include/libkres/nsrep.h include/libkres/pack.h +include/libkres/queue.h include/libkres/resolve.h include/libkres/rplan.h include/libkres/signature.h include/libkres/ta.h include/libkres/trie.h include/libkres/utils.h include/libkres/zonecut.h lib/kdns_modules/ahocorasick.so lib/kdns_modules/bogus_log.so lib/kdns_modules/daf.lua lib/kdns_modules/daf/daf.js lib/kdns_modules/detect_time_jump.lua lib/kdns_modules/detect_time_skew.lua lib/kdns_modules/dns64.lua lib/kdns_modules/etcd.lua lib/kdns_modules/graphite.lua lib/kdns_modules/hints.so lib/kdns_modules/http.lua lib/kdns_modules/http/LICENSE lib/kdns_modules/http/bootstrap-theme.min.css lib/kdns_modules/http/bootstrap.min.css lib/kdns_modules/http/bootstrap.min.js lib/kdns_modules/http/d3.js lib/kdns_modules/http/datamaps.world.min.js lib/kdns_modules/http/dygraph-combined.js lib/kdns_modules/http/epoch.css lib/kdns_modules/http/epoch.js lib/kdns_modules/http/favicon.ico lib/kdns_modules/http/glyphicons-halflings-regular.woff2 lib/kdns_modules/http/jquery.js lib/kdns_modules/http/kresd.css lib/kdns_modules/http/kresd.js lib/kdns_modules/http/main.tpl lib/kdns_modules/http/selectize.bootstrap3.min.css lib/kdns_modules/http/selectize.min.css lib/kdns_modules/http/selectize.min.js lib/kdns_modules/http/topojson.js lib/kdns_modules/http_trace.lua lib/kdns_modules/kres.lua lib/kdns_modules/kres-gen.lua lib/kdns_modules/policy.lua lib/kdns_modules/predict.lua lib/kdns_modules/prefill.lua lib/kdns_modules/priming.lua lib/kdns_modules/prometheus.lua lib/kdns_modules/rebinding.lua lib/kdns_modules/renumber.lua lib/kdns_modules/serve_stale.lua lib/kdns_modules/stats.so lib/kdns_modules/ta_sentinel.lua lib/kdns_modules/ta_signal_query.lua lib/kdns_modules/trust_anchors.lua -lib/kdns_modules/version.lua lib/kdns_modules/view.lua lib/kdns_modules/workarounds.lua lib/kdns_modules/zonefile.lua lib/libkres.so -lib/libkres.so.7 +lib/libkres.so.8 libdata/pkgconfig/libkres.pc man/man8/kresd.8.gz sbin/kresc sbin/kresd