[64382] trunk/dports/net
dluke at macports.org
dluke at macports.org
Thu Mar 4 12:48:20 PST 2010
Revision: 64382
http://trac.macports.org/changeset/64382
Author: dluke at macports.org
Date: 2010-03-04 12:48:17 -0800 (Thu, 04 Mar 2010)
Log Message:
-----------
New port, sshguard. Fixes #22325
Added Paths:
-----------
trunk/dports/net/sshguard-ipfw/
trunk/dports/net/sshguard-ipfw/Portfile
Added: trunk/dports/net/sshguard-ipfw/Portfile
===================================================================
--- trunk/dports/net/sshguard-ipfw/Portfile (rev 0)
+++ trunk/dports/net/sshguard-ipfw/Portfile 2010-03-04 20:48:17 UTC (rev 64382)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem 1.0
+name sshguard-ipfw
+version 1.4
+categories net security
+platforms darwin
+maintainers nefar at otherware.org
+
+description Protects hosts from brute force attacks against ssh and other services using ipfw
+
+long_description Sshguard monitors services from their logging activity. It \
+ reacts to messages about dangerous activity by blocking the \
+ source address with the local firewall. \
+ \
+ 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 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.
+
+distname sshguard-${version}
+homepage http://sshguard.sourceforge.net
+master_sites sourceforge:sshguard
+checksums md5 76ec42919089c51a64df1cd5caa27e08 \
+ sha1 afd1134199ba41721b3d4032239529040e5dd367 \
+ rmd160 1a34d29d8849ea279049a8eb24ddef839dafdbf7
+use_bzip2 yes
+configure.args --with-ipfw=/sbin/ipfw --with-firewall=ipfw
+startupitem.create yes
+startupitem.start "tail -n0 -F /var/log/secure.log | ${prefix}/sbin/sshguard 2>&1 > /dev/null &"
+startupitem.stop "ps wuax | grep '\[s\]shguard$' | kill `awk '{ print \$2}'`"
Property changes on: trunk/dports/net/sshguard-ipfw/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100304/fa7883ef/attachment.html>
More information about the macports-changes
mailing list