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 24c0fe072 MINIFICPP-2843 Retry downloading test llamacpp models in 
case of failure (#2197)
     new 04aaea89f MINIFICPP-2848 Fix zlib build in debug mode on Windows
     new af7e2d9d7 MINIFICPP-2847 Allow nifi.c2.rest.path.base to end with 
slash character
     new 0300a77c8 MINIFICPP-2821 Enable the remaining extensions in the Conan 
build
     new 6379fc568 MINIFICPP-2823 Fix build with gcc 16

The 4 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/PULL_REQUEST_TEMPLATE.md                   |  6 +--
 CMakeLists.txt                                     |  4 +-
 cmake/BundledAwsSdkCpp.cmake                       |  7 ++--
 cmake/BundledOpenSSL.cmake                         |  2 +
 run_shellcheck.sh => cmake/GetLua.cmake            | 12 +++---
 cmake/GetOpenSSL.cmake                             | 21 ++++++-----
 packaging/CMakeLists.txt => cmake/GetSol2.cmake    | 11 +++---
 cmake/Lua.cmake                                    |  3 +-
 cmake/MiNiFiOptions.cmake                          |  2 +
 cmake/Sol2.cmake                                   |  6 ++-
 cmake/ZLIB.cmake                                   |  8 +++-
 conanfile.py                                       |  8 ++--
 .../include/core/RepositoryMetricsSource.h         |  1 +
 .../cpp-extension-lib/libtest/CMakeLists.txt       |  2 +-
 extensions/lua/CMakeLists.txt                      | 10 ++---
 extensions/lua/tests/CMakeLists.txt                |  1 -
 extensions/systemd/libwrapper/LibWrapper.h         |  1 +
 libminifi/src/c2/C2Agent.cpp                       |  3 ++
 .../minifi-cpp/core/RepositoryMetricsSource.h      |  1 +
 thirdparty/aws-sdk-cpp/aws-c-cal.patch             |  2 +-
 thirdparty/aws-sdk-cpp/bundle-openssl.patch        | 43 ----------------------
 thirdparty/aws-sdk-cpp/dll-export-injection.patch  |  2 +-
 thirdparty/aws-sdk-cpp/s2n.patch                   |  8 ++--
 23 files changed, 68 insertions(+), 96 deletions(-)
 copy run_shellcheck.sh => cmake/GetLua.cmake (77%)
 mode change 100755 => 100644
 copy packaging/CMakeLists.txt => cmake/GetSol2.cmake (77%)
 delete mode 100644 thirdparty/aws-sdk-cpp/bundle-openssl.patch

Reply via email to