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 183aa3efe3 Proxy Verifier: update to v2.9.0 (#10083)
183aa3efe3 is described below

commit 183aa3efe325dc439797d7884a15d4517574b8ea
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Mon Jul 24 17:01:01 2023 -0500

    Proxy Verifier: update to v2.9.0 (#10083)
    
    Proxy Verifier v2.9.0 adds HTTP/2 trailer support as well as containing
    updates for Expect: 100-continue and quic timeout.
---
 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 a128354111..aa5eb841c2 100755
--- a/tests/prepare_proxy_verifier.sh
+++ b/tests/prepare_proxy_verifier.sh
@@ -40,7 +40,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="c20db86f6bf2eda1d8195b82066345becac6b49e"
+expected_sha1="ea413a7189c801c2da311d93cbc625c0e7390a67"
 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 30505b0b8a..f367ae3351 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.8.1
+v2.9.0

Reply via email to