]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Update AWS-LC version number
authorDamien Miller <djm@mindrot.org>
Fri, 21 Feb 2025 00:30:22 +0000 (11:30 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 21 Feb 2025 00:30:22 +0000 (11:30 +1100)
Patch from Shubham Mittal bz bz3792

.github/setup_ci.sh

index 89a2d2877370f7566706a16ad6ac06956cc289bd..f6c4a5c84fb5497c392edd79c211bd1b984e11df 100755 (executable)
@@ -245,7 +245,7 @@ if [ ! -z "${INSTALL_BORINGSSL}" ]; then
 fi
 
 if [ ! -z "${INSTALL_AWSLC}" ]; then
-    (cd ${HOME} && git clone --depth 1 --branch v1.42.0 https://github.com/aws/aws-lc.git &&
+    (cd ${HOME} && git clone --depth 1 --branch v1.46.1 https://github.com/aws/aws-lc.git &&
      cd ${HOME}/aws-lc && mkdir build && cd build &&
      cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. && ninja &&
      mkdir -p /opt/aws-lc/lib &&