diff options
author | truckman <truckman@FreeBSD.org> | 2018-02-02 07:47:49 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2018-02-02 07:47:49 +0800 |
commit | 116a4902bc1ce2910ac39fd5bd1cd8fc4a5c5d57 (patch) | |
tree | 7979961d6c51de0a7dde48ac74c8915b29ce06a2 | |
parent | 1db6323ab9ea308acfaa68660582017e45e5c03b (diff) | |
download | freebsd-ports-gnome-116a4902bc1ce2910ac39fd5bd1cd8fc4a5c5d57.tar.gz freebsd-ports-gnome-116a4902bc1ce2910ac39fd5bd1cd8fc4a5c5d57.tar.zst freebsd-ports-gnome-116a4902bc1ce2910ac39fd5bd1cd8fc4a5c5d57.zip |
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.
-rw-r--r-- | net/nmsg/Makefile | 4 | ||||
-rw-r--r-- | net/nmsg/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/nmsg/Makefile b/net/nmsg/Makefile index 39a817a0cbbc..e6d22a771741 100644 --- a/net/nmsg/Makefile +++ b/net/nmsg/Makefile @@ -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 diff --git a/net/nmsg/distinfo b/net/nmsg/distinfo index dafad22dbe55..955aa368467a 100644 --- a/net/nmsg/distinfo +++ b/net/nmsg/distinfo @@ -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 |