This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 7ef4c0656 MINIFICPP-2547 Try to generate fipsmodule.cnf if not found
new e55676e9b MINIFICPP-2546 Allow use of MD5 algorithm in HashContent
processor in FIPS mode
new 049e126b1 MINIFICPP-2548 Dont fail flow-update when FlowController is
not running
new ad9f50e92 MINIFICPP-2549 Verify package CI with FIPS enabled
new 47f3324df MINIFICPP-2550 invokehttp: retry with attributes in headers
includes …
new 0f0d7e6f6 MINIFICPP-2551 Use correct openssl version
The 5 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:
.github/workflows/verify-package.yml | 166 ++++++---------------
cmake/BundledOpenSSL.cmake | 1 +
cmake/JoltTests.cmake | 5 +-
cmake/VerifyPackageWithDocker.cmake | 3 +
cmake/ssl/FindOpenSSL.cmake | 2 +-
docker/DockerVerify.sh | 12 ++
docker/python-verify/conda.Dockerfile | 44 ------
docker/python-verify/conda.dockerignore | 1 -
docker/python-verify/venv.Dockerfile | 32 ----
docker/python-verify/venv.dockerignore | 1 -
docker/test/integration/cluster/ContainerStore.py | 3 +
.../test/integration/cluster/DockerTestCluster.py | 9 +-
docker/test/integration/cluster/ImageStore.py | 2 +-
.../cluster/containers/MinifiContainer.py | 7 +-
.../features/MiNiFi_integration_test_driver.py | 3 +
.../test/integration/features/hashcontent.feature | 12 ++
docker/test/integration/features/https.feature | 3 +-
.../integration/features/minifi_c2_server.feature | 6 +-
.../test/integration/features/opensearch.feature | 9 +-
.../test/integration/features/prometheus.feature | 3 +-
docker/test/integration/features/s2s.feature | 12 +-
docker/test/integration/features/splunk.feature | 3 +-
docker/test/integration/features/steps/steps.py | 5 +
.../standard-processors/processors/HashContent.h | 9 +-
.../standard-processors/processors/InvokeHTTP.cpp | 10 +-
.../tests/integration/InvokeHTTPTests.cpp | 37 +++++
libminifi/src/FlowController.cpp | 3 -
utils/include/http/HTTPClient.h | 1 +
utils/src/http/HTTPClient.cpp | 6 +
29 files changed, 168 insertions(+), 242 deletions(-)
delete mode 100644 docker/python-verify/conda.Dockerfile
delete mode 100644 docker/python-verify/conda.dockerignore
delete mode 100644 docker/python-verify/venv.Dockerfile
delete mode 100644 docker/python-verify/venv.dockerignore