Skip to content

Commit

Permalink
Upgrade net/nmsg to 0.11.0:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
truckman committed Feb 3, 2016
1 parent 2c453db commit 1b79316
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net/nmsg/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= nmsg
PORTVERSION= 0.10.0
PORTVERSION= 0.11.0
CATEGORIES= net
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions net/nmsg/distinfo
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions net/nmsg/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1b79316

Please sign in to comment.