Index: head/dns/knot-resolver/Makefile =================================================================== --- head/dns/knot-resolver/Makefile (revision 434887) +++ head/dns/knot-resolver/Makefile (revision 434888) @@ -1,59 +1,59 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot-resolver -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ MAINTAINER= freebsd@dns-lab.com COMMENT= Caching full resolver implementation LICENSE= GPLv3 LIB_DEPENDS= libknot.so:dns/knot2 \ liblmdb.so:databases/lmdb \ libluajit-5.1.so:lang/luajit \ libuv.so:devel/libuv \ libgnutls.so:security/gnutls \ libnettle.so:security/nettle CONFLICTS= knot-1.* knot1-[0-6].* -MAKE_ARGS+= PREFIX=${PREFIX} +MAKE_ARGS+= PREFIX=${LOCALBASE} MAKE_ARGS+= LIBDIR=${PREFIX}/lib -MAKE_ARGS+= PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig -MAKE_ARGS+= lmdb_CFLAGS=-I${LOCALBASE}/include lmdb_LIBS=-llmdb +MAKE_ARGS+= MANDIR=${PREFIX}/man +MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig +MAKE_ARGS+= lmdb_CFLAGS=-I${PREFIX}/include lmdb_LIBS=-llmdb USES= gmake libtool pkgconfig tar:xz USE_CSTD= c99 USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN MEMCACHED REDIS OPTIONS_DEFAULT= DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_MAKE_ARGS= HAS_doxygen=yes DOXYGEN_MAKE_ARGS_OFF= HAS_doxygen=no MEMCACHED_DESC= memcached in-memory data-backend MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached MEMCACHED_MAKE_ARGS= HAS_libmemcached=yes MEMCACHED_MAKE_ARGS_OFF= HAS_libmemcached=no MEMCACHED_PLIST_FILES= lib/kdns_modules/kmemcached.so REDIS_DESC= redis in-memory data-backend REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_MAKE_ARGS= HAS_hiredis=yes REDIS_MAKE_ARGS_OFF= HAS_hiredis=no REDIS_PLIST_FILES= lib/kdns_modules/redis.so USERS= kresd GROUPS= kresd PORTDOCS= AUTHORS COPYING CodingStyle README.md post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: head/dns/knot-resolver/distinfo =================================================================== --- head/dns/knot-resolver/distinfo (revision 434887) +++ head/dns/knot-resolver/distinfo (revision 434888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472151881 -SHA256 (knot-resolver-1.1.1.tar.xz) = f848f6dd2c7a2c1a5067d3bd95dacb752d1f3d8dc9d5ccc0c34a4540d00ab54a -SIZE (knot-resolver-1.1.1.tar.xz) = 661612 +TIMESTAMP = 1487892509 +SHA256 (knot-resolver-1.2.3.tar.xz) = 81a773f182112b4e11935223f900cfbcca8624f2c382b1e39a68d7c3db81c921 +SIZE (knot-resolver-1.2.3.tar.xz) = 1045548 Index: head/dns/knot-resolver/files/patch-platform.mk =================================================================== --- head/dns/knot-resolver/files/patch-platform.mk (revision 434887) +++ head/dns/knot-resolver/files/patch-platform.mk (nonexistent) @@ -1,10 +0,0 @@ ---- platform.mk.orig 2016-08-24 12:05:47 UTC -+++ platform.mk -@@ -49,7 +49,6 @@ else - BINFLAGS += -pie - LDFLAGS += -Wl,-z,relro,-z,now - endif -- LDFLAGS += -ldl - endif - endif - Property changes on: head/dns/knot-resolver/files/patch-platform.mk ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/knot-resolver/files/patch-lib_nsrep.h =================================================================== --- head/dns/knot-resolver/files/patch-lib_nsrep.h (revision 434887) +++ head/dns/knot-resolver/files/patch-lib_nsrep.h (nonexistent) @@ -1,10 +0,0 @@ ---- lib/nsrep.h.orig 2016-08-24 12:05:47 UTC -+++ lib/nsrep.h -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - #include "lib/defines.h" - #include "lib/generic/map.h" Property changes on: head/dns/knot-resolver/files/patch-lib_nsrep.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/knot-resolver/files/patch-lib_resolve.h =================================================================== --- head/dns/knot-resolver/files/patch-lib_resolve.h (revision 434887) +++ head/dns/knot-resolver/files/patch-lib_resolve.h (nonexistent) @@ -1,10 +0,0 @@ ---- lib/resolve.h.orig 2016-08-24 12:05:47 UTC -+++ lib/resolve.h -@@ -18,6 +18,7 @@ - - #include - #include -+#include - - #include "lib/cookies/control.h" - #include "lib/cookies/lru_cache.h" Property changes on: head/dns/knot-resolver/files/patch-lib_resolve.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/knot-resolver/files/patch-lib_lib.mk =================================================================== --- head/dns/knot-resolver/files/patch-lib_lib.mk (revision 434887) +++ head/dns/knot-resolver/files/patch-lib_lib.mk (nonexistent) @@ -1,13 +0,0 @@ ---- lib/lib.mk.orig 2016-08-24 12:05:47 UTC -+++ lib/lib.mk -@@ -83,8 +83,8 @@ libkres.pc: - @echo 'Libs: -L$${libdir} -lkres' >> $@ - @echo 'Cflags: -I$${includedir}' >> $@ - libkres-pcinstall: libkres.pc libkres-install -- $(INSTALL) -d -m 755 $(DESTDIR)$(LIBDIR)/pkgconfig/ -- $(INSTALL) -m 644 $< $(DESTDIR)$(LIBDIR)/pkgconfig/ -+ $(INSTALL) -d -m 755 $(DESTDIR)$(PKG_CONFIG_PATH)/ -+ $(INSTALL) -m 644 $< $(DESTDIR)$(PKG_CONFIG_PATH)/ - - # Targets - lib: $(libkres) Property changes on: head/dns/knot-resolver/files/patch-lib_lib.mk ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/knot-resolver/files/patch-daemon_daemon.mk =================================================================== --- head/dns/knot-resolver/files/patch-daemon_daemon.mk (revision 434887) +++ head/dns/knot-resolver/files/patch-daemon_daemon.mk (nonexistent) @@ -1,13 +0,0 @@ ---- daemon/daemon.mk.orig 2016-08-24 12:05:47 UTC -+++ daemon/daemon.mk -@@ -46,8 +46,8 @@ daemon: $(kresd) - daemon-install: kresd-install bindings-install - ifneq ($(SED),) - $(SED) -e "s/@VERSION@/$(MAJOR).$(MINOR).$(PATCH)/" -e "s/@DATE@/$(date)/" doc/kresd.8.in > doc/kresd.8 -- $(INSTALL) -d -m 0755 $(DESTDIR)$(PREFIX)/share/man/man8/ -- $(INSTALL) -m 0644 doc/kresd.8 $(DESTDIR)$(PREFIX)/share/man/man8/ -+ $(INSTALL) -d -m 0755 $(DESTDIR)$(PREFIX)/man/man8/ -+ $(INSTALL) -m 0644 doc/kresd.8 $(DESTDIR)$(PREFIX)/man/man8/ - endif - daemon-clean: kresd-clean - @$(RM) daemon/lua/*.inc Property changes on: head/dns/knot-resolver/files/patch-daemon_daemon.mk ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/knot-resolver/files/pkg-message.in =================================================================== --- head/dns/knot-resolver/files/pkg-message.in (revision 434887) +++ head/dns/knot-resolver/files/pkg-message.in (revision 434888) @@ -1,10 +1,10 @@ ###################################################################### Please consult the documentation: - man kresd - http://knot-resolver.readthedocs.io/en/latest/ To run as daemon see: - http://knot-resolver.readthedocs.io/en/latest/daemon.html - + ###################################################################### Index: head/dns/knot-resolver/pkg-plist =================================================================== --- head/dns/knot-resolver/pkg-plist (revision 434887) +++ head/dns/knot-resolver/pkg-plist (revision 434888) @@ -1,74 +1,74 @@ etc/kresd/config.cluster etc/kresd/config.isp etc/kresd/config.personal etc/kresd/config.splitview etc/kresd/icann-ca.pem include/libkres/alg_containers.h include/libkres/alg_sha.h include/libkres/array.h include/libkres/cache.h include/libkres/cdb.h include/libkres/cdb_lmdb.h include/libkres/control.h include/libkres/dnssec.h include/libkres/helper.h include/libkres/layer.h +include/libkres/lru.h include/libkres/lru_cache.h include/libkres/map.h include/libkres/module.h include/libkres/nonce.h include/libkres/nsec.h include/libkres/nsec3.h include/libkres/nsrep.h include/libkres/resolve.h include/libkres/rplan.h include/libkres/set.h include/libkres/signature.h include/libkres/ta.h include/libkres/utils.h include/libkres/zonecut.h lib/kdns_modules/aho-corasick.lua lib/kdns_modules/cookies.so lib/kdns_modules/daf.lua lib/kdns_modules/daf/daf.js lib/kdns_modules/dns64.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/h2_connection.lua -lib/kdns_modules/http/h2_stream.lua 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/server.lua lib/kdns_modules/http/topojson.js lib/kdns_modules/ketcd.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/prometheus.lua lib/kdns_modules/renumber.lua lib/kdns_modules/stats.so lib/kdns_modules/trust_anchors.lua +lib/kdns_modules/version.lua lib/kdns_modules/view.lua lib/kdns_modules/zonefile.lua lib/libkres.so -lib/libkres.so.1 +lib/libkres.so.2 libdata/pkgconfig/libkres.pc man/man8/kresd.8.gz sbin/kresd