Skip to content

Commit 0b15c96

Browse files
committed
aws-lc 1.49.1 and pin it [ci skip]
AWS-LC seems to have inherited the churn previously seen with BoringSSL. Frequent updates are probably nice, but adds a lot of probably low-value daily maintenance task here to curl-for-win. Pinning now and bumping on occasion if a new version actually improves some of the build woes listed in the `boringssl.sh` build script. Please note that AWS-LC builds, just like BoringSSL ones just crash on startup, even in case the build happens to work correctly, with the listed limitations.
1 parent fc6a002 commit 0b15c96

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_dl.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ cat <<EOF
116116
"name": "awslc",
117117
"url": "https://github.com/aws/aws-lc/archive/refs/tags/v{ver}.tar.gz",
118118
"redir": "redir",
119-
"tag": "v\\\\d+\\\\.\\\\d+\\\\.\\\\d+$"
119+
"tag": "v\\\\d+\\\\.\\\\d+\\\\.\\\\d+$",
120+
"pinned": true
120121
},
121122
{
122123
"name": "boringssl",

_versions.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export OPENSSL_VER_='3.4.1'
4141
export OPENSSL_HASH=002a2d6b30b58bf4bea46c43bdd96365aaf8daa6c428782aa4feee06da197df3
4242
export BORINGSSL_VER_='0.20250311.0'
4343
export BORINGSSL_HASH=ef73e453c2f60f37a8f1d30e0458da76ed6695f44768fb20067624205b076df6
44-
export AWSLC_VER_='1.49.0'
45-
export AWSLC_HASH=35eb97c82e5edbf06a01e8362c8914eb82f88c6b7317a0b754f9e19e1e68cc1e
44+
export AWSLC_VER_='1.49.1'
45+
export AWSLC_HASH=2fa2e31efab7220b2e0aac581fc6d4f2a6e0e16a26b9e6037f5f137d5e57b4df
4646
export LIBRESSL_VER_='4.0.0'
4747
export LIBRESSL_HASH=4d841955f0acc3dfc71d0e3dd35f283af461222350e26843fea9731c0246a1e4
4848
export OSSLSIGNCODE_VER_='2.9.0'

0 commit comments

Comments
 (0)