From owner-svn-ports-all@freebsd.org Wed Feb 3 02:06:12 2016 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 CC08DA9A20A; Wed, 3 Feb 2016 02:06:12 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A801B105D; Wed, 3 Feb 2016 02:06:12 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1326BWh054913; Wed, 3 Feb 2016 02:06:11 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1326B3u054910; Wed, 3 Feb 2016 02:06:11 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602030206.u1326B3u054910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 3 Feb 2016 02:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407933 - head/net/nmsg 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: Wed, 03 Feb 2016 02:06:13 -0000 Author: truckman Date: Wed Feb 3 02:06:11 2016 New Revision: 407933 URL: https://svnweb.freebsd.org/changeset/ports/407933 Log: Upgrade net/nmsg to 0.11.0: nmsg (0.11.0) [ Henry Stern ] * Add an interval randomization option that randomizes the initial offset within the selected time interval. This functionality is exposed via the libnmsg nmsg_io_set_interval_randomized() function and the nmsgtool -R / --randomize command-line option (#27, #33). * Add documention for nmsgtool -j / --readjson and -J / --write-json command-line options (#26, #28). * Add PKG_CHECK_MODULES dependency on yajl >= 2.1.0 (#29, #31). * Make nmsgtool -k / --kicker work when combined with -c or -t, when producing output in JSON format (#25, #38). * Fix compiler warning [-Wtautological-compare] in _nmsg_msgmod_json_to_payload_load() (#36, #39). * Add nmsg_message_get_num_field_values(), nmsg_message_get_num_field_values_by_idx() functions (#5, #40). [ Robert Edmonds ] * Remove the unused enum nmsg_modtype from the internal libnmsg API (#30). * Header file cleanups (#14, #34). * Rewrite nmsg_res_lookup() to use a switch, which eliminates a Clang warning (#14, #35). * Add a message filtering capability to the libnmsg I/O loop, including external filter module plugin and nmsgtool support (#41, #43, #44). [ Mike Schiffman ] * Add yajl/ prefix to #include's of yajl headers (#37) Pet portlint Sponsored by: Farsight Security, Inc. Modified: head/net/nmsg/Makefile head/net/nmsg/distinfo head/net/nmsg/pkg-plist Modified: head/net/nmsg/Makefile ============================================================================== --- head/net/nmsg/Makefile Wed Feb 3 01:26:36 2016 (r407932) +++ head/net/nmsg/Makefile Wed Feb 3 02:06:11 2016 (r407933) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nmsg -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= net MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ libxs.so:${PORTSDIR}/devel/libxs \ libwdns.so:${PORTSDIR}/dns/wdns \ - libyajl.so:${PORTSDIR}/devel/yajl + libyajl.so:${PORTSDIR}/devel/yajl GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/nmsg/distinfo ============================================================================== --- head/net/nmsg/distinfo Wed Feb 3 01:26:36 2016 (r407932) +++ head/net/nmsg/distinfo Wed Feb 3 02:06:11 2016 (r407933) @@ -1,2 +1,2 @@ -SHA256 (nmsg-0.10.0.tar.gz) = efa676074ce428c482edd4890dfb3a7a7a376ce48c5ce4842f832b1841a56653 -SIZE (nmsg-0.10.0.tar.gz) = 583484 +SHA256 (nmsg-0.11.0.tar.gz) = debaf2edf7f9a1ea290b4eadac14afd5fd3689ec8715e94b3de55454ef97cb09 +SIZE (nmsg-0.11.0.tar.gz) = 598684 Modified: head/net/nmsg/pkg-plist ============================================================================== --- head/net/nmsg/pkg-plist Wed Feb 3 01:26:36 2016 (r407932) +++ head/net/nmsg/pkg-plist Wed Feb 3 02:06:11 2016 (r407933) @@ -19,6 +19,9 @@ include/nmsg/chalias.h include/nmsg/compat.h include/nmsg/constants.h include/nmsg/container.h +include/nmsg/filter.h +include/nmsg/fltmod.h +include/nmsg/fltmod_plugin.h include/nmsg/input.h include/nmsg/io.h include/nmsg/ipdg.h @@ -41,6 +44,7 @@ lib/libnmsg.a lib/libnmsg.so lib/libnmsg.so.6 lib/libnmsg.so.6.0.0 +lib/nmsg/nmsg_flt1_sample.so lib/nmsg/nmsg_msg9_base.so libdata/pkgconfig/libnmsg.pc %%MANPAGES%%man/man1/nmsgtool.1.gz