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 8c81a4c  Update build_h3_tools for fedora:38 to Openssl 3.0 (#189)
8c81a4c is described below

commit 8c81a4cadab2a4d42b3e610ed7b3337aa7fb7280
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Jul 3 17:15:12 2023 -0400

    Update build_h3_tools for fedora:38 to Openssl 3.0 (#189)
    
    This is what the apache/trafficserver/tools/build_h3_tools.sh file now
    uses.
---
 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 2e96737..8cb5a08 100644
--- a/docker/fedora38/build_h3_tools.sh
+++ b/docker/fedora38/build_h3_tools.sh
@@ -37,7 +37,7 @@ set -e
 #   that it later removes.
 
 # Update this as the draft we support updates.
-OPENSSL_BRANCH=${OPENSSL_BRANCH:-"OpenSSL_1_1_1u+quic"}
+OPENSSL_BRANCH=${OPENSSL_BRANCH:-"openssl-3.0.9+quic"}
 
 # Set these, if desired, to change these to your preferred installation
 # directory

Reply via email to