diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-31 07:51:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-31 07:51:23 +0800 |
commit | 3c892640aa4666de6d18a1d359c181bd0e34c2bf (patch) | |
tree | 1fed31e31f4bc0d49b93c96b4c990154a431c3f0 /www | |
parent | e33bfbd2febde85a3bb612adca2c6883173bbf1f (diff) | |
download | freebsd-ports-gnome-3c892640aa4666de6d18a1d359c181bd0e34c2bf.tar.gz freebsd-ports-gnome-3c892640aa4666de6d18a1d359c181bd0e34c2bf.tar.zst freebsd-ports-gnome-3c892640aa4666de6d18a1d359c181bd0e34c2bf.zip |
mod_evasive20 is the renamed mod_dosevasive20
PR: ports/106870
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Repocopy by: marcus
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_dosevasive20/Makefile | 17 | ||||
-rw-r--r-- | www/mod_dosevasive20/distinfo | 6 | ||||
-rw-r--r-- | www/mod_dosevasive20/pkg-descr | 6 |
3 files changed, 14 insertions, 15 deletions
diff --git a/www/mod_dosevasive20/Makefile b/www/mod_dosevasive20/Makefile index 6ab3fbc01497..9505b265079b 100644 --- a/www/mod_dosevasive20/Makefile +++ b/www/mod_dosevasive20/Makefile @@ -1,17 +1,16 @@ -# New ports collection makefile for: mod_dosevasive20 +# New ports collection makefile for: mod_evasive20 # Date created: 26 Jul 2004 # Whom: Xavier Beaudouin <kiwi@oav.net> # # $FreeBSD$ # -PORTNAME= mod_dosevasive20 -PORTVERSION= 1.10 -PORTREVISION= 1 +PORTNAME= mod_evasive20 +PORTVERSION= 1.10.1 CATEGORIES= www security -MASTER_SITES= http://www.nuclearelephant.com/projects/dosevasive/ \ +MASTER_SITES= http://www.zdziarski.com/projects/mod_evasive/ \ ftp://ftp.oav.net/pkg_freebsd/distfiles/ -DISTNAME= mod_dosevasive_${PORTVERSION} +DISTNAME= mod_evasive_${PORTVERSION} DIST_SUBDIR= apache2 MAINTAINER= kiwi@oav.net @@ -22,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES -WRKSRC= ${WRKDIR}/mod_dosevasive +WRKSRC= ${WRKDIR}/mod_evasive PORTDOCS= LICENSE README test.pl @@ -31,8 +30,8 @@ PORTDOCS= LICENSE README test.pl post-patch: @${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \ - ${WRKSRC}/mod_dosevasive.c ${WRKSRC}/mod_dosevasive20.c \ - ${WRKSRC}/mod_dosevasiveNSAPI.c + ${WRKSRC}/mod_evasive.c ${WRKSRC}/mod_evasive20.c \ + ${WRKSRC}/mod_evasiveNSAPI.c post-install: .if !defined (NOPORTDOCS) diff --git a/www/mod_dosevasive20/distinfo b/www/mod_dosevasive20/distinfo index c7f767af1369..2f5b63ad5c28 100644 --- a/www/mod_dosevasive20/distinfo +++ b/www/mod_dosevasive20/distinfo @@ -1,3 +1,3 @@ -MD5 (apache2/mod_dosevasive_1.10.tar.gz) = 5e5eee54b3fba64c83898828693931ff -SHA256 (apache2/mod_dosevasive_1.10.tar.gz) = 8706ff58be35378fce2b7a916cc2bce6249a00c79eaa09e3ebbdb163d4e87bb9 -SIZE (apache2/mod_dosevasive_1.10.tar.gz) = 19567 +MD5 (apache2/mod_evasive_1.10.1.tar.gz) = 784fca4a124f25ccff5b48c7a69a65e5 +SHA256 (apache2/mod_evasive_1.10.1.tar.gz) = 07c45139aa313899484a900f0fc162b3e17eb4f60fe474d7f3dd6c9941e95667 +SIZE (apache2/mod_evasive_1.10.1.tar.gz) = 20454 diff --git a/www/mod_dosevasive20/pkg-descr b/www/mod_dosevasive20/pkg-descr index 338260dae53f..4ffd9d7af07d 100644 --- a/www/mod_dosevasive20/pkg-descr +++ b/www/mod_dosevasive20/pkg-descr @@ -1,8 +1,8 @@ -mod_dosevasive is an evasive maneuvers module for Apache to provide evasive +mod_evasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection and network management tool, and can be easily configured to talk to ipchains, firewalls, routers, and etcetera. -mod_dosevasive presently reports abuses via email and syslog facilities. +mod_evasive presently reports abuses via email and syslog facilities. Detection is performed by creating an internal dynamic hash table of IP Addresses and URIs, and denying any single IP address from any of the @@ -27,4 +27,4 @@ addresses) but only scripted attacks. Even a user repeatedly clicking on is fully tweakable through the Apache configuration file, easy to incorporate into your web server, and easy to use. -WWW: http://www.nuclearelephant.com/projects/dosevasive/ +WWW: http://www.zdziarski.com/projects/mod_evasive/ |