Date: Tue, 25 Aug 2020 12:53:05 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546164 - branches/2020Q3/security/bsmtrace3 Message-ID: <202008251253.07PCr5bY034509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Tue Aug 25 12:53:05 2020 New Revision: 546164 URL: https://svnweb.freebsd.org/changeset/ports/546164 Log: MFH: r546027 security/bsmtrace3: update to the 3.1 -fno-common build fix The only changes between 3.0 and 3.1 are a change to the README to note work sponsored by an organization, and the -fno-common build fix. -fno-common is now the default in LLVM 11/GCC 10. PR: 248756 Approved by: csjp (maintainer, also discussed with) Approved by: ports-secteam (implicit, -fno-common build fix) Modified: branches/2020Q3/security/bsmtrace3/Makefile branches/2020Q3/security/bsmtrace3/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/bsmtrace3/Makefile ============================================================================== --- branches/2020Q3/security/bsmtrace3/Makefile Tue Aug 25 12:52:55 2020 (r546163) +++ branches/2020Q3/security/bsmtrace3/Makefile Tue Aug 25 12:53:05 2020 (r546164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bsmtrace -PORTVERSION= 3.0 +PORTVERSION= 3.1 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMESUFFIX= 3 Modified: branches/2020Q3/security/bsmtrace3/distinfo ============================================================================== --- branches/2020Q3/security/bsmtrace3/distinfo Tue Aug 25 12:52:55 2020 (r546163) +++ branches/2020Q3/security/bsmtrace3/distinfo Tue Aug 25 12:53:05 2020 (r546164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586997209 -SHA256 (openbsm-bsmtrace-v3.0_GH0.tar.gz) = 7b3575cbd2ecb4368221bd8e732f194825e75db44b61cb13c959e1dde3d3c831 -SIZE (openbsm-bsmtrace-v3.0_GH0.tar.gz) = 32679 +TIMESTAMP = 1598228309 +SHA256 (openbsm-bsmtrace-v3.1_GH0.tar.gz) = 7b7ab264d02c61087966db37accf0117ce0a1569800c3b365e5b3dc462297b7b +SIZE (openbsm-bsmtrace-v3.1_GH0.tar.gz) = 32704
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008251253.07PCr5bY034509>