svn commit: r546027 - head/security/bsmtrace3

Kyle Evans kevans at FreeBSD.org
Mon Aug 24 00:26:56 UTC 2020


Author: kevans
Date: Mon Aug 24 00:26:55 2020
New Revision: 546027
URL: https://svnweb.freebsd.org/changeset/ports/546027

Log:
  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)
  MFH:		2020Q3 (-fno-common build fix)

Modified:
  head/security/bsmtrace3/Makefile
  head/security/bsmtrace3/distinfo

Modified: head/security/bsmtrace3/Makefile
==============================================================================
--- head/security/bsmtrace3/Makefile	Sun Aug 23 23:49:36 2020	(r546026)
+++ head/security/bsmtrace3/Makefile	Mon Aug 24 00:26:55 2020	(r546027)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bsmtrace
-PORTVERSION=	3.0
+PORTVERSION=	3.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 PKGNAMESUFFIX=	3

Modified: head/security/bsmtrace3/distinfo
==============================================================================
--- head/security/bsmtrace3/distinfo	Sun Aug 23 23:49:36 2020	(r546026)
+++ head/security/bsmtrace3/distinfo	Mon Aug 24 00:26:55 2020	(r546027)
@@ -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


More information about the svn-ports-head mailing list