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

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


    from 2e4d641eb6 tslua.so: handle unrecognized status codes (#11272)
     new f4c885ac49 Plugin, txn_box: Fix invalid use of signed index when the 
expected is (#11241)
     new 847830b4df txn_box ramp autest reliability improvements (#11243)
     new 844398c863 Add nullptr guards in ActivityCop functions (#11266)
     new 82477dfda0 CMake. Fix yamlcpp version definition when an external yaml 
lib is set. (#11277)
     new f70ce9d6c4 RPC: Add log when handler fail yamlcpp validation on 
registration. (#11278)
     new 5abeb0edf8 lsan suppression files for ImageMagic plugins (#11282)
     new 7ebbc3bfe5 Remove reduntant link of ts:: libraries in plugins (#11283)
     new fa681070fd txn_box autests: prefix each with 'txn_box' (#11286)
     new 6dd61011eb Fedora 40: update autest output expectations (#11290)
     new 1199e24aa8 Update the build_h3_tools.sh curl version to 8.7.1 (#11291)

The 10 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:
 CMakeLists.txt                                     |  2 +-
 cmake/ExperimentalPlugins.cmake                    |  2 ++
 cmake/add_atsplugin.cmake                          |  5 ++++
 include/iocore/net/NetTimeout.h                    |  9 +++++--
 plugins/experimental/access_control/CMakeLists.txt |  2 +-
 plugins/experimental/magick/CMakeLists.txt         |  2 +-
 ....sh => image_magic_dlopen_leak_suppression.txt} | 10 +++----
 plugins/experimental/maxmind_acl/CMakeLists.txt    |  2 +-
 plugins/experimental/sslheaders/CMakeLists.txt     |  2 +-
 plugins/experimental/txn_box/plugin/src/query.cc   | 11 +++-----
 plugins/s3_auth/CMakeLists.txt                     |  2 +-
 plugins/webp_transform/CMakeLists.txt              |  2 +-
 .../image_magic_dlopen_leak_suppression.txt}       | 10 +++----
 src/api/InkAPI.cc                                  |  3 +++
 .../pluginTest/certifier/certifier.test.py         |  2 +-
 tests/gold_tests/pluginTest/compress/compress.gold | 24 ++++++++---------
 .../basic/{basic.test.py => txn_box_basic.test.py} |  0
 .../basic/{cmp.test.py => txn_box_cmp.test.py}     |  0
 .../{ip-addr.test.py => txn_box_ip-addr.test.py}   |  0
 .../basic/{mod.test.py => txn_box_mod.test.py}     |  0
 ...multi-cfg.test.py => txn_box_multi-cfg.test.py} |  0
 .../{redirect.test.py => txn_box_redirect.test.py} |  0
 .../basic/{reply.test.py => txn_box_reply.test.py} |  0
 .../basic/{rxp.test.py => txn_box_rxp.test.py}     |  0
 .../basic/{stat.test.py => txn_box_stat.test.py}   |  0
 .../{tls-cert.test.py => txn_box_tls-cert.test.py} |  0
 .../basic/{tls.test.py => txn_box_tls.test.py}     |  0
 .../basic/{tuple.test.py => txn_box_tuple.test.py} |  0
 ...txn-debug.test.py => txn_box_txn-debug.test.py} |  0
 ...txn-error.test.py => txn_box_txn-error.test.py} |  0
 ...n_open_1.test.py => txn_box_txn_open_1.test.py} |  0
 ...n_open_2.test.py => txn_box_txn_open_2.test.py} |  0
 ...n_open_3.test.py => txn_box_txn_open_3.test.py} |  0
 .../basic/{with.test.py => txn_box_with.test.py}   |  0
 ...ct_header.test.py => txn_box_ct_header.test.py} |  0
 ...ing.test.py => txn_box_accept-encoding.test.py} |  0
 ...-origin.test.py => txn_box_cors-origin.test.py} |  0
 ...errer.test.py => txn_box_cors-referrer.test.py} |  0
 .../{ip-acl.test.py => txn_box_ip-acl.test.py}     |  0
 .../prod/{mTLS.test.py => txn_box_mTLS.test.py}    |  0
 ...test.py => txn_box_query-delete-filter.test.py} |  0
 ....test.py => txn_box_query-delete-regex.test.py} |  0
 .../prod/{query.test.py => txn_box_query.test.py}  |  0
 .../{stanley.test.py => txn_box_stanley.test.py}   |  0
 .../{vznith-1.test.py => txn_box_vznith-1.test.py} |  0
 .../{yts-3489.test.py => txn_box_yts-3489.test.py} |  0
 .../pluginTest/txn_box/ramp/ramp.replay.yaml       |  4 ++-
 ...ramp-1.test.py => txn_box_multi-ramp-1.test.py} |  0
 ...ramp-2.test.py => txn_box_multi-ramp-2.test.py} |  0
 ...ramp-3.test.py => txn_box_multi-ramp-3.test.py} |  0
 .../ramp/{ramp.test.py => txn_box_ramp.test.py}    | 31 +++++++++++++++-------
 ...map-base.test.py => txn_box_remap-base.test.py} |  0
 .../{smoke-2.test.py => txn_box_smoke-2.test.py}   |  0
 .../smoke/{smoke.test.py => txn_box_smoke.test.py} |  0
 ...ic_file.test.py => txn_box_static_file.test.py} |  0
 .../tls/tls_check_dual_cert_selection.test.py      |  8 +++---
 .../tls/tls_check_dual_cert_selection2.test.py     | 12 ++++-----
 .../tls_check_dual_cert_selection_plugin.test.py   | 14 +++++-----
 tools/build_h3_tools.sh                            |  2 +-
 59 files changed, 94 insertions(+), 67 deletions(-)
 copy plugins/experimental/magick/{verify.sh => 
image_magic_dlopen_leak_suppression.txt} (71%)
 mode change 100755 => 100644
 copy plugins/{experimental/magick/verify.sh => 
webp_transform/image_magic_dlopen_leak_suppression.txt} (71%)
 mode change 100755 => 100644
 rename tests/gold_tests/pluginTest/txn_box/basic/{basic.test.py => 
txn_box_basic.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{cmp.test.py => 
txn_box_cmp.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{ip-addr.test.py => 
txn_box_ip-addr.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{mod.test.py => 
txn_box_mod.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{multi-cfg.test.py => 
txn_box_multi-cfg.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{redirect.test.py => 
txn_box_redirect.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{reply.test.py => 
txn_box_reply.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{rxp.test.py => 
txn_box_rxp.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{stat.test.py => 
txn_box_stat.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{tls-cert.test.py => 
txn_box_tls-cert.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{tls.test.py => 
txn_box_tls.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{tuple.test.py => 
txn_box_tuple.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{txn-debug.test.py => 
txn_box_txn-debug.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{txn-error.test.py => 
txn_box_txn-error.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{txn_open_1.test.py => 
txn_box_txn_open_1.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{txn_open_2.test.py => 
txn_box_txn_open_2.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{txn_open_3.test.py => 
txn_box_txn_open_3.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/basic/{with.test.py => 
txn_box_with.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/ct_header/{ct_header.test.py => 
txn_box_ct_header.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/example/{accept-encoding.test.py => 
txn_box_accept-encoding.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{cors-origin.test.py => 
txn_box_cors-origin.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{cors-referrer.test.py => 
txn_box_cors-referrer.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{ip-acl.test.py => 
txn_box_ip-acl.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{mTLS.test.py => 
txn_box_mTLS.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{query-delete-filter.test.py 
=> txn_box_query-delete-filter.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{query-delete-regex.test.py => 
txn_box_query-delete-regex.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{query.test.py => 
txn_box_query.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{stanley.test.py => 
txn_box_stanley.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{vznith-1.test.py => 
txn_box_vznith-1.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/prod/{yts-3489.test.py => 
txn_box_yts-3489.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/ramp/{multi-ramp-1.test.py => 
txn_box_multi-ramp-1.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/ramp/{multi-ramp-2.test.py => 
txn_box_multi-ramp-2.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/ramp/{multi-ramp-3.test.py => 
txn_box_multi-ramp-3.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/ramp/{ramp.test.py => 
txn_box_ramp.test.py} (54%)
 rename tests/gold_tests/pluginTest/txn_box/remap/{remap-base.test.py => 
txn_box_remap-base.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/smoke/{smoke-2.test.py => 
txn_box_smoke-2.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/smoke/{smoke.test.py => 
txn_box_smoke.test.py} (100%)
 rename tests/gold_tests/pluginTest/txn_box/static_file/{static_file.test.py => 
txn_box_static_file.test.py} (100%)

Reply via email to