Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 02:06:11 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407933 - head/net/nmsg
Message-ID:  <201602030206.u1326B3u054910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602030206.u1326B3u054910>