Skip to content

Commit

Permalink
devel/fstrm: Upgrade to 0.6.1
Browse files Browse the repository at this point in the history
  * 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@dns.company
Approved by:	freebsd@dns.company (maintainer)
Sponsored by:	Farsight Security, Inc.
  • Loading branch information
DonLewisFreeBSD committed Apr 20, 2021
1 parent 3c3ee07 commit 836662a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/fstrm/Makefile
@@ -1,7 +1,7 @@
# Created by: Leo Vandewoestijne <freebsd@dns.company>

PORTNAME= fstrm
PORTVERSION= 0.6.0
PORTVERSION= 0.6.1
DISTVERSIONPREFIX= v
CATEGORIES= devel

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 836662a

Please sign in to comment.