Package: log4cxx / 1.4.0-1.1
Metadata
Package | Version | Patches format |
---|---|---|
log4cxx | 1.4.0-1.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 disable inetaddresstestcase.patch | (download) |
src/test/cpp/helpers/CMakeLists.txt |
1 0 + 1 - 0 ! |
disable tests that needs network. |
02 disable flaky multithreadtest.patch | (download) |
src/test/cpp/rolling/CMakeLists.txt |
1 0 + 1 - 0 ! |
disable multithreadtest and timebasedrollingtest Those tests are flaky, they tend to segfault. |
03 avoid doxygen logo linking.patch | (download) |
src/site/doxy/footer.html |
2 1 + 1 - 0 ! |
avoid lintian privacy breach error by removing the doxygen logo pulled by the net when showing the dokumentation |
04 cve 2025 54812 Escape any logger name or in html attribute.patch | (download) |
src/main/cpp/htmllayout.cpp |
8 4 + 4 - 0 ! |
escape any logger name '&' or '"' in html attribute data (#509) Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111879 |
05 cve 2025 54812 Escape any thread name or in html attribute.patch | (download) |
src/main/cpp/htmllayout.cpp |
4 2 + 2 - 0 ! |
escape any thread name '&' or '"' in html attribute data (#514) * Update change report [backport: Dropped unrelated changes about upstream v 1.5.0 from change-report-gh.md] |
06 cve 2025 54813 Escape control characters in JSONLayout.patch | (download) |
src/main/cpp/jsonlayout.cpp |
52 23 + 29 - 0 ! |
escape control characters in jsonlayout data (#512) |