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

laiyingchun pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


    from adebc84f2 [python] allow adding trusted CA certs when using JWT
     new b0cabf04f KUDU-3479 Put some patches back into LLVM 11
     new 71f1f77e5 [build-support] unset *_proxy env variables for Python tests
     new 239fc1200 [jwt] switching JWT verification to KeyBasedJwtVerifier
     new d5699adec [webserver] handlers for application/octet-stream content
     new 3c69a1439 [java] allow adding CA certs to the client's trust chain
     new cd9a7eb74 [docs] fix instructions for building Kudu on SLES
     new 214cb41bd [security] handle BIO_new
     new b5b87bfd1 [tools] remove the duplicated function GetReplicas
     new f2c337011 KUDU-3475: Update to the most recent sse2neon.h
     new 39e34a35f KUDU-3474: Add zlib as dependency of libunwind for ARM
     new 431e13bd7 [thirdparty] upgrade libunwind to 1.6.2
     new 89e8d3daa [tablet] GC ancient, fully deleted rowsets without live row 
count stats
     new ef7dc410c [build] Update libraries to be excluded in SLES15 SP4
     new 9fff4e3ed Make dep_extract.py work with Python3
     new 837a0857d Fix OpenSSL3 FIPS_mode() issue on RHEL9.1

The 15 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                                     |     8 +-
 build-support/dep_extract.py                       |     3 +
 build-support/jenkins/build-and-test.sh            |    13 +-
 build-support/lint.sh                              |     4 +-
 .../relocate_binaries_for_mini_cluster.py          |     6 +-
 docs/installation.adoc                             |    33 +-
 .../org/apache/kudu/client/AsyncKuduClient.java    |    27 +-
 .../java/org/apache/kudu/client/KuduClient.java    |    14 +-
 .../java/org/apache/kudu/client/Negotiator.java    |    59 +-
 .../org/apache/kudu/client/SecurityContext.java    |     9 +-
 .../org/apache/kudu/client/TestKuduClient.java     |    14 +
 .../org/apache/kudu/client/TestNegotiation.java    |   245 +-
 .../java/org/apache/kudu/test/KuduTestHarness.java |    11 +
 .../apache/kudu/test/cluster/MiniKuduCluster.java  |    63 +-
 .../org/apache/kudu/test/TestMiniKuduCluster.java  |    60 +-
 src/kudu/integration-tests/security-itest.cc       |   126 +-
 src/kudu/master/master_path_handlers.cc            |    32 +-
 src/kudu/master/master_path_handlers.h             |     8 +-
 src/kudu/mini-cluster/external_mini_cluster.cc     |    16 +-
 src/kudu/mini-cluster/external_mini_cluster.h      |     6 +
 src/kudu/mini-cluster/webui_checker.h              |     2 +
 src/kudu/rpc/messenger.cc                          |     2 -
 src/kudu/rpc/negotiation-test.cc                   |    10 +-
 src/kudu/security/cert.cc                          |     3 +
 src/kudu/security/cert.h                           |     1 -
 src/kudu/security/crypto.cc                        |     6 +-
 src/kudu/security/tls_handshake.cc                 |    10 +-
 src/kudu/server/server_base.cc                     |     9 +-
 src/kudu/server/webserver-test.cc                  |    19 +-
 src/kudu/server/webserver.cc                       |    55 +-
 src/kudu/server/webserver.h                        |    23 +-
 src/kudu/tablet/delta_tracker.cc                   |    14 +
 src/kudu/tablet/delta_tracker.h                    |     5 +
 src/kudu/tablet/diskrowset-test-base.h             |     2 +-
 src/kudu/tablet/diskrowset-test.cc                 |    64 +
 src/kudu/tablet/diskrowset.cc                      |    19 +-
 src/kudu/tablet/diskrowset.h                       |    12 +-
 src/kudu/tablet/tablet.cc                          |    12 +-
 src/kudu/tablet/tablet_history_gc-test.cc          |    51 +-
 src/kudu/tools/tool_action_common.cc               |     4 +
 src/kudu/tools/tool_action_remote_replica.cc       |    21 -
 src/kudu/util/jwt-util-test.cc                     |     6 +-
 src/kudu/util/jwt-util.cc                          |    37 +-
 src/kudu/util/jwt-util.h                           |    36 +-
 src/kudu/util/jwt.h                                |     2 +-
 src/kudu/util/mini_oidc.cc                         |    39 +-
 src/kudu/util/mini_oidc.h                          |    11 +
 src/kudu/util/openssl_util.cc                      |     5 +-
 src/kudu/util/openssl_util.h                       |     9 +
 src/kudu/util/openssl_util_bio.h                   |     3 +
 src/kudu/util/sse2neon.h                           | 11355 ++++++++++++++-----
 src/kudu/util/web_callback_registry.h              |    12 +-
 thirdparty/build-thirdparty.sh                     |     9 +-
 thirdparty/download-thirdparty.sh                  |     6 +-
 ...vm-remove-cyclades-inclusion-in-sanitizer.patch |    64 +-
 thirdparty/vars.sh                                 |     2 +-
 56 files changed, 9674 insertions(+), 3023 deletions(-)

Reply via email to