svn commit: r460650 - head/net/nmsg

Don Lewis truckman at FreeBSD.org
Thu Feb 1 23:47:50 UTC 2018


Author: truckman
Date: Thu Feb  1 23:47:49 2018
New Revision: 460650
URL: https://svnweb.freebsd.org/changeset/ports/460650

Log:
  Upgrade net/nmsg to version 0.13.2.
  
    * Restore terminating NUL character in string fields loaded from JSON.
  
    * Correct display of string fields with missing NUL terminator.
  
    * Improvements to NUL-termination test cases.
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/net/nmsg/Makefile
  head/net/nmsg/distinfo

Modified: head/net/nmsg/Makefile
==============================================================================
--- head/net/nmsg/Makefile	Thu Feb  1 22:53:08 2018	(r460649)
+++ head/net/nmsg/Makefile	Thu Feb  1 23:47:49 2018	(r460650)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nmsg
-PORTVERSION=	0.13.1
+PORTVERSION=	0.13.2
 CATEGORIES=	net
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c \
 		libyajl.so:devel/yajl
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig
+USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-pkgconfigdir='$${exec_prefix}/libdata/pkgconfig'
 INSTALL_TARGET=	install-strip
 

Modified: head/net/nmsg/distinfo
==============================================================================
--- head/net/nmsg/distinfo	Thu Feb  1 22:53:08 2018	(r460649)
+++ head/net/nmsg/distinfo	Thu Feb  1 23:47:49 2018	(r460650)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508955678
-SHA256 (nmsg-0.13.1.tar.gz) = 397f5b455c9ff11f377f64d50dc3aaff043b0eb38739623ff98b0461702e0299
-SIZE (nmsg-0.13.1.tar.gz) = 627814
+TIMESTAMP = 1517517065
+SHA256 (nmsg-0.13.2.tar.gz) = 9804f53bb9826038f8c505a4e31b48e39f32efcfb90733d283c1bf72351afa98
+SIZE (nmsg-0.13.2.tar.gz) = 609932


More information about the svn-ports-head mailing list