Bug 256575 - [patch] security/sshguard update to 2.4.2.
Summary: [patch] security/sshguard update to 2.4.2.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-13 12:41 UTC by Remko Catersels
Modified: 2021-06-14 21:24 UTC (History)
2 users (show)

See Also:
kevinz5000: maintainer-feedback+


Attachments
git diff to update sshguard to 2.4.2. (1.79 KB, patch)
2021-06-13 12:41 UTC, Remko Catersels
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Remko Catersels 2021-06-13 12:41:28 UTC
Created attachment 225766 [details]
git diff to update sshguard to 2.4.2.

I had some problems with 2.4.1 on 13.0-RELEASE, it failed to detect certain ssh login failures. I then noticed upstream had a newer version available. 

This git diff updates sshguard to 2.4.2, I've had it running for some time now and the problems I had with 2.4.1 seems to have disappeared. 

https://bitbucket.org/sshguard/sshguard/src/v2.4.2/CHANGELOG.rst
Comment 1 Kevin Zheng 2021-06-14 19:30:09 UTC
Looks good to me, maintainer approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-14 21:24:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d22a6665ba6b780de84b398427ba87361952e57

commit 5d22a6665ba6b780de84b398427ba87361952e57
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2021-06-14 21:10:46 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2021-06-14 21:20:14 +0000

    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:    <sirdice@gmail.com>
    Approved by:    Kevin Zheng <kevinz5000@gmail.com> (maintainer)

 security/sshguard/Makefile                    |  2 +-
 security/sshguard/distinfo                    |  6 +++---
 security/sshguard/files/patch-src_sshguard.in | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)
Comment 3 Rodrigo Osorio freebsd_committer freebsd_triage 2021-06-14 21:24:33 UTC
Committed, thanks.