Skip to content

Commit

Permalink
security/tripwire: Update 2.4.3.7 --> 2.4.3.8
Browse files Browse the repository at this point in the history
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:	Tripwire/tripwire-open-source#39
  • Loading branch information
cschuber committed Jun 26, 2023
1 parent 1f66e60 commit 8804aff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 8804aff

Please sign in to comment.