diff --git a/ports/log4cxx/portfile.cmake b/ports/log4cxx/portfile.cmake index 916dcb1cf24430..f67c3c344dce5c 100644 --- a/ports/log4cxx/portfile.cmake +++ b/ports/log4cxx/portfile.cmake @@ -1,7 +1,7 @@ vcpkg_download_distfile(ARCHIVE URLS "https://archive.apache.org/dist/logging/log4cxx/${VERSION}/apache-log4cxx-${VERSION}.tar.gz" FILENAME "apache-log4cxx-${VERSION}.tar.gz" - SHA512 6ee406314bd7ab02a46c98cc8a0d5ad5aec8928a23716a81a152775ca315cd3b950d600b2e221d5b4a88416ae9bbda1215fae43626107feea4df2f3e074303ad + SHA512 0e94946457423689af6d85074ab97b717e0cec85a4f548e6650b060e8f98b780f980b7d4a7780410fa64681376fb4bc62fab6ed9068fc944e07f9f32ac0413af ) vcpkg_extract_source_archive( diff --git a/ports/log4cxx/vcpkg.json b/ports/log4cxx/vcpkg.json index 331fec721ad306..75882b92d6f094 100644 --- a/ports/log4cxx/vcpkg.json +++ b/ports/log4cxx/vcpkg.json @@ -1,7 +1,6 @@ { "name": "log4cxx", - "version": "1.6.1", - "port-version": 1, + "version": "1.7.0", "description": "Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR", "homepage": "https://logging.apache.org/log4cxx", "license": "Apache-2.0", @@ -33,7 +32,7 @@ "description": "Allow QString values in the LOG4CXX_WARN, LOG4CXX_INFO, LOG4CXX_DEBUG etc. macros", "dependencies": [ { - "name": "qt5-base", + "name": "qtbase", "default-features": false } ] diff --git a/versions/baseline.json b/versions/baseline.json index 27d60fd1eb833d..ecfcf8ce874682 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6101,8 +6101,8 @@ "port-version": 0 }, "log4cxx": { - "baseline": "1.6.1", - "port-version": 1 + "baseline": "1.7.0", + "port-version": 0 }, "logme": { "baseline": "2.4.14", diff --git a/versions/l-/log4cxx.json b/versions/l-/log4cxx.json index bcd3cfc3941b88..a31b34fdefcd8b 100644 --- a/versions/l-/log4cxx.json +++ b/versions/l-/log4cxx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5cd7c09e1cb7f87e7d8d1b42cf6d2b0848a0b12e", + "version": "1.7.0", + "port-version": 0 + }, { "git-tree": "5c8b00c1fc97b2cd862922240686dc170692226c", "version": "1.6.1",