Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2008 11:19:07 GMT
From:      Mij <mij@bitchx.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126001: [maintainer update] security/sshguard -- better positioning for man page and update description
Message-ID:  <200807271119.m6RBJ7Vo096944@www.freebsd.org>
Resent-Message-ID: <200807271120.m6RBK27c019817@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126001
>Category:       ports
>Synopsis:       [maintainer update] security/sshguard -- better positioning for man page and update description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 27 11:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mij
>Release:        
>Organization:
>Environment:
>Description:
1) move man page to ${MANPREFIX}/man instead of adapting MANPREFIX to gnu default ${PREFIX}/share/man which is out of manpath by default. Thanks pav@ for reporting.

2) update description reflecting additions of version 1.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN sshguard.old/Makefile sshguard/Makefile
--- sshguard.old/Makefile	2008-07-26 15:49:02.000000000 +0200
+++ sshguard/Makefile	2008-07-27 13:12:31.000000000 +0200
@@ -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 @@
 
 PLIST_FILES=	sbin/sshguard
 
-MANPREFIX=	${PREFIX}/share
 MAN8=		sshguard.8
 MANCOMPRESSED=	no
 USE_BZIP2=	yes
@@ -37,6 +37,9 @@
 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 -ruN sshguard.old/pkg-descr sshguard/pkg-descr
--- sshguard.old/pkg-descr	2007-03-01 02:36:56.000000000 +0100
+++ sshguard/pkg-descr	2008-07-27 13:12:31.000000000 +0200
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807271119.m6RBJ7Vo096944>