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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb02ef8e5 Proxy Verifier: Update to version 2.4.1 (#8965)
fb02ef8e5 is described below

commit fb02ef8e59e284870b456739f657dae953d7eaae
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Jul 20 10:15:21 2022 -0400

    Proxy Verifier: Update to version 2.4.1 (#8965)
    
    This updates the Proxy Verifier version used by our AuTests to version
    v2.4.1. This Proxy Verifier version prints the ALPN used by the proxy
    (ATS in our case) to the server. This will allow us to verify ALPN
    behavior for an upcoming PR for HTTP/2 to origin.
---
 tests/prepare_proxy_verifier.sh  | 2 +-
 tests/proxy-verifier-version.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh
index bb3bf7688..beb05a5d5 100755
--- a/tests/prepare_proxy_verifier.sh
+++ b/tests/prepare_proxy_verifier.sh
@@ -27,7 +27,7 @@ pv_dir="${pv_name}-${pv_version}"
 pv_tar_filename="${pv_dir}.tar.gz"
 pv_tar="${pv_top_dir}/${pv_tar_filename}"
 pv_tar_url="https://ci.trafficserver.apache.org/bintray/${pv_tar_filename}";
-expected_sha1="4ca407c3f8d7cabca20b7f41d19b2c62a091c3ff"
+expected_sha1="11d9acda6639d25c9199c272e5ab84826412f627"
 pv_client="${bin_dir}/verifier-client"
 pv_server="${bin_dir}/verifier-server"
 TAR=${TAR:-tar}
diff --git a/tests/proxy-verifier-version.txt b/tests/proxy-verifier-version.txt
index 8721bbc46..a37212091 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.4.0
+v2.4.1

Reply via email to