notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/sshguard/distinfo

Number of commits found: 24

Monday, 6 Nov 2023
11:36 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Chris Moerz
security/sshguard: fix logging of entries with hostnames

With work from martin@lispworks.com

PR:		272249
Reported by:	martin@lispworks.com
Approved by:	kevinz5000@gmail.com (maintainer)
commit hash: efda5c514648db7c2bbacaa7a57dfa946dd9f054 commit hash: efda5c514648db7c2bbacaa7a57dfa946dd9f054 commit hash: efda5c514648db7c2bbacaa7a57dfa946dd9f054 commit hash: efda5c514648db7c2bbacaa7a57dfa946dd9f054 efda5c5
Monday, 14 Jun 2021
21:20 Rodrigo Osorio (rodrigo) search for other commits by this committer
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)
commit hash: 5d22a6665ba6b780de84b398427ba87361952e57 commit hash: 5d22a6665ba6b780de84b398427ba87361952e57 commit hash: 5d22a6665ba6b780de84b398427ba87361952e57 commit hash: 5d22a6665ba6b780de84b398427ba87361952e57 5d22a66
Saturday, 15 Aug 2020
19:31 swills search for other commits by this committer
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)
Original commitRevision:545060 
Saturday, 6 Jul 2019
15:33 adamw search for other commits by this committer
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
Original commitRevision:505999 
Monday, 1 Jul 2019
17:56 adamw search for other commits by this committer
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
Original commitRevision:505626 
Sunday, 30 Jun 2019
19:50 swills search for other commits by this committer
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)
Original commitRevision:505456 
Friday, 29 Mar 2019
12:24 garga search for other commits by this committer
security/sshguard: Update to 2.3.1

PR:		236496
Approved by:	maintainer timeout (> 2 weeks)
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:497110 
Friday, 28 Sep 2018
11:20 garga search for other commits by this committer
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)
Original commitRevision:480853 
Thursday, 18 Jan 2018
01:15 dbaio search for other commits by this committer
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)
Original commitRevision:459308 
Thursday, 20 Jul 2017
15:34 feld search for other commits by this committer
security/sshguard: Update to 2.0.0

PR:		219409
Original commitRevision:446263 
Monday, 9 Jan 2017
21:50 feld search for other commits by this committer
security/sshguard: Update to 1.7.1
Original commitRevision:431035 
Friday, 26 Aug 2016
21:07 feld search for other commits by this committer
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

Removed
    Remove external hooks (-e option)
    Remove support for genfilt and ipfilter backends

Fixed
    Accept socklog messages without a timestamp
    Fix excessive logging causing endless looping in logsuck
    Fix undefined assignment of initial inode number

Note on deprecation: Deprecated features will be removed in the next
non-bugfix release. If you would like to nominate a feature to be
un-deprecated, contact the project mailing list.
Original commitRevision:420950 
Monday, 2 May 2016
16:26 feld search for other commits by this committer
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
    - Fix bashisms in iptables backend
    - Fix size argument in inet_ntop() call
    - Remove excessive logging when polling from files
    - Keep looking for unreadable files while polling
    - Update Dovecot signature for POP3
    - Match "Connection reset" message for SSH
    - Resurrect PID file option by popular demand
    - Adjust default abuse threshold

Most notably, some default options have changed. The abuse threshold has
been reduced to 30 (3 attacks) and the initial block time has been
lowered to 2 minutes (from 7). These settings can be overridden from the
command line. Package maintainers should check their scripts.

The PID file option (-p) has been resurrected.
Original commitRevision:414461 
Tuesday, 8 Mar 2016
16:20 feld search for other commits by this committer
security/sshguard: Update to 1.6.3

Changelog:	https://sourceforge.net/p/sshguard/mailman/message/34733464/

PR:		207511
Submitted by:	<dcarmich@dcarmichael.net>
Original commitRevision:410632 
Tuesday, 13 Oct 2015
01:14 feld search for other commits by this committer
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
Original commitRevision:399172 
Saturday, 1 Aug 2015
23:24 feld search for other commits by this committer
security/sshguard: update to 1.6.1
Original commitRevision:393405 
Tuesday, 5 May 2015
01:59 feld search for other commits by this committer
Update to 1.6.0
Original commitRevision:385439 
Sunday, 12 Jun 2011
02:35 miwi search for other commits by this committer
- Update to 1.5

PR:             155607
Submitted by:   Matthias Fechner <idefix@fechner.net>
Original commit
Sunday, 10 Jan 2010
00:36 danger search for other commits by this committer
- update to 1.4

PR:             ports/142469
Approved by:    gabor, Maintainer
Original commit
Friday, 3 Oct 2008
14:28 amdmi3 search for other commits by this committer
- 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)
Original commit
Tuesday, 23 Sep 2008
18:58 amdmi3 search for other commits by this committer
- 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)
Original commit
Saturday, 26 Jul 2008
13:49 lwhsu search for other commits by this committer
- Update to 1.1

PR:             ports/125973
Submitted by:   Mij <mij AT bitchx.it> (maintainer)
Original commit
Tuesday, 12 Jun 2007
20:05 itetcu search for other commits by this committer
- 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@
Original commit
Thursday, 1 Mar 2007
01:36 clsung search for other commits by this committer
Add sshguard 0.91, protect networked hosts from brute force attacks
against ssh.

PR:             ports/109439
Submitted by:   Mij <mij at bitchx.it>
Original commit

Number of commits found: 24