Skip to Content.
Sympa Menu

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

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 (1636fd24dae3f77f175b0a6a8168894a5cd81845)
  • Date: Sat, 7 Nov 2009 19:43:44 -0600

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

http/mod_evasive/DEPENDS | 2 +-
http/mod_evasive/DETAILS | 1 +
http/mod_evasive/HISTORY | 2 +-
http/mod_evasive/PRE_BUILD | 4 ++++
4 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 1636fd24dae3f77f175b0a6a8168894a5cd81845
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mod_evasive: corrected apache 2 dependency and mail binary path

diff --git a/http/mod_evasive/DEPENDS b/http/mod_evasive/DEPENDS
index 41c0af3..341c4e2 100755
--- a/http/mod_evasive/DEPENDS
+++ b/http/mod_evasive/DEPENDS
@@ -1 +1 @@
-depends APACHE
+depends APACHE2
diff --git a/http/mod_evasive/DETAILS b/http/mod_evasive/DETAILS
index ff547d9..2f9f4e4 100755
--- a/http/mod_evasive/DETAILS
+++ b/http/mod_evasive/DETAILS
@@ -1,5 +1,6 @@
SPELL=mod_evasive
VERSION=1.10.1
+ PATCHLEVEL=1
SOURCE=${SPELL}_$VERSION.tar.gz
SOURCE_URL[0]=http://www.zdziarski.com/projects/$SPELL/$SOURCE

SOURCE_HASH=sha512:03b276d1a3dc8e853ca7f3791d66383492a7ae8f3b73988f0eefa7e4e31f267da432e811de81c8d721033e152e94139efc99ad80da809f220a1330e9d43d39ba
diff --git a/http/mod_evasive/HISTORY b/http/mod_evasive/HISTORY
index ad1de75..b9cbf4d 100644
--- a/http/mod_evasive/HISTORY
+++ b/http/mod_evasive/HISTORY
@@ -1,2 +1,2 @@
2009-11-08 Vlad Glagolev <stealth AT sourcemage.org>
- * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+ * {PRE_,}BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/http/mod_evasive/PRE_BUILD b/http/mod_evasive/PRE_BUILD
new file mode 100755
index 0000000..71ad919
--- /dev/null
+++ b/http/mod_evasive/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/bin/mail:/usr/bin/mail:" mod_evasive20.c



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

Archive powered by MHonArc 2.6.24.

Top of Page