Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sshguard for openSUSE:Factory checked in at 2022-01-21 01:25:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sshguard (Old) and /work/SRC/openSUSE:Factory/.sshguard.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sshguard" Fri Jan 21 01:25:40 2022 rev:15 rq:947708 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sshguard/sshguard.changes 2021-12-29 21:11:16.822301495 +0100 +++ /work/SRC/openSUSE:Factory/.sshguard.new.1938/sshguard.changes 2022-01-21 01:26:20.634207235 +0100 @@ -1,0 +2,7 @@ +Thu Jan 20 14:57:19 UTC 2022 - Joop Boonen <joop.boo...@opensuse.org> + +- Deleted the iptables entries from sshguard.service as firewalld is used +- Added BACKEND="/usr/libexec/sshg-fw-firewalld" in stead of + BACKEND="/usr/libexec/sshg-fw-iptables" as firewalld is used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sshguard.spec ++++++ --- /var/tmp/diff_new_pack.ypOFTI/_old 2022-01-21 01:26:21.118203917 +0100 +++ /var/tmp/diff_new_pack.ypOFTI/_new 2022-01-21 01:26:21.126203862 +0100 @@ -1,7 +1,7 @@ # # spec file for package sshguard # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ sshguard.conf ++++++ --- /var/tmp/diff_new_pack.ypOFTI/_old 2022-01-21 01:26:21.166203587 +0100 +++ /var/tmp/diff_new_pack.ypOFTI/_new 2022-01-21 01:26:21.170203560 +0100 @@ -6,7 +6,7 @@ #### REQUIRED CONFIGURATION #### # Full path to backend executable (required, no default) -BACKEND="/usr/libexec/sshg-fw-iptables" +BACKEND="/usr/libexec/sshg-fw-firewalld" # Space-separated list of log files to monitor. Ignored if LOGREADER is set. # (optional, no default) ++++++ sshguard.service ++++++ --- /var/tmp/diff_new_pack.ypOFTI/_old 2022-01-21 01:26:21.198203368 +0100 +++ /var/tmp/diff_new_pack.ypOFTI/_new 2022-01-21 01:26:21.202203341 +0100 @@ -17,14 +17,8 @@ RestrictRealtime=true # end of automatic additions EnvironmentFile=-/etc/sshguard.conf -ExecStartPre=/usr/sbin/iptables -N sshguard -ExecStartPre=/usr/sbin/ip6tables -N sshguard ExecStart=/usr/sbin/sshguard -a $THRESHOLD -p $BLOCK_TIME -s $DETECTION_TIME -w $WHITELIST_FILE -b $BLACKLIST_FILE ExecReload=/bin/kill -HUP $MAINPID -ExecStopPost=/usr/sbin/iptables -F sshguard -ExecStopPost=/usr/sbin/ip6tables -F sshguard -ExecStopPost=/usr/sbin/iptables -X sshguard -ExecStopPost=/usr/sbin/ip6tables -X sshguard KillMode=process Restart=always