git: d9d2caa1d789 - main - security/aws-lc: Update to 1.57.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Sep 2025 18:13:45 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9d2caa1d7899ee94814c0b51f0567071822e338
commit d9d2caa1d7899ee94814c0b51f0567071822e338
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-02 18:00:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-02 18:00:34 +0000
security/aws-lc: Update to 1.57.1
Changes: https://github.com/aws/aws-lc/releases
---
security/aws-lc/Makefile | 2 +-
security/aws-lc/distinfo | 6 +++---
security/aws-lc/files/patch-powerpc64le | 20 --------------------
security/aws-lc/pkg-plist | 1 +
4 files changed, 5 insertions(+), 24 deletions(-)
diff --git a/security/aws-lc/Makefile b/security/aws-lc/Makefile
index 769e4b4efbd1..b2c1dac66de6 100644
--- a/security/aws-lc/Makefile
+++ b/security/aws-lc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= aws-lc
-PORTVERSION= 1.55.0
+PORTVERSION= 1.57.1
DISTVERSIONPREFIX= v
CATEGORIES= security
diff --git a/security/aws-lc/distinfo b/security/aws-lc/distinfo
index 6ebc0f560d76..2327bcddd04b 100644
--- a/security/aws-lc/distinfo
+++ b/security/aws-lc/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1756720370
-SHA256 (aws-aws-lc-v1.55.0_GH0.tar.gz) = a216e5e572ad9f68e6b93666f0bbca4d7792f400ca525731583196c139c12ce9
-SIZE (aws-aws-lc-v1.55.0_GH0.tar.gz) = 127105253
+TIMESTAMP = 1755062466
+SHA256 (aws-aws-lc-v1.57.1_GH0.tar.gz) = 1c434d294594a82f1c046aa4e172277b5b549f7b5c89225e3cb2222b94744ca8
+SIZE (aws-aws-lc-v1.57.1_GH0.tar.gz) = 127164147
SHA256 (125f94c2c26559ed93a22f1cc5880efe46f0b937.patch) = a07ef67b487b47168384d70b7f7bd2b6a8479e037e09087c34f9f083c88411f2
SIZE (125f94c2c26559ed93a22f1cc5880efe46f0b937.patch) = 2046
diff --git a/security/aws-lc/files/patch-powerpc64le b/security/aws-lc/files/patch-powerpc64le
deleted file mode 100644
index 49cc0f44382b..000000000000
--- a/security/aws-lc/files/patch-powerpc64le
+++ /dev/null
@@ -1,20 +0,0 @@
-Obtained from: https://cgit.FreeBSD.org/ports/commit/?id=f08b67611f0b19c0ee8d9053ee4d22e09b03f2b1
-
---- crypto/fipsmodule/cpucap/cpu_ppc64le.c.orig 2024-07-03 21:50:24 UTC
-+++ 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".
diff --git a/security/aws-lc/pkg-plist b/security/aws-lc/pkg-plist
index 74bd41ebfb82..87899532d793 100644
--- a/security/aws-lc/pkg-plist
+++ b/security/aws-lc/pkg-plist
@@ -88,6 +88,7 @@ include/openssl/time.h
include/openssl/tls1.h
include/openssl/trust_token.h
include/openssl/type_check.h
+include/openssl/ui.h
include/openssl/x509.h
include/openssl/x509_vfy.h
include/openssl/x509v3.h