pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/cargo-audit



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:07:26 UTC 2025

Modified Files:
        pkgsrc/security/cargo-audit: Makefile

Log Message:
security/cargo-audit: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/cargo-audit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/cargo-audit/Makefile
diff -u pkgsrc/security/cargo-audit/Makefile:1.13 pkgsrc/security/cargo-audit/Makefile:1.14
--- pkgsrc/security/cargo-audit/Makefile:1.13   Tue Apr  1 12:10:15 2025
+++ pkgsrc/security/cargo-audit/Makefile        Wed Apr  2 11:07:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/04/01 12:10:15 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/02 11:07:26 pin Exp $
 
 DISTNAME=      cargo-audit-0.21.2
 CATEGORIES=    security
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/rustsec/rus
 COMMENT=       Audit Cargo.lock files for crates with security vulnerabilities
 LICENSE=       apache-2.0 # or MIT
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 WRKSRC=                ${WRKDIR}/rustsec-cargo-audit-v${PKGVERSION_NOREV}/cargo-audit
 USE_LANGUAGES= c
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl}



Home | Main Index | Thread Index | Old Index