From 1b793160af1aacb00b8e50905e7e55c901060f6a Mon Sep 17 00:00:00 2001 From: truckman Date: Wed, 3 Feb 2016 02:06:11 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://svn.freebsd.org/ports/head@407933 35697150-7ecd-e111-bb59-0022644237b5 --- net/nmsg/Makefile | 4 ++-- net/nmsg/distinfo | 4 ++-- net/nmsg/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net/nmsg/Makefile b/net/nmsg/Makefile index 28f18a44da5fd..5dcf56e8d8081 100644 --- a/net/nmsg/Makefile +++ b/net/nmsg/Makefile @@ -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 diff --git a/net/nmsg/distinfo b/net/nmsg/distinfo index b60c0d59cf028..11911dca95428 100644 --- a/net/nmsg/distinfo +++ b/net/nmsg/distinfo @@ -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 diff --git a/net/nmsg/pkg-plist b/net/nmsg/pkg-plist index 8f06488aabb82..a74913aff56c9 100644 --- a/net/nmsg/pkg-plist +++ b/net/nmsg/pkg-plist @@ -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