diff options
author | truckman <truckman@FreeBSD.org> | 2016-02-03 10:06:11 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2016-02-03 10:06:11 +0800 |
commit | a1c9903dcc3360fe2f13eb260cc3b7a6792d987b (patch) | |
tree | c4cc85623c4277327f509820bcf8b9460822bb58 /net/nmsg | |
parent | 0c2fc547990fd28ff673e84eb6b3b2fae9482188 (diff) | |
download | freebsd-ports-gnome-a1c9903dcc3360fe2f13eb260cc3b7a6792d987b.tar.gz freebsd-ports-gnome-a1c9903dcc3360fe2f13eb260cc3b7a6792d987b.tar.zst freebsd-ports-gnome-a1c9903dcc3360fe2f13eb260cc3b7a6792d987b.zip |
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.
Diffstat (limited to 'net/nmsg')
-rw-r--r-- | net/nmsg/Makefile | 4 | ||||
-rw-r--r-- | net/nmsg/distinfo | 4 | ||||
-rw-r--r-- | net/nmsg/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net/nmsg/Makefile b/net/nmsg/Makefile index 28f18a44da5f..5dcf56e8d808 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 b60c0d59cf02..11911dca9542 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 8f06488aabb8..a74913aff56c 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 |