OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Mar-2005 11:25:32
Branch: HEAD Handle: 2005030910253200
Modified files:
openpkg-src/apache apache.spec
Log:
modsecurity changed its name (no more underscore), and modifying
package: apache-1.3.33 20050301 -> 20050308
Summary:
Revision Changes Path
1.289 +5 -5 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.288 -r1.289 apache.spec
--- openpkg-src/apache/apache.spec 1 Mar 2005 08:29:30 -0000 1.288
+++ openpkg-src/apache/apache.spec 9 Mar 2005 10:25:32 -0000 1.289
@@ -51,7 +51,7 @@
%define V_mod_access_referer 1.0.2
%define V_mod_roaming 1.0.2
%define V_mod_relocate 1.0
-%define V_mod_security 1.8.6
+%define V_mod_security 1.8.7
%define V_mod_dosevasive 1.10
%define V_suphp 0.5.2
@@ -66,7 +66,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20050301
+Release: 20050309
# package options (suexec related)
%option with_suexec yes
@@ -199,7 +199,7 @@
Source15:
ftp://ftp.freeradius.org/pub/radius/mod_auth_radius-%{V_mod_auth_radius}.tar
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/mod_security-%{V_mod_security}.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
Source20: http://www.sharemation.com/~dmcmahon/unix_all.tgz
Source21: apache.conf
@@ -476,7 +476,7 @@
prog apache:mod_security = {
version = %{V_mod_security}
url = http://www.modsecurity.org/download/
- regex = mod_security-(__VER__)\.tar\.gz
+ regex = modsecurity-(__VER__)\.tar\.gz
}
prog apache:mod_dosevasive = {
version = %{V_mod_dosevasive}
@@ -999,7 +999,7 @@
# optionally prepare mod_security
%if "%{with_mod_security}" == "yes"
- ( cd mod_security-%{V_mod_security}/apache1
+ ( cd modsecurity-%{V_mod_security}/apache1
cp mod_security.c ../../apache_%{V_apache}/src/modules/extra/
) || exit $?
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]