git: 836662ac7a9d - main - devel/fstrm: Upgrade to 0.6.1
Don Lewis
truckman at FreeBSD.org
Tue Apr 20 16:43:35 UTC 2021
The branch main has been updated by truckman:
URL: https://cgit.FreeBSD.org/ports/commit/?id=836662ac7a9d085061669362df40106c96f4e7ca
commit 836662ac7a9d085061669362df40106c96f4e7ca
Author: Don Lewis <truckman at FreeBSD.org>
AuthorDate: 2021-04-20 16:37:10 +0000
Commit: Don Lewis <truckman at FreeBSD.org>
CommitDate: 2021-04-20 16:42:46 +0000
devel/fstrm: Upgrade to 0.6.1
* fstrm_capture: ignore SIGPIPE, which will cause the
interrupted connections to generate an EPIPE instead.
* Fix truncation in snprintf calls in argument processing.
* fstrm_capture: Fix output printf format.
PR: 255228
Tested by: freebsd at dns.company
Approved by: freebsd at dns.company (maintainer)
Sponsored by: Farsight Security, Inc.
---
devel/fstrm/Makefile | 2 +-
devel/fstrm/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/devel/fstrm/Makefile b/devel/fstrm/Makefile
index 5cf49e5c3325..dc8417daeca2 100644
--- a/devel/fstrm/Makefile
+++ b/devel/fstrm/Makefile
@@ -1,7 +1,7 @@
# Created by: Leo Vandewoestijne <freebsd at dns.company>
PORTNAME= fstrm
-PORTVERSION= 0.6.0
+PORTVERSION= 0.6.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
diff --git a/devel/fstrm/distinfo b/devel/fstrm/distinfo
index d91317db4400..a8f7e75c3f9a 100644
--- a/devel/fstrm/distinfo
+++ b/devel/fstrm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571112419
-SHA256 (farsightsec-fstrm-v0.6.0_GH0.tar.gz) = 82851b2424ae3e94b4fba310b60629b33d6757fbeb15662566b1857cd5c31517
-SIZE (farsightsec-fstrm-v0.6.0_GH0.tar.gz) = 135214
+TIMESTAMP = 1618815551
+SHA256 (farsightsec-fstrm-v0.6.1_GH0.tar.gz) = 4f0f7ad2b760119c441aba58271e84de683b3cc138530d02710896641866e2d2
+SIZE (farsightsec-fstrm-v0.6.1_GH0.tar.gz) = 135425
More information about the dev-commits-ports-all
mailing list