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: 03-Nov-2005 08:25:00
Branch: HEAD Handle: 2005110307245900
Modified files:
openpkg-src/apache apache.spec
Log:
fix tracking of hardening patch and upgrade to latest version
Summary:
Revision Changes Path
1.311 +5 -5 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.310 -r1.311 apache.spec
--- openpkg-src/apache/apache.spec 31 Oct 2005 18:52:10 -0000 1.310
+++ openpkg-src/apache/apache.spec 3 Nov 2005 07:24:59 -0000 1.311
@@ -36,7 +36,7 @@
%define V_mod_ssl 2.8.25-1.3.34
%define V_mod_perl 1.29
%define V_mod_php 4.4.1
-%define V_mod_php_hardened 4.3.11-0.2.7
+%define V_mod_php_hardened 4.4.1-0.4.5
%define V_mod_dav 1.0.3-1.3.6
%define V_mod_layout 3.2.1
%define V_mod_macro 1.1.2
@@ -65,7 +65,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20051031
+Release: 20051103
# package options (suexec related)
%option with_suexec yes
@@ -212,7 +212,7 @@
Patch0: apache.patch
Patch1: apache.patch.modowa
Patch2: apache.patch.php
-Patch3:
http://www.hardened-php.net/hardened-php-%{V_mod_php_hardened}.patch.gz
+Patch3:
http://www.hardened-php.net/hardening-patch-%{V_mod_php_hardened}.patch.gz
Patch4: apache.patch.suphp
# build information
@@ -451,8 +451,8 @@
}
prog apache:mod_php_hardened = {
version = %{V_mod_php_hardened}
- url = http://www.hardened-php.net/download.php
- regex = hardened-php-(4\.\d+\.\d+-\d+(\.\d+)+)\.patch\.gz
+ url = http://www.hardened-php.net/downloads.13.html
+ regex = hardening-patch-(4\.\d+\.\d+-\d+(\.\d+)+)\.patch\.gz
}
prog apache:mod_relocate = {
version = %{V_mod_relocate}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]