From owner-svn-ports-head@freebsd.org Thu Nov 14 22:48:32 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 669EA1B5204; Thu, 14 Nov 2019 22:48:32 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Dc8c22t0z475b; Thu, 14 Nov 2019 22:48:32 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2985B779C; Thu, 14 Nov 2019 22:48:32 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAEMmWv2078221; Thu, 14 Nov 2019 22:48:32 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAEMmV6L078218; Thu, 14 Nov 2019 22:48:31 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201911142248.xAEMmV6L078218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 14 Nov 2019 22:48:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517623 - head/devel/fstrm X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/devel/fstrm X-SVN-Commit-Revision: 517623 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2019 22:48:32 -0000 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