aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2008-07-28 15:35:02 +0800
committerlwhsu <lwhsu@FreeBSD.org>2008-07-28 15:35:02 +0800
commit89c4841acf08c9d6b549b2d4bcb084f6387a887d (patch)
treef994c29410d97dd803814e1eee4f2c86873edd25
parent29619a7bc5fbc17ed4082eac3f643af9d10d532e (diff)
downloadfreebsd-ports-gnome-89c4841acf08c9d6b549b2d4bcb084f6387a887d.tar.gz
freebsd-ports-gnome-89c4841acf08c9d6b549b2d4bcb084f6387a887d.tar.zst
freebsd-ports-gnome-89c4841acf08c9d6b549b2d4bcb084f6387a887d.zip
- Install man page to ${MANPREFIX}/man . Thanks to pav@ for notification
- Update description reflecting additions of version 1.1 PR: ports/126001 Submitted by: Mij <mij AT bitchx.it> (maintainer)
-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