[openssh-commits] [openssh] 01/03: Update AWS-LC version number
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 21 13:44:55 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 94b73755f931d592a612ef5cb998694643eab5ff
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri Feb 21 11:30:22 2025 +1100
Update AWS-LC version number
Patch from Shubham Mittal bz bz3792
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 89a2d287..f6c4a5c8 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 &&
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list