svn commit: r452910 - head/net/nmsg
Don Lewis
truckman at FreeBSD.org
Thu Oct 26 10:05:14 UTC 2017
Author: truckman
Date: Thu Oct 26 10:05:12 2017
New Revision: 452910
URL: https://svnweb.freebsd.org/changeset/ports/452910
Log:
Upgrade net/nmsg to version 0.13.1:
* Fix crash when formatting empty string fields as JSON.
* Correct display of empty string fields in presentation output.
* Remove terminating NUL character in string fields loaded from JSON.
Sponsored by: Farsight Security, Inc.
Modified:
head/net/nmsg/Makefile
head/net/nmsg/distinfo
Modified: head/net/nmsg/Makefile
==============================================================================
--- head/net/nmsg/Makefile Thu Oct 26 09:04:24 2017 (r452909)
+++ head/net/nmsg/Makefile Thu Oct 26 10:05:12 2017 (r452910)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= nmsg
-PORTVERSION= 0.13.0
+PORTVERSION= 0.13.1
CATEGORIES= net
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
Modified: head/net/nmsg/distinfo
==============================================================================
--- head/net/nmsg/distinfo Thu Oct 26 09:04:24 2017 (r452909)
+++ head/net/nmsg/distinfo Thu Oct 26 10:05:12 2017 (r452910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488216342
-SHA256 (nmsg-0.13.0.tar.gz) = c65db057d8d66ed2624d675ada73d73f9dde3159bb5956eef70cbd5501894245
-SIZE (nmsg-0.13.0.tar.gz) = 607858
+TIMESTAMP = 1508955678
+SHA256 (nmsg-0.13.1.tar.gz) = 397f5b455c9ff11f377f64d50dc3aaff043b0eb38739623ff98b0461702e0299
+SIZE (nmsg-0.13.1.tar.gz) = 627814
More information about the svn-ports-head
mailing list