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

martinzink pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    from fafb1f955 Bump commons-io:commons-io
     new 48bebcd6c MINIFICPP-2476 Upgrade OpenSSL to 3.3.2
     new 8c9c1a9ae MINIFICPP-2472 msi: fix install scope, should be per machine
     new 6c0979ff4 MINIFICPP-2464 Drop the GPS extension

The 3 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/ci.yml            |   9 +--
 Extensions.md                       |   4 +-
 PROCESSORS.md                       |  24 -------
 README.md                           |   9 ---
 Windows.md                          |   2 +-
 aptitude.sh                         |   2 -
 arch.sh                             |   2 -
 bootstrap.sh                        |   3 -
 bootstrap/package_manager.py        |   7 +-
 bootstrap/system_dependency.py      |   2 -
 bstrp_functions.sh                  |   2 -
 centos.sh                           |   6 +-
 cmake/BundledOpenSSL.cmake          |   8 +--
 cmake/DockerConfig.cmake            |   1 -
 cmake/FindLibGPS.cmake              |  55 ---------------
 cmake/MiNiFiOptions.cmake           |   1 -
 darwin.sh                           |   2 -
 debian.sh                           |   2 -
 docker/Dockerfile                   |   2 -
 docker/centos/Dockerfile            |   3 +-
 docker/rockylinux/Dockerfile        |   5 +-
 extensions/gps/CMakeLists.txt       |  39 -----------
 extensions/gps/GetGPS.cpp           | 135 ------------------------------------
 extensions/gps/GetGPS.h             |  90 ------------------------
 extensions/gps/tests/CMakeLists.txt |  34 ---------
 extensions/gps/tests/GPSTests.cpp   |  84 ----------------------
 fedora.sh                           |   2 -
 msi/WixWin.wsi.in                   |   2 +-
 rheldistro.sh                       |  39 +----------
 suse.sh                             |  12 +---
 30 files changed, 20 insertions(+), 568 deletions(-)
 delete mode 100644 cmake/FindLibGPS.cmake
 delete mode 100644 extensions/gps/CMakeLists.txt
 delete mode 100644 extensions/gps/GetGPS.cpp
 delete mode 100644 extensions/gps/GetGPS.h
 delete mode 100644 extensions/gps/tests/CMakeLists.txt
 delete mode 100644 extensions/gps/tests/GPSTests.cpp

Reply via email to