You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2022/07/26 22:32:00 UTC

[trafficserver] branch 9.2.x updated: Proxy Verifier: Update to version 2.4.1 (#8965)

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

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 16916c968 Proxy Verifier: Update to version 2.4.1 (#8965)
16916c968 is described below

commit 16916c96869e8ab977fcb959198040574e40176e
Author: Brian Neradt <br...@gmail.com>
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.
    
    (cherry picked from commit fb02ef8e59e284870b456739f657dae953d7eaae)
---
 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