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 2021/04/21 21:39:41 UTC

[trafficserver] branch 9.0.x updated: Updating to use Proxy Verifier 2.2.0 (#7729)

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 386adec  Updating to use Proxy Verifier 2.2.0 (#7729)
386adec is described below

commit 386adec0dec50608a9b404d76340f5e34e79f48e
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Wed Apr 21 12:30:35 2021 -0500

    Updating to use Proxy Verifier 2.2.0 (#7729)
    
    Proxy Verifier 2.2.0 adds --interface <interface> and HTTP/3 client-side
    support.
    
    (cherry picked from commit 1c7cd2619b27774844fc0b37738abfa7287494e8)
---
 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 baae958..3a87b33 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="7e17ea3fa13bede2a33a9a1d23425f23cbd16521"
+expected_sha1="dfcfcb075aa6165ffdf56d220f9552e56efa9f02"
 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 1defe53..a4b6ac3 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.1.0
+v2.2.0