Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 04:40:45 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397677 - head/dns/dnstable
Message-ID:  <201509240440.t8O4eji8029007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Thu Sep 24 04:40:44 2015
New Revision: 397677
URL: https://svnweb.freebsd.org/changeset/ports/397677

Log:
  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.

Modified:
  head/dns/dnstable/Makefile
  head/dns/dnstable/distinfo

Modified: head/dns/dnstable/Makefile
==============================================================================
--- head/dns/dnstable/Makefile	Thu Sep 24 03:54:43 2015	(r397676)
+++ head/dns/dnstable/Makefile	Thu Sep 24 04:40:44 2015	(r397677)
@@ -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:

Modified: head/dns/dnstable/distinfo
==============================================================================
--- head/dns/dnstable/distinfo	Thu Sep 24 03:54:43 2015	(r397676)
+++ head/dns/dnstable/distinfo	Thu Sep 24 04:40:44 2015	(r397677)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509240440.t8O4eji8029007>