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 0719e5fcba Proxy Verifier v3.1.2 (#13051)
0719e5fcba is described below
commit 0719e5fcbaec10f4d6ed56f5112043dd3c882de3
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.
---
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 74daf00552..71c9062ba5 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