Date: Wed, 18 Dec 2024 11:12:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72038329e675 - main - security/trufflehog: Still broken on armv7 and i386; Update WWW Message-ID: <202412181112.4BIBC4g2036289@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=72038329e675d2e1433244b331d8126a676d3391 commit 72038329e675d2e1433244b331d8126a676d3391 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-18 02:43:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-18 11:11:58 +0000 security/trufflehog: Still broken on armv7 and i386; Update WWW Reported by: fallout --- security/trufflehog/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 2a30dfb83caf..fcd74e637a8c 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -5,13 +5,14 @@ CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Find and verify credentials -WWW= https://trufflesecurity.com/ +WWW= https://trufflesecurity.com/ \ + https://github.com/trufflesecurity/trufflehog LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -#BROKEN_armv7= compilation fails see details here: https://github.com/golang/go/issues/65187 -#BROKEN_i386= compilation fails see details here: https://github.com/golang/go/issues/65187 +BROKEN_armv7= compilation fails see details here: https://github.com/trufflesecurity/trufflehog/issues/3791 +BROKEN_i386= compilation fails see details here: https://github.com/trufflesecurity/trufflehog/issues/3791 USES= go:1.21,modules
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412181112.4BIBC4g2036289>