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.
This commit is contained in:
parent
2323174b38
commit
1e9cde1f8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397677
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user