aboutsummaryrefslogtreecommitdiff
path: root/security/sshguard
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-10-13 01:14:26 +0000
committerMark Felder <feld@FreeBSD.org>2015-10-13 01:14:26 +0000
commitcb8c6774123b57260b72ffafcaaebae53dbf8b1e (patch)
tree968f39b692f1db1e9d0aa01c13f55e5a4ced4510 /security/sshguard
parent481f66bd216c6811ff6496f5b4c7301788eeca41 (diff)
downloadports-cb8c6774123b57260b72ffafcaaebae53dbf8b1e.tar.gz
ports-cb8c6774123b57260b72ffafcaaebae53dbf8b1e.zip
Notes
Diffstat (limited to 'security/sshguard')
-rw-r--r--security/sshguard/Makefile8
-rw-r--r--security/sshguard/distinfo4
-rw-r--r--security/sshguard/files/pkg-message.in12
3 files changed, 9 insertions, 15 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile
index 2586b192345d..93092282be7e 100644
--- a/security/sshguard/Makefile
+++ b/security/sshguard/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sshguard
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.2
PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION}
@@ -26,17 +26,19 @@ CONFIGURE_ARGS+=--with-firewall=${SSHGUARDFW}
SUB_LIST+= PKGMSG_FWBLOCK=${PKGMSG_FWBLOCK}
SUB_FILES= pkg-message
-# backend type in { hosts, ipfw, pf }
+# backend type in { hosts, ipfw, null, pf }
SSHGUARDFW?= hosts
.if ${SSHGUARDFW} == pf
PKGMSG_FWBLOCK=" To activate or configure PF see http://sshguard.sf.net/doc/setup/blockingpf.html"
.elif ${SSHGUARDFW} == ipfw
-PKGMSG_FWBLOCK=" Verify that IPFW is active with \"ipfw show\"."
+PKGMSG_FWBLOCK=" IPFW support has been rewritten. Sshguard will now add entries to table 22."
.elif ${SSHGUARDFW} == hosts
PKGMSG_FWBLOCK=" Sshguard is going to use /etc/hosts.allow. Please remember to touch /etc/hosts.allow\!"
.elif ${SSHGUARDFW} == ipfilter
PKGMSG_FWBLOCK=" Sshguard will use /etc/ipf.rules as ruleset."
+.elif ${SSHGUARDFW} == null
+PKGMSG_FWBLOCK=" Sshguard null backend requires you provide your own script with the \"-e\" argument."
.endif
.include <bsd.port.mk>
diff --git a/security/sshguard/distinfo b/security/sshguard/distinfo
index 05e3500bf402..5c30328818ee 100644
--- a/security/sshguard/distinfo
+++ b/security/sshguard/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sshguard-1.6.1.tar.xz) = f431899c20fa2f41fa293605af96ff97d44823b84db41c914ee60da44f1ff6c8
-SIZE (sshguard-1.6.1.tar.xz) = 416088
+SHA256 (sshguard-1.6.2.tar.xz) = 57f56724f475e81bbe5fc75dfcb573213bf7e446d7dd039dcf5ba8fa5bc2cb2b
+SIZE (sshguard-1.6.2.tar.xz) = 405092
diff --git a/security/sshguard/files/pkg-message.in b/security/sshguard/files/pkg-message.in
index 1410db47fdde..07566e277481 100644
--- a/security/sshguard/files/pkg-message.in
+++ b/security/sshguard/files/pkg-message.in
@@ -3,16 +3,8 @@
%%PKGMSG_FWBLOCK%%
- If you would like to use sshguard via syslogd, add an entry to your
- /etc/syslog.conf like the following:
-
- auth.info;authpriv.info |exec %%PREFIX%%/sbin/sshguard
-
- and use "/etc/rc.d/syslogd reload" to activate it. Note, you can add
- additional arguments to the sshguard command if you so desire.
-
- Alternatively, you can also start sshguard as a daemon by using the
+ You can start sshguard as a daemon by using the
rc.d script installed at %%PREFIX%%/etc/rc.d/sshguard .
- See sshguard(8) and http://sshguard.sourceforge.net for additional info.
+ See sshguard(8) and http://www.sshguard.net/docs/setup for additional info.
##########################################################################