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: 21-Apr-2006 09:08:14
Branch: HEAD Handle: 2006042108081400
Modified files:
openpkg-src/apache apache.spec
Log:
fix tracking of mod_security and upgrade to latest version
Summary:
Revision Changes Path
1.323 +5 -5 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.322 -r1.323 apache.spec
--- openpkg-src/apache/apache.spec 21 Feb 2006 18:38:34 -0000 1.322
+++ openpkg-src/apache/apache.spec 21 Apr 2006 07:08:14 -0000 1.323
@@ -50,7 +50,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.9.2
+%define V_mod_security 1.9.3
%define V_mod_evasive 1.10.1
%define V_suphp 0.6.1
@@ -65,7 +65,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20060221
+Release: 20060421
# package options (suexec related)
%option with_suexec yes
@@ -200,7 +200,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/modsecurity-apache-%{V_mod_security}.tar.gz
+Source18:
http://www.modsecurity.org/download/modsecurity-apache_%{V_mod_security}.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
@@ -482,7 +482,7 @@
prog apache:mod_security = {
version = %{V_mod_security}
url = http://www.modsecurity.org/download/
- regex = modsecurity-apache-(\d+\.\d+(\.\d+)*)\.tar\.gz
+ regex = modsecurity-apache_(\d+\.\d+(\.\d+)*)\.tar\.gz
}
prog apache:mod_evasive = {
version = %{V_mod_evasive}
@@ -1019,7 +1019,7 @@
# optionally prepare mod_security
%if "%{with_mod_security}" == "yes"
- ( cd modsecurity-%{V_mod_security}/apache1
+ ( cd modsecurity-apache_%{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]