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/10/04 15:38:48 UTC

[trafficserver] branch 9.2.x updated (c87736957 -> a1df107c7)

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

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


    from c87736957 Updated ChangeLog
     new 39f4e85af Updating AuTest to use Proxy Verifier v2.4.2 (#9110)
     new a1df107c7 Fix expected sha1sum for the Proxy Verifier binary (#9112)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/prepare_proxy_verifier.sh  | 2 +-
 tests/proxy-verifier-version.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[trafficserver] 02/02: Fix expected sha1sum for the Proxy Verifier binary (#9112)

Posted by zw...@apache.org.
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

commit a1df107c787c1c150d72e16b7c9531fae454fca1
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Wed Sep 28 13:54:08 2022 -0500

    Fix expected sha1sum for the Proxy Verifier binary (#9112)
    
    With #9110, I accidentally used the md5sum instead of the sha1sum. This
    fixes the expected checksum to the correct value.
    
    (cherry picked from commit 48d358ff731a002b7aee6aeadb22b67497cdfe62)
---
 tests/prepare_proxy_verifier.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh
index 2995da84c..9789ee953 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="5962f0f1b3d4d983c4385301337cef2f"
+expected_sha1="ecedbb88f38bc797ed7b6a1cfad5fcd6de69037d"
 pv_client="${bin_dir}/verifier-client"
 pv_server="${bin_dir}/verifier-server"
 TAR=${TAR:-tar}


[trafficserver] 01/02: Updating AuTest to use Proxy Verifier v2.4.2 (#9110)

Posted by zw...@apache.org.
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

commit 39f4e85af661cb6e6d1ab75446a793d5b3602115
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Tue Sep 27 18:05:05 2022 -0500

    Updating AuTest to use Proxy Verifier v2.4.2 (#9110)
    
    (cherry picked from commit 42bc196d01a2dfe4ff663d51dd3bbc5a0de77035)
---
 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 7c5fdf48c..2995da84c 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="11d9acda6639d25c9199c272e5ab84826412f627"
+expected_sha1="5962f0f1b3d4d983c4385301337cef2f"
 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 a37212091..3dfbe3369 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.4.1
+v2.4.2