OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Sep-2005 19:42:37
Branch: HEAD Handle: 2005091718423700
Modified files:
openpkg-src/apache apache.spec
Log:
mod_dosevasive was renamed to mod_evasive although it is still the
same version and still uses mod_dosevasive as its internal module name
Summary:
Revision Changes Path
1.305 +12 -12 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.304 -r1.305 apache.spec
--- openpkg-src/apache/apache.spec 7 Sep 2005 16:53:01 -0000 1.304
+++ openpkg-src/apache/apache.spec 17 Sep 2005 17:42:37 -0000 1.305
@@ -51,7 +51,7 @@
%define V_mod_roaming 1.0.2
%define V_mod_relocate 1.0
%define V_mod_security 1.8.7
-%define V_mod_dosevasive 1.10
+%define V_mod_evasive 1.10
%define V_suphp 0.6.0
# package information
@@ -65,7 +65,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20050907
+Release: 20050917
# package options (suexec related)
%option with_suexec yes
@@ -100,7 +100,7 @@
%option with_mod_roaming no
%option with_mod_relocate no
%option with_mod_security no
-%option with_mod_dosevasive no
+%option with_mod_evasive no
# package options (optional PHP4 specific settings; requires
"with_mod_php")
# please note the lack of an PEAR option since PEAR is provided by the
'php' package
@@ -201,7 +201,7 @@
Source16:
http://osdn.dl.sourceforge.net/modauthmysql/mod_auth_mysql-%{V_mod_auth_mysql}.tar.gz
Source17: http://www.suphp.org/download/suphp-%{V_suphp}.tar.gz
Source18:
http://www.modsecurity.org/download/modsecurity-%{V_mod_security}.tar.gz
-Source19:
http://www.nuclearelephant.com/projects/dosevasive/mod_dosevasive_%{V_mod_dosevasive}.tar.gz
+Source19:
http://www.nuclearelephant.com/projects/mod_evasive/mod_evasive_%{V_mod_evasive}.tar.gz
Source20: http://www.sharemation.com/~dmcmahon/unix_all.tgz
Source21: apache.conf
Source22: apache.base
@@ -484,10 +484,10 @@
url = http://www.modsecurity.org/download/
regex = modsecurity-(__VER__)\.tar\.gz
}
- prog apache:mod_dosevasive = {
- version = %{V_mod_dosevasive}
- url = http://www.nuclearelephant.com/projects/dosevasive/
- regex = mod_dosevasive[._-](__VER__)\.tar\.gz
+ prog apache:mod_evasive = {
+ version = %{V_mod_evasive}
+ url = http://www.nuclearelephant.com/projects/mod_evasive/
+ regex = mod_evasive[._-](__VER__)\.tar\.gz
}
%prep
@@ -575,7 +575,7 @@
%if "%{with_mod_security}" == "yes"
%setup -q -T -D -a 18
%endif
-%if "%{with_mod_dosevasive}" == "yes"
+%if "%{with_mod_evasive}" == "yes"
%setup -q -T -D -a 19
%endif
%if "%{with_mod_owa}" == "yes"
@@ -1024,8 +1024,8 @@
) || exit $?
%endif
- # optionally prepare mod_dosevasive
-%if "%{with_mod_dosevasive}" == "yes"
+ # optionally prepare mod_evasive
+%if "%{with_mod_evasive}" == "yes"
( cd mod_dosevasive
cp mod_dosevasive.c ../apache_%{V_apache}/src/modules/extra/
) || exit $?
@@ -1181,7 +1181,7 @@
%if "%{with_mod_security}" == "yes"
--activate-module=src/modules/extra/mod_security.o \
%endif
-%if "%{with_mod_dosevasive}" == "yes"
+%if "%{with_mod_evasive}" == "yes"
--activate-module=src/modules/extra/mod_dosevasive.o \
%endif
--enable-module=so
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]