Bug 255228 - devel/fstrm: upgrade to 0.6.1
Summary: devel/fstrm: upgrade to 0.6.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Don Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-19 16:13 UTC by Don Lewis
Modified: 2021-04-20 16:44 UTC (History)
2 users (show)

See Also:
freebsd: maintainer-feedback+


Attachments
patch to upgrade devel/fstrm port to 0.6.1 (876 bytes, patch)
2021-04-19 16:13 UTC, Don Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Lewis freebsd_committer freebsd_triage 2021-04-19 16:13:03 UTC
Created attachment 224257 [details]
patch to upgrade devel/fstrm port to 0.6.1

Upgrade devel/fstrm to version 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.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2021-04-20 06:25:32 UTC
^Triage: Reporter is committer, assign accordingly.

^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

Thanks!
Comment 2 Leo Vandewoestijne 2021-04-20 07:48:43 UTC
Tested all fine. Thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-04-20 16:43:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=836662ac7a9d085061669362df40106c96f4e7ca

commit 836662ac7a9d085061669362df40106c96f4e7ca
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2021-04-20 16:37:10 +0000
Commit:     Don Lewis <truckman@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@dns.company
    Approved by:    freebsd@dns.company (maintainer)
    Sponsored by:   Farsight Security, Inc.

 devel/fstrm/Makefile | 2 +-
 devel/fstrm/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)