summaryrefslogtreecommitdiff
path: root/security/arti/files
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2025-07-09 22:46:41 +0200
committerCarlo Strub <cs@FreeBSD.org>2025-07-09 22:46:41 +0200
commit7e17b36e09e521a7580de7a15b19baea43cfe178 (patch)
tree30550646e1d0972557b88c19a1f6541f38998628 /security/arti/files
parentdevel/py-archinfo: update to 9.2.164 (diff)
security/arti: Update to 1.4.5
Diffstat (limited to 'security/arti/files')
-rw-r--r--security/arti/files/patch-powerpc64le20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/arti/files/patch-powerpc64le b/security/arti/files/patch-powerpc64le
deleted file mode 100644
index c70aea7304f9..000000000000
--- a/security/arti/files/patch-powerpc64le
+++ /dev/null
@@ -1,20 +0,0 @@
-Obtained from: https://cgit.FreeBSD.org/ports/commit/?id=f08b67611f0b19c0ee8d9053ee4d22e09b03f2b1
-
---- cargo-crates/aws-lc-sys-0.29.0/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c.orig 2024-07-03 21:50:24 UTC
-+++ cargo-crates/aws-lc-sys-0.29.0/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c
-@@ -69,10 +69,15 @@ void OPENSSL_cpuid_setup(void) {
-
- void OPENSSL_cpuid_setup(void) {
- #if defined(AT_HWCAP2)
-+#if defined(__linux__)
- OPENSSL_ppc64le_hwcap2 = getauxval(AT_HWCAP2);
-+#elif defined(__FreeBSD__)
-+ elf_aux_info(AT_HWCAP2, &OPENSSL_ppc64le_hwcap2, sizeof(OPENSSL_ppc64le_hwcap2));
-+#endif
- #else
- OPENSSL_ppc64le_hwcap2 = 0;
- #endif
-+
- OPENSSL_cpucap_initialized = 1;
-
- // OPENSSL_ppccap is a 64-bit hex string which may start with "0x".