From: Damien Miller Date: Fri, 21 Feb 2025 00:30:22 +0000 (+1100) Subject: Update AWS-LC version number X-Git-Tag: V_10_0_P1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b73755f931d592a612ef5cb998694643eab5ff;p=thirdparty%2Fopenssh-portable.git Update AWS-LC version number Patch from Shubham Mittal bz bz3792 --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 89a2d2877..f6c4a5c84 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -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 &&