You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/06/02 18:08:21 UTC

[couchdb] branch replicator_security_warnings updated (d4d6f9cab -> 8caabed5f)

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

rnewson pushed a change to branch replicator_security_warnings
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit d4d6f9cab rename option to 'valid_endpoint_protocols_log'
    omit c46fc0b0a Add optional logging of security issues when replicating
     add 79b2b7c11 Revert "Bump requests from 2.27.1 to 2.31.0 in /src/mango"
     add 4cfdf3062 Fix warning: variable bound multiple times
     add 6194cfc68 Git ignore mango .hypothesis directory
     add a4bbb87d1 Remove excl_archive_filters
     add b7de21f46 Support OTP 26 base64 decode error
     add 7f13f640c Sort lists from maps
     add 453c698a5 Convert `term_to_binary` to `?term_to_bin`
     add bf5868890 Merge pull request #4581 from apache/otp-26-compat
     add f7db54c41 Rename NonRep -> Local and merge_conflicts -> replicated_changes
     add 0bc0839ac Add OTP 26 to pull request CI list
     add c75c31d38 Handle replicator instance start time during upgrades better
     add 1a45bc211 Use xxHash for couch_file document and attachment summary checksums
     add c742d9c7c Fix purge infos replicating to the wrong shards during shard splitting.
     add 8b6b3e9b3 Fix typo POST -> PUT
     add 0fa9a07f0 Add extra assert in flaky couch_file test
     add e996fa07b Fix prometheus to survive mem3_sync termination
     add 416c1cd8d TLS: add `{verify, verify_peer}` to enable verification
     add ca3e93e8f Add optional logging of security issues when replicating
     add c16caa697 rename option to 'valid_endpoint_protocols_log'
     add 8caabed5f spawn security checker in the main job and handle its exit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d4d6f9cab)
            \
             N -- N -- N   refs/heads/replicator_security_warnings (8caabed5f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   3 +-
 Makefile                                           |   2 +-
 build-aux/Jenkinsfile.pr                           |   2 +-
 configure                                          |  27 ---
 dev/remsh-tls                                      |   8 +-
 dev/run                                            |  36 +++-
 rel/overlay/bin/remsh                              |   2 +-
 rel/overlay/etc/default.ini                        |   5 +
 rel/reltool.config                                 |   1 -
 src/chttpd/src/chttpd.erl                          |   2 +-
 src/chttpd/src/chttpd_misc.erl                     |   2 +-
 src/couch/include/couch_db.hrl                     |   1 +
 src/couch/priv/stats_descriptions.cfg              |   4 +
 src/couch/src/couch_db.erl                         |  26 +--
 src/couch/src/couch_db_split.erl                   |  47 +++--
 src/couch/src/couch_db_updater.erl                 |  40 ++--
 src/couch/src/couch_file.erl                       | 129 ++++++++++---
 src/couch/src/couch_native_process.erl             |   2 +-
 src/couch/src/couch_query_servers.erl              |   2 +-
 src/couch/test/eunit/couch_file_tests.erl          | 182 +++++++++++++++++-
 src/couch/test/eunit/couch_flags_config_tests.erl  |   2 +-
 src/couch_dist/.gitignore                          |   4 +
 src/couch_dist/README.md                           | 162 ++++++++++++++++
 src/couch_dist/certs/certs                         |  11 ++
 src/couch_dist/certs/certs.exs                     | 209 +++++++++++++++++++++
 src/couch_dist/certs/parse_cert.escript            |   8 +
 src/couch_dist/gen_certs                           |  43 +++++
 src/couch_epi/src/couch_epi.hrl                    |   3 +
 src/couch_epi/src/couch_epi_util.erl               |   4 +-
 src/couch_log/src/couch_log_formatter.erl          |  14 +-
 src/couch_log/src/couch_log_trunc_io.erl           |   2 +-
 .../test/eunit/couch_log_formatter_test.erl        |   5 +-
 src/couch_mrview/src/couch_mrview.erl              |   2 +-
 src/couch_mrview/src/couch_mrview_util.erl         |   8 +-
 .../src/couch_prometheus_server.erl                |  14 +-
 .../test/eunit/couch_prometheus_e2e_tests.erl      |  16 +-
 src/couch_pse_tests/src/cpse_util.erl              |   4 +-
 src/couch_replicator/src/couch_replicator.erl      |   1 -
 .../src/couch_replicator_doc_processor.erl         |   1 -
 src/couch_replicator/src/couch_replicator_ids.erl  |   2 +-
 .../src/couch_replicator_scheduler_job.erl         |  25 ++-
 .../src/couch_replicator_utils.erl                 |  12 +-
 src/ddoc_cache/src/ddoc_cache_value.erl            |   4 +-
 src/docs/src/api/ddoc/render.rst                   |   2 +-
 src/docs/src/cluster/tls_erlang_distribution.rst   |  53 ++++--
 src/docs/src/config/couchdb.rst                    |  17 ++
 src/dreyfus/src/dreyfus_index.erl                  |   2 +-
 src/fabric/src/fabric_view_changes.erl             |   2 +-
 src/mango/requirements.txt                         |   5 +-
 src/mango/src/mango_idx.erl                        |   2 +-
 src/mem3/src/mem3_hash.erl                         |   3 +-
 src/mem3/src/mem3_rep.erl                          |  69 +++++--
 src/mem3/src/mem3_reshard_job.erl                  |  13 ++
 src/mem3/src/mem3_util.erl                         |   2 +-
 src/mem3/test/eunit/mem3_reshard_test.erl          | 108 ++++++++++-
 src/nouveau/src/nouveau_util.erl                   |   2 +-
 src/smoosh/src/smoosh_persist.erl                  |   3 +-
 57 files changed, 1166 insertions(+), 196 deletions(-)
 create mode 100644 src/couch_dist/.gitignore
 create mode 100644 src/couch_dist/README.md
 create mode 100755 src/couch_dist/certs/certs
 create mode 100644 src/couch_dist/certs/certs.exs
 create mode 100755 src/couch_dist/certs/parse_cert.escript
 create mode 100755 src/couch_dist/gen_certs