]> git.ipfire.org Git - ipfire-2.x.git/commit
logwatch: Fixes bug13762 - ssh logins not shown on Log Summary page
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 28 Aug 2024 10:04:46 +0000 (12:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Sep 2024 14:16:43 +0000 (14:16 +0000)
commit0953f7f0ea39ef5f1e1531dca3e6aea3c41df142
treefb2ac1b00bb96b65a0a25856d7690281a030ed92
parent90227a65b4acfcb8877ad6ff519a85c3b768ff84
logwatch: Fixes bug13762 - ssh logins not shown on Log Summary page

- Due to the update of openssh to version 9.8 in CU187, logwatch no longer found the sshd
   login data from the messages log as the daemon was changed to sshd-session.
- Therefore the daily logwatch files were missing the sshd information in them.
- A patch to add support for openssh-9.8 sshd-session and port info has been merged into
   the logwatch git system and will be included into the next released version of logwatch
- Update logwatch from version 7.8 to 7.11 and add patch for openssh-9.8 support.
- Update the previous three logwatch patches for version 7.11
- Tested on my vm testbed. Confirmed that logwatch now includes back the sshd information
   into the Log Summary page.
- When logwatch is updated to version 7.12 then the openssh-9.8 support patch will be able
   to be removed.

Fixes: bug13762
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/logwatch
lfs/logwatch
src/patches/logwatch/logwatch-7.11-Added-support-for-OpenSSH-9.8-sshd-session-and-port-number.patch [new file with mode: 0644]
src/patches/logwatch/logwatch-7.11-date_manip6.patch [moved from src/patches/logwatch/logwatch-7.3.6-date_manip6.patch with 61% similarity]
src/patches/logwatch/logwatch-7.11-disable_iptables.patch [new file with mode: 0644]
src/patches/logwatch/logwatch-7.11-enable-mdadm-sudo.patch [moved from src/patches/logwatch/logwatch-7.6-enable-mdadm-sudo.patch with 71% similarity]
src/patches/logwatch/logwatch-7.6-disable_iptables.patch [deleted file]