diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-24 02:58:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-24 02:58:35 +0800 |
commit | d3bc1608de993ea0c38fd00368c3b5dda2d1a1a0 (patch) | |
tree | 8e819e3d082b2712841fe5e92f96dfe43d69fb4f /security | |
parent | bab37b6d00f94bb93b8ec8142ecf711dc800da73 (diff) | |
download | freebsd-ports-gnome-d3bc1608de993ea0c38fd00368c3b5dda2d1a1a0.tar.gz freebsd-ports-gnome-d3bc1608de993ea0c38fd00368c3b5dda2d1a1a0.tar.zst freebsd-ports-gnome-d3bc1608de993ea0c38fd00368c3b5dda2d1a1a0.zip |
- Update to 1.2. Changes:
- support for Cyrus IMAP
- support for SSH "possible break-in attempt" messages
- updated support for dovecot to include logging format of new versions
- fix of IPF backend causing sshguard not to update /etc/ipf.rules (disallow IPv6)
- fix detection of password when sshd doesn't log anything more than PAM
- While here, use SF macro
PR: 127456
Submitted by: Mij <mij at bitchx dot it> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/sshguard/Makefile | 6 | ||||
-rw-r--r-- | security/sshguard/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index 0a16d5be5568..298139f7267f 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -6,11 +6,9 @@ # PORTNAME= sshguard -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= mij@bitchx.it COMMENT?= Protect hosts from brute force attacks against ssh and other services diff --git a/security/sshguard/distinfo b/security/sshguard/distinfo index 2dc51ae497b0..96bd14049ad5 100644 --- a/security/sshguard/distinfo +++ b/security/sshguard/distinfo @@ -1,3 +1,3 @@ -MD5 (sshguard-1.1.tar.bz2) = 673a22129487b8d8cb132fb0ced240e6 -SHA256 (sshguard-1.1.tar.bz2) = c1b2fcd7c402725958e62808829c82bb4445dcf6a9b27ee07e2ab8a3417bb96f -SIZE (sshguard-1.1.tar.bz2) = 233308 +MD5 (sshguard-1.2.tar.bz2) = c4b6e4b2d33990f07a173142caa074f2 +SHA256 (sshguard-1.2.tar.bz2) = 985a8d96cd150dee0ef8f7c5fb7ec4ec66549fbbec38fc76446236f759eb5b2b +SIZE (sshguard-1.2.tar.bz2) = 145258 |