From 1e9cde1f8bcc487891a03fef78c4d0d359366010 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Thu, 24 Sep 2015 04:40:44 +0000 Subject: [PATCH] Upgrade to 0.8.0: * Replace Jansson with YAJL for JSON rendering, which results in a substantial performance improvement. * dnstable_dump: Add "--rrset_names" and "--rdata_names" options which dump the RRSET_NAME_FWD and RDATA_NAME_REV indices. * New function dnstable_reader_reload_setfile(), which calls mtbl_fileset_reload_now() on a dnstable_reader object's underlying mtbl_fileset object, if present. This requires libmtbl >= 0.8.0. Sponsored by: Farsight Security, Inc. --- dns/dnstable/Makefile | 8 ++++---- dns/dnstable/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile index c4148445e167..e809436b6a05 100644 --- a/dns/dnstable/Makefile +++ b/dns/dnstable/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnstable -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -12,8 +12,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg -LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ - libmtbl.so:${PORTSDIR}/devel/mtbl \ +LIB_DEPENDS= libmtbl.so:${PORTSDIR}/devel/mtbl \ + libyajl.so:${PORTSDIR}/devel/yajl \ libwdns.so:${PORTSDIR}/dns/wdns \ libnmsg.so:${PORTSDIR}/net/nmsg RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg @@ -23,7 +23,7 @@ USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/yajl LDFLAGS+= -L${LOCALBASE}/lib post-install: diff --git a/dns/dnstable/distinfo b/dns/dnstable/distinfo index 19d1482dc2d9..179d999ed78d 100644 --- a/dns/dnstable/distinfo +++ b/dns/dnstable/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnstable-0.7.0.tar.gz) = 2035fa74b7f1fd91da846bab810b9ac376f839aaa8cf627dace2a29dee293b2b -SIZE (dnstable-0.7.0.tar.gz) = 383942 +SHA256 (dnstable-0.8.0.tar.gz) = 211134a407c3b70d82517f8daf0c598d8ef221e35a9071510800f14073e0e798 +SIZE (dnstable-0.8.0.tar.gz) = 385295