From 5d22a6665ba6b780de84b398427ba87361952e57 Mon Sep 17 00:00:00 2001 From: Rodrigo Osorio Date: Mon, 14 Jun 2021 23:10:46 +0200 Subject: security/sshguard: Upgrade to 2.4.2 Major changes: * Recognize rejections from Postfix's postscreen daemon * The parser can now be changed using the PARSER and POST_PARSER options * Remove some false positive attack signatures for SSH and Cyrus * Adjust log verbosity of some log messages * The firewalld backend now uses firewall-cmd instead of iptables to flush block lists Full changelog : https://bitbucket.org/sshguard/sshguard/src/v2.4.2/CHANGELOG.rst PR: 256575 Reported by: Approved by: Kevin Zheng (maintainer) --- security/sshguard/files/patch-src_sshguard.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'security/sshguard/files/patch-src_sshguard.in') diff --git a/security/sshguard/files/patch-src_sshguard.in b/security/sshguard/files/patch-src_sshguard.in index 6881e162028f..0a73967144a5 100644 --- a/security/sshguard/files/patch-src_sshguard.in +++ b/security/sshguard/files/patch-src_sshguard.in @@ -1,10 +1,10 @@ ---- src/sshguard.in.orig 2019-05-23 22:25:17 UTC +--- src/sshguard.in.orig 2021-06-06 14:54:07 UTC +++ src/sshguard.in -@@ -97,14 +97,8 @@ elif [ -z "$tailcmd" ]; then +@@ -98,14 +98,8 @@ elif [ -z "$tailcmd" ]; then exit 1 fi --if [ ! -z "$PID_FILE" ]; then +-if [ -n "$PID_FILE" ]; then - if [ ! -e "$PID_FILE" ]; then - echo "$$" > $PID_FILE - else @@ -15,5 +15,5 @@ +# Already checked by rc(8) +echo "$$" > $PID_FILE - # Make sure to kill entire process group (subshell) on exit/interrupts. - trap "clean_and_exit" INT TERM + # Select PARSER from configuration file or use default. Add POST_PARSER from + # configuration file if it exists. -- cgit v1.2.3