Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2023 00:51:10 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8804aff94a90 - main - security/tripwire: Update 2.4.3.7 --> 2.4.3.8
Message-ID:  <202306260051.35Q0pACP067290@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8804aff94a902892cad2230876b0545fb32afb85

commit 8804aff94a902892cad2230876b0545fb32afb85
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-06-26 00:36:03 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-26 00:51:05 +0000

    security/tripwire: Update 2.4.3.7 --> 2.4.3.8
    
    Tripwire pull request #39,
    
    - Clean up some issues building with -std=c++17
    - Regenerate buildsys files with automake 1.16
    - Improve non-gcc compiler detection
    - Use standard fixed-width int types instead of rolling our own,
      if they're available.
    - Bump up the copyright year again.
    
    This fixes many build failures due to the LLVM16 import.
    
    Obtained from:  https://github.com/Tripwire/tripwire-open-source/pull/39
---
 security/tripwire/Makefile | 4 ++--
 security/tripwire/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index ddbf94191471..adf0c7a67e68 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	tripwire
-PORTVERSION=	2.4.3.7
-PORTREVISION=	1
+PORTVERSION=	2.4.3.8
 CATEGORIES=	security
 
 MAINTAINER=	cy@FreeBSD.org
@@ -12,6 +11,7 @@ LICENSE=	GPLv2
 USE_GITHUB=	yes
 GH_ACCOUNT=	Tripwire
 GH_PROJECT=	tripwire-open-source
+GH_TAGNAME=	e2f90ed
 
 NO_LICENSES_INSTALL=	yes
 MAKE_JOBS_UNSAFE=	yes
diff --git a/security/tripwire/distinfo b/security/tripwire/distinfo
index f1c5206a8c2d..3875d2d986d5 100644
--- a/security/tripwire/distinfo
+++ b/security/tripwire/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522588176
-SHA256 (Tripwire-tripwire-open-source-2.4.3.7_GH0.tar.gz) = 18d40b85f04b8822717d9a3e987887600840a3753f0e9a9f6ab77692d5658450
-SIZE (Tripwire-tripwire-open-source-2.4.3.7_GH0.tar.gz) = 1002257
+TIMESTAMP = 1687738983
+SHA256 (Tripwire-tripwire-open-source-2.4.3.8-e2f90ed_GH0.tar.gz) = 78f522abd3ca3452755fe033d8d5d4cf3eebe05ebc6fa3f89a96f3c31db306b2
+SIZE (Tripwire-tripwire-open-source-2.4.3.8-e2f90ed_GH0.tar.gz) = 1015579



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306260051.35Q0pACP067290>