non port: security/sshguard/distinfo |
SVNWeb
|
Number of commits found: 23 |
Mon, 14 Jun 2021
|
[ 21:20 Rodrigo Osorio (rodrigo) ] 5d22a66
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)
|
Sat, 15 Aug 2020
|
[ 19:31 swills ]
security/sshguard: Update to 2.4.1
PR: 248404
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Approved by: maintainer timeout (dan.mcgregor@usask.ca, multiple timeouts)
|
Sat, 6 Jul 2019
|
[ 15:33 adamw ]
sshguard: Update to 2.4.0 and fix rc(8) script
There is some strange new behaviour on the rc script in 2.4.0. It
would either hang on start, or hang on stop. A custom stop function
seemed the easiest way to achieve both.
PR: 238458
|
Mon, 1 Jul 2019
|
[ 17:56 adamw ]
Back out r505456. sshguard 2.4.0 misbehaves
SSHGuard has always exited cleanly on FreeBSD. In 2.4.0, sshguard fixed that.
It is impossible to terminate sshguard without manually killing each process.
So, apologies to everyone who's already updated, but you'll have to manually
kill all the processes:
pkill -f sshguard
pkill -f sshg-
pkill -f tail
rm /var/run/sshguard.pid
So, back this out while awaiting upstream fix.
PR: 238458
|
Sun, 30 Jun 2019
|
[ 19:50 swills ]
security/sshguard: update to 2.4.0
PR: 238458
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Approved by: maintainer timeout (dan.mcgregor@usask.ca, >2 weeks)
|
Fri, 29 Mar 2019
|
[ 12:24 garga ]
security/sshguard: Update to 2.3.1
PR: 236496
Approved by: maintainer timeout (> 2 weeks)
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Fri, 28 Sep 2018
|
[ 11:20 garga ]
Update security/sshguard to 2.2.0
While here, break some long lines, Use INSTALL_DATA to install sample config
file since it's not supposed to be changed and re-generate patches using
`make makepatch`
PR: 230861
Approved by: maintainer timeout (> 1 month)
Obtained from: pfSense
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Thu, 18 Jan 2018
|
[ 01:15 dbaio ]
security/sshguard: Update to 2.1.0
Improve descriptions, pkg-message and update WWW.
Changes: https://sourceforge.net/p/sshguard/mailman/message/36109171/
PR: 224153
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Approved by: maintainer timeout (dan.mcgregor@usask.ca, > 2 weeks)
|
Thu, 20 Jul 2017
|
[ 15:34 feld ]
security/sshguard: Update to 2.0.0
PR: 219409
|
Mon, 9 Jan 2017
|
[ 21:50 feld ]
security/sshguard: Update to 1.7.1
|
Fri, 26 Aug 2016
|
[ 21:07 feld ]
security/sshguard: Update to 1.7.0
Changelog:
Added
Add sshg-logtail
Add sshg-parser
Control firewall using sshg-fw
Match "no matching key exchange method" for SSH
Deprecated
Hosts backend is deprecated
Logsuck (-l option) is deprecated, use sshg-logtail instead
Process validation (-f option) is deprecated
(Only the first 15 lines of the commit message are shown above )
|
Mon, 2 May 2016
|
[ 16:26 feld ]
security/sshguard: Update to 1.6.4
- Add PID file support back to rc script
- Rename some rc script parameters to better align with sshguard(8)
sshguard_safety_thresh -> sshguard_danger_thresh
sshguard_pardon_min_interval -> sshguard_release_interval
sshguard_prescribe_interval -> sshguard_reset_interval
Release notes:
This release brings updated signatures, usability improvements, and bug
fixes. Highlights in this release include:
- Match Postfix pre-authentication disconnects (Only the first 15 lines of the commit message are shown above )
|
Tue, 8 Mar 2016
|
[ 16:20 feld ]
security/sshguard: Update to 1.6.3
Changelog: https://sourceforge.net/p/sshguard/mailman/message/34733464/
PR: 207511
Submitted by: <dcarmich@dcarmichael.net>
|
Tue, 13 Oct 2015
|
[ 01:14 feld ]
security/sshgaurd: Update to 1.6.2
* Remove recommendation of using syslog pipes
* IPFW support has been rewritten and entries now are added to table 22
PR: 203452
|
Sat, 1 Aug 2015
|
[ 23:24 feld ]
security/sshguard: update to 1.6.1
|
Tue, 5 May 2015
|
[ 01:59 feld ]
Update to 1.6.0
|
Sun, 12 Jun 2011
|
[ 02:35 miwi ]
- Update to 1.5
PR: 155607
Submitted by: Matthias Fechner <idefix@fechner.net>
|
Sun, 10 Jan 2010
|
[ 00:36 danger ]
- update to 1.4
PR: ports/142469
Approved by: gabor, Maintainer
|
Fri, 3 Oct 2008
|
[ 14:28 amdmi3 ]
- Update to 1.3, which also fixes build problem with autoconf
PR: 127599
Submitted by: Jeremy Johnston <jeremy at smart-serv dot net>
Suggested by: Mij <mij at bitchx dot it> (maintainer)
|
Tue, 23 Sep 2008
|
[ 18:58 amdmi3 ]
- Update to 1.2. Changes:
- support for Cyrus IMAP
- support for SSH "possible break-in attempt" messages
- updated support for dovecot to include logging format of new versions
- fix of IPF backend causing sshguard not to update /etc/ipf.rules (disallow
IPv6)
- fix detection of password when sshd doesn't log anything more than PAM
- While here, use SF macro
PR: 127456
Submitted by: Mij <mij at bitchx dot it> (maintainer)
|
Sat, 26 Jul 2008
|
[ 13:49 lwhsu ]
- Update to 1.1
PR: ports/125973
Submitted by: Mij <mij AT bitchx.it> (maintainer)
|
Tue, 12 Jun 2007
|
[ 20:05 itetcu ]
- upgrade to version 1.0
- the port is no longer interactive, it uses the default blocking backend
(hosts)
- for pf and ipfw see the new ports sshguard-[pf|ipfw]
PR: ports/112749
Submitted by: Mij (maintainer)
Reviewed by: leeym@
|
Thu, 1 Mar 2007
|
[ 01:36 clsung ]
Add sshguard 0.91, protect networked hosts from brute force attacks
against ssh.
PR: ports/109439
Submitted by: Mij <mij at bitchx.it>
|
Number of commits found: 23 |