Hi Stephen,
On Tue, 15 Oct 2024 at 06:33, Stephen Webb <[email protected]> wrote:
> Please download, test, and cast your votes on this mailing list.
>
> [ ] +1, release the artifacts
> [ ] -1, don't release, because ...
+1, release the artifacts
I ran the build on my Debian system:
piotr@migi:~$ uname -a
Linux migi 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1
(2024-02-01) x86_64 GNU/Linux
piotr@migi:~$ cat /etc/debian_version
12.7
piotr@migi:~$ LANG= apt policy libapr1 libaprutil1
libapr1:
Installed: 1.7.2-3
Candidate: 1.7.2-3
Version table:
*** 1.7.2-3 500
500 https://deb.debian.org/debian bookworm/main amd64 Packages
100 /var/lib/dpkg/status
libaprutil1:
Installed: 1.6.3-1
Candidate: 1.6.3-1
Version table:
*** 1.6.3-1 500
500 https://deb.debian.org/debian bookworm/main amd64 Packages
100 /var/lib/dpkg/status
piotr@migi:~/workspace/rc/log4cxx-1.3.0$ g++ --version
g++ (Debian 12.2.0-14) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I checked:
1. The hashes and signature of the files in SVN.
2. Ran the build and tests using both source archives. The effective
configuration was:
-- Available appenders:
-- Async Appender .................. : ON
-- ODBC Appender ................... : OFF
-- DB Appender ..................... : ON
-- SMTP Appender ................... : OFF
-- XMLSocketAppender ............... : ON
-- SocketHubAppender ............... : ON
-- SyslogAppender .................. : ON
-- Using syslog.h .................. : ON
-- TelnetAppender .................. : ON
-- NTEventLogAppender .............. : OFF
-- OutputDebugStringAppender ....... : ON
-- ConsoleAppender ................. : ON
-- FileAppender .................... : ON
-- RollingFileAppender ............. : ON
-- MultiprocessRollingFileAppender . : OFF
-- Available layouts:
-- HTMLLayout ...................... : ON
-- JSONLayout ...................... : ON
-- PatternLayout ................... : ON
-- SimpleLayout .................... : ON
-- XMLLayout ....................... : ON
-- FMTLayout ....................... : OFF
3. Verified that the files attached to
https://github.com/apache/logging-log4cxx/actions/runs/11049448312 are
the same as in the SVN repo.
Piotr