Bug 219409 - security/SSHGuard Out of Date
Summary: security/SSHGuard Out of Date
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-19 20:53 UTC by johnllyon
Modified: 2017-07-20 15:41 UTC (History)
3 users (show)

See Also:


Attachments
Update to 2.0.0 (10.64 KB, patch)
2017-07-20 15:02 UTC, Dan McGregor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description johnllyon 2017-05-19 20:53:47 UTC
The current version of SSHGuard is 2.0.0, which includes some FreeBSD specific bug fixes for the IPFW backend when using FreeBSD 11.  (See https://www.sshguard.net/litenewz/feeds/14) However, the version in ports is still at version 1.7.1.
Comment 1 Dan McGregor 2017-07-20 15:02:03 UTC
Created attachment 184549 [details]
Update to 2.0.0

I attached a patch that updates to 2.0.0. While here it removes the slave ports, because sshguard upstream can install all firewall back-ends. So the main port now installs the backends for hosts, null, ipfw, and pf.. the ones that actually work on FreeBSD, and enables the null backend by default. It also modifies the MOVED file to point the old ports at the main port, its date may need to be updated, though.

I've been testing this pretty extensively with the ipfw backend. It seems pretty solid.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-20 15:34:37 UTC
A commit references this bug:

Author: feld
Date: Thu Jul 20 15:34:10 UTC 2017
New revision: 446263
URL: https://svnweb.freebsd.org/changeset/ports/446263

Log:
  security/sshguard: Update to 2.0.0

  PR:		219409

Changes:
  head/MOVED
  head/security/Makefile
  head/security/sshguard/Makefile
  head/security/sshguard/distinfo
  head/security/sshguard/files/patch-examples-sshguard.conf.sample
  head/security/sshguard/files/patch-src-sshguard.in
  head/security/sshguard/files/pkg-message.in
  head/security/sshguard/files/sshguard.in
  head/security/sshguard/pkg-plist
Comment 3 Mark Felder freebsd_committer freebsd_triage 2017-07-20 15:36:10 UTC
Thanks for your submission and for taking maintainership, Dan!
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-07-20 15:41:45 UTC
A commit references this bug:

Author: feld
Date: Thu Jul 20 15:40:52 UTC 2017
New revision: 446264
URL: https://svnweb.freebsd.org/changeset/ports/446264

Log:
  These ports were not deleted with my previous commit as intended

  PR:		219409

Changes:
  head/security/sshguard-ipfw/
  head/security/sshguard-null/
  head/security/sshguard-pf/