diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2017-07-24 18:56:16 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2017-07-24 18:56:16 +0800 |
commit | 1dc2aa746727dc087a09ae8bec1802a24a40ffda (patch) | |
tree | f198c6b6b918718285cbd94d60dfc009183344c6 /UPDATING | |
parent | e27a7c194f7bf4d07203818476c07c9dd4297be9 (diff) | |
download | freebsd-ports-gnome-1dc2aa746727dc087a09ae8bec1802a24a40ffda.tar.gz freebsd-ports-gnome-1dc2aa746727dc087a09ae8bec1802a24a40ffda.tar.zst freebsd-ports-gnome-1dc2aa746727dc087a09ae8bec1802a24a40ffda.zip |
security/sshguard: Fix rc script, add UPDATING entry
sshguard usually looks at sshguard.conf for a list of files to monitor,
but lets you override it via the command line using -l arguments.
This change fixes an issue with the previous rc script which was
*always* setting the '-l' arguments even if sshguard_watch_logs wasn't
set in rc.conf.
This change also sets the defaults in the config file to match the
former defaults in the rc script, and adds an UPDATING entry to warn
of the change from default configuration via rc.conf the config file.
PR: 220906
Submitted by: Dan McGregor (maintainer)
Reported by: chris@cretaforce.gr
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170721: + AFFECTS: users of security/sshguard* + AUTHOR: dan.mcgregir@usask.ca + + security/sshguard was updated to 2.0.0, and security/sshguard-pf, + security/sshguard-ipfw, and security/sshguard-null have been merged into + security/sshguard. + + Configuration of the service is now handled in ${PREFIX}/etc/sshguard.conf. + Please select the desired backend, -null is selected by default. + + In order to upgrade from 1.7.1 change the origin to security/sshguard + + # pkg set -o security/sshguard-ipfw:security/sshguard + # pkg set -o security/sshguard-null:security/sshguard + # pkg set -o security/sshguard-pf:security/sshguard + 20170717: AFFECTS: users of devel/p5-Log-Any and devel/p5-Log-Any-Adapter-Syslog AUTHOR: eugen@FreeBSD.org |