aboutsummaryrefslogtreecommitdiff
path: root/security/sshguard
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-07-28 07:35:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-07-28 07:35:02 +0000
commit816944516073dde0e0b5c1ab176c27704d5dffda (patch)
treeaf38348ed142fcf688c4aa2c64d1d8eb69eb8911 /security/sshguard
parent7f47f4c010afb78338b31a6dab3c1e08d67c46be (diff)
downloadports-816944516073dde0e0b5c1ab176c27704d5dffda.tar.gz
ports-816944516073dde0e0b5c1ab176c27704d5dffda.zip
Notes
Diffstat (limited to 'security/sshguard')
-rw-r--r--security/sshguard/Makefile5
-rw-r--r--security/sshguard/pkg-descr16
2 files changed, 13 insertions, 8 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile
index e4fa789e1299..0a16d5be5568 100644
--- a/security/sshguard/Makefile
+++ b/security/sshguard/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sshguard
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +19,6 @@ CONFLICTS?= sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.*
PLIST_FILES= sbin/sshguard
-MANPREFIX= ${PREFIX}/share
MAN8= sshguard.8
MANCOMPRESSED= no
USE_BZIP2= yes
@@ -37,6 +37,9 @@ SSHGUARDFW?= hosts
CONFIGURE_ARGS+= --prefix=${PREFIX}
.endif
+# set path for manpages
+CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man
+
.if ${SSHGUARDFW} == pf
PKGMSG_FWBLOCK=" To activate or configure PF see http://sshguard.sf.net/doc/setup/blockingpf.html"
.elif ${SSHGUARDFW} == ipfw
diff --git a/security/sshguard/pkg-descr b/security/sshguard/pkg-descr
index 6b077a154aba..e10cb4081a63 100644
--- a/security/sshguard/pkg-descr
+++ b/security/sshguard/pkg-descr
@@ -1,12 +1,14 @@
-Sshguard monitors ssh servers from their logging activity. It reacts to messages
+Sshguard monitors services from their logging activity. It reacts to messages
about dangerous activity by blocking the source address with the local firewall.
-Sshguard can operate all the major firewalling systems:
-* PF (OpenBSD, FreeBSD, NetBSD, DragonFly BSD)
-* netfilter/iptables (Linux)
-* IPFIREWALL/ipfw (FreeBSD, Mac OS X)
+Sshguard employs a clever parser that can recognize several logging formats at
+once transparently (syslog, syslog-ng, metalog, multilog, raw messages), and
+detects attacks for many services out of the box, including SSH, FreeBSD's
+ftpd and dovecot. It can operate all the major firewalling systems, including
+PF, netfilter/iptables, IPFIREWALL/ipfw, IPFILTER.
-Sshguard is reliable, easy to set up and demands very few resources to the
-system.
+Sshguard has several relevant features like support for IPv6, whitelisting,
+suspension, log message authentication. It is reliable, easy to set up and
+demands very few resources to the system.
WWW: http://sshguard.sourceforge.net