This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.2.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit cf09081cb460a59ab8426453c655b093c12b5bd7 Author: Brian Neradt <[email protected]> AuthorDate: Thu Apr 2 14:15:13 2026 -0500 Proxy Verifier v3.1.2 (#13051) This updates Proxy Verifier to v3.1.2. This includes a new feature that can verify that a request of a certain key (uuid) does not make it to the origin. (cherry picked from commit 0719e5fcbaec10f4d6ed56f5112043dd3c882de3) --- CMakeLists.txt | 4 ++-- tests/proxy-verifier-version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2925e255fa..e9b1bc3039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -674,8 +674,8 @@ if(ENABLE_AUTEST) # the autest command. The original AUTEST_OPTIONS string is used in the # autest.sh script. separate_arguments(AUTEST_OPTIONS_LIST UNIX_COMMAND "${AUTEST_OPTIONS}") - set(PROXY_VERIFIER_VERSION "v3.0.0") - set(PROXY_VERIFIER_HASH "SHA1=e11b5867a56c5ffd496b18c901f1273e9c120a47") + set(PROXY_VERIFIER_VERSION "v3.1.2") + set(PROXY_VERIFIER_HASH "SHA1=0a60c646cbc9326abb2fbc397cb9efa8c08a807a") include(proxy-verifier) endif() diff --git a/tests/proxy-verifier-version.txt b/tests/proxy-verifier-version.txt index ad55eb85fc..d95827c3d9 100644 --- a/tests/proxy-verifier-version.txt +++ b/tests/proxy-verifier-version.txt @@ -1 +1 @@ -v3.0.0 +v3.1.2
