[92194] trunk/dports/net

pixilla at macports.org pixilla at macports.org
Sat Apr 21 11:16:18 PDT 2012


Revision: 92194
          https://trac.macports.org/changeset/92194
Author:   pixilla at macports.org
Date:     2012-04-21 11:16:16 -0700 (Sat, 21 Apr 2012)
Log Message:
-----------
net/sshguard-ipfw:
- Take advantage of maintainer timeout.
- Add PortGroup obsolete.
- Add replaced_by sshguard
net/sshguard:
- Remove conflicts sshguard-ipfw

Modified Paths:
--------------
    trunk/dports/net/sshguard/Portfile
    trunk/dports/net/sshguard-ipfw/Portfile

Modified: trunk/dports/net/sshguard/Portfile
===================================================================
--- trunk/dports/net/sshguard/Portfile	2012-04-21 17:43:13 UTC (rev 92193)
+++ trunk/dports/net/sshguard/Portfile	2012-04-21 18:16:16 UTC (rev 92194)
@@ -4,7 +4,6 @@
 PortSystem 1.0
 
 name                sshguard
-conflicts           sshguard-ipfw
 version             1.5
 revision            1
 categories          net security

Modified: trunk/dports/net/sshguard-ipfw/Portfile
===================================================================
--- trunk/dports/net/sshguard-ipfw/Portfile	2012-04-21 17:43:13 UTC (rev 92193)
+++ trunk/dports/net/sshguard-ipfw/Portfile	2012-04-21 18:16:16 UTC (rev 92194)
@@ -1,39 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+
+replaced_by         sshguard
+PortGroup           obsolete 1.0
+
 name                sshguard-ipfw
 version             1.4
+revision            1
 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}'`"
+license             BSD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120421/3d53fa9c/attachment.html>


More information about the macports-changes mailing list