Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (296a499162bfa4b5302f866d5f5229c3925f5db2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (296a499162bfa4b5302f866d5f5229c3925f5db2)
  • Date: Sat, 7 Nov 2009 15:52:17 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 7 +++++--
http/mod_evasive/BUILD | 1 +
http/mod_evasive/DEPENDS | 1 +
http/mod_evasive/DETAILS | 24 ++++++++++++++++++++++++
http/mod_evasive/HISTORY | 2 ++
http/mod_evasive/INSTALL | 1 +
6 files changed, 34 insertions(+), 2 deletions(-)

New commits:
commit 296a499162bfa4b5302f866d5f5229c3925f5db2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mod_evasive: new spell, evasive maneuvers module for Apache

diff --git a/ChangeLog b/ChangeLog
index 3cfac7d..20e6c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-11-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * http/mod_evasive: new spell, evasive maneuvers module for Apache
+
2009-11-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* latex/TEX_{DEPENDS,FINAL,POST_REMOVE}: adapted to texlive
* latex/glosstex: new spell, a tool for preparing glossaries
@@ -20,9 +23,9 @@

2009-10-24 Bearcat M. Sandor <sourcemage AT feline-soul.com>
* gnome2-libs/mutter: new spell, composting window manager for
- gnome shell
+ gnome shell

- 2009-10-23 Julien "_kaze_" ROZO <julien AT rozo.org>
+2009-10-23 Julien "_kaze_" ROZO <julien AT rozo.org>
* libs/cfitsio: new spell, C and Fortran libraries to read and write
data files in FITS (Flexible Image Transport System)

diff --git a/http/mod_evasive/BUILD b/http/mod_evasive/BUILD
new file mode 100755
index 0000000..0fc55ec
--- /dev/null
+++ b/http/mod_evasive/BUILD
@@ -0,0 +1 @@
+apxs -c mod_evasive20.c
diff --git a/http/mod_evasive/DEPENDS b/http/mod_evasive/DEPENDS
new file mode 100755
index 0000000..41c0af3
--- /dev/null
+++ b/http/mod_evasive/DEPENDS
@@ -0,0 +1 @@
+depends APACHE
diff --git a/http/mod_evasive/DETAILS b/http/mod_evasive/DETAILS
new file mode 100755
index 0000000..ff547d9
--- /dev/null
+++ b/http/mod_evasive/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=mod_evasive
+ VERSION=1.10.1
+ SOURCE=${SPELL}_$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.zdziarski.com/projects/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:03b276d1a3dc8e853ca7f3791d66383492a7ae8f3b73988f0eefa7e4e31f267da432e811de81c8d721033e152e94139efc99ad80da809f220a1330e9d43d39ba
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ WEB_SITE=http://www.zdziarski.com/projects/mod_evasive/
+ LICENSE[0]=GPL
+ ENTERED=20091108
+ SHORT="evasive maneuvers module for Apache"
+cat << EOF
+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_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
following:
+
+ * Requesting the same page more than a few times per second
+ * Making more than 50 concurrent requests on the same child per second
+ * Making any requests while temporarily blacklisted (on a blocking list)
+EOF
diff --git a/http/mod_evasive/HISTORY b/http/mod_evasive/HISTORY
new file mode 100644
index 0000000..ad1de75
--- /dev/null
+++ b/http/mod_evasive/HISTORY
@@ -0,0 +1,2 @@
+2009-11-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/http/mod_evasive/INSTALL b/http/mod_evasive/INSTALL
new file mode 100755
index 0000000..d157e8c
--- /dev/null
+++ b/http/mod_evasive/INSTALL
@@ -0,0 +1 @@
+apxs -i mod_evasive20.la



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (296a499162bfa4b5302f866d5f5229c3925f5db2), Vlad Glagolev, 11/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page