From owner-svn-ports-all@freebsd.org Thu Sep 24 04:40:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC43CA0756D; Thu, 24 Sep 2015 04:40:45 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A41821444; Thu, 24 Sep 2015 04:40:45 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O4ejmV029009; Thu, 24 Sep 2015 04:40:45 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O4eji8029007; Thu, 24 Sep 2015 04:40:45 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509240440.t8O4eji8029007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 24 Sep 2015 04:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397677 - head/dns/dnstable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 04:40:45 -0000 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