Date: Thu, 14 Nov 2019 22:48:31 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517623 - head/devel/fstrm Message-ID: <201911142248.xAEMmV6L078218@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Thu Nov 14 22:48:31 2019 New Revision: 517623 URL: https://svnweb.freebsd.org/changeset/ports/517623 Log: Upgrade devel/fstrm to version 0.6.0: * fstrm_capture: Perform output file rotation when a SIGUSR1 signal is received. This allows fstrm_capture's output file to be rotated by logrotate or a similar external utility. (Output rotation is suppressed if fstrm_capture is writing to stdout.) PR: 241256 Reviewed by: swills (tested build) Approved by: freebsd@dns.company (maintainer timeout, 4 weeks) Sponsored by: Farsight Security, Inc. Modified: head/devel/fstrm/Makefile head/devel/fstrm/distinfo Modified: head/devel/fstrm/Makefile ============================================================================== --- head/devel/fstrm/Makefile Thu Nov 14 22:31:53 2019 (r517622) +++ head/devel/fstrm/Makefile Thu Nov 14 22:48:31 2019 (r517623) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= fstrm -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= freebsd@dns.company Modified: head/devel/fstrm/distinfo ============================================================================== --- head/devel/fstrm/distinfo Thu Nov 14 22:31:53 2019 (r517622) +++ head/devel/fstrm/distinfo Thu Nov 14 22:48:31 2019 (r517623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557322029 -SHA256 (farsightsec-fstrm-v0.5.0_GH0.tar.gz) = ca762fb260176f35af639376cc65c3f13a5f63d1cca42eb5ce87caca8d57c450 -SIZE (farsightsec-fstrm-v0.5.0_GH0.tar.gz) = 134910 +TIMESTAMP = 1571112419 +SHA256 (farsightsec-fstrm-v0.6.0_GH0.tar.gz) = 82851b2424ae3e94b4fba310b60629b33d6757fbeb15662566b1857cd5c31517 +SIZE (farsightsec-fstrm-v0.6.0_GH0.tar.gz) = 135214
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911142248.xAEMmV6L078218>