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 file
Patch File delta Description
01 disable inetaddresstestcase.patch | (download)

src/test/cpp/helpers/CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 disable tests that needs network.
02 disable flaky multithreadtest.patch | (download)

src/test/cpp/rolling/CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
src/test/cpp/xml/xmllayouttest.cpp | 49 49 + 0 - 0 !
2 files changed, 53 insertions(+), 4 deletions(-)

 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 !
src/site/markdown/change-report-gh.md | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 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 !
src/test/cpp/jsonlayouttest.cpp | 14 14 + 0 - 0 !
2 files changed, 37 insertions(+), 29 deletions(-)

 escape control characters in jsonlayout data (#512)