This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 22d84d3  Updating the OpenSSL 3.0 commit (#190)
22d84d3 is described below

commit 22d84d32de5772328876bb71bd0ac3156ff59116
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Jul 3 17:23:16 2023 -0400

    Updating the OpenSSL 3.0 commit (#190)
    
    In addition to updating the branch, we have to update the commit it
    checks out.
---
 docker/fedora38/build_h3_tools.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/fedora38/build_h3_tools.sh 
b/docker/fedora38/build_h3_tools.sh
index 8cb5a08..ed7e2f1 100644
--- a/docker/fedora38/build_h3_tools.sh
+++ b/docker/fedora38/build_h3_tools.sh
@@ -160,7 +160,7 @@ cd ..
 echo "Building OpenSSL with QUIC support"
 [ ! -d openssl-quic ] && git clone -b ${OPENSSL_BRANCH} --depth 1 
https://github.com/quictls/openssl.git openssl-quic
 cd openssl-quic
-git checkout 636c615c139061b125a25461708f4afc79284f83
+git checkout d2cc208d34cfe2b56d4ef8bcd8e3983a4d00d6bd
 ./config enable-tls1_3 --prefix=${OPENSSL_PREFIX}
 ${MAKE} -j ${num_threads}
 ${MAKE} install_sw

Reply via email to