diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-23 14:35:16 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-23 14:35:16 +0800 |
commit | 3bda34fefd54b4ff7a740b347c7931ce591fa28b (patch) | |
tree | aa12edcacdd6efe1abada9959f47576cc2e5abb1 /security/denyhosts/Makefile | |
parent | 62b8e72b582c1a9b8b553aa68a71a0023af7350c (diff) | |
download | freebsd-ports-gnome-3bda34fefd54b4ff7a740b347c7931ce591fa28b.tar.gz freebsd-ports-gnome-3bda34fefd54b4ff7a740b347c7931ce591fa28b.tar.zst freebsd-ports-gnome-3bda34fefd54b4ff7a740b347c7931ce591fa28b.zip |
- Fix a DoS issue
PR: ports/113942
Security: http://www.ossec.net/en/attacking-loganalysis.html#denyhosts
Submitted by: David Bestor <freebsd1 at indenial.com>
Approved by: Janos Mohacsi <mohacsi at niif.hu> (maintainer)
Diffstat (limited to 'security/denyhosts/Makefile')
-rw-r--r-- | security/denyhosts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/denyhosts/Makefile b/security/denyhosts/Makefile index 1c4e38473047..328840e3f1d3 100644 --- a/security/denyhosts/Makefile +++ b/security/denyhosts/Makefile @@ -7,6 +7,7 @@ PORTNAME= denyhosts PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |