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:15:33
Branch: HEAD Handle: 2005110307153300
Modified files:
openpkg-src/php php.spec
Log:
fix tracking of hardening patch and upgrade to latest version
Summary:
Revision Changes Path
1.114 +5 -5 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.113 -r1.114 php.spec
--- openpkg-src/php/php.spec 31 Oct 2005 18:58:08 -0000 1.113
+++ openpkg-src/php/php.spec 3 Nov 2005 07:15:33 -0000 1.114
@@ -24,7 +24,7 @@
# package component versions
%define V_php 4.4.1
-%define V_php_hardened 4.3.11-0.2.7
+%define V_php_hardened 4.4.1-0.4.5
# package information
Name: php
@@ -37,7 +37,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20051031
+Release: 20051103
# package options
%option with_bc no
@@ -102,7 +102,7 @@
# list of sources
Source0:
http://static.php.net/www.php.net/distributions/php-%{V_php}.tar.gz
Source1: php.ini
-Patch0:
http://www.hardened-php.net/hardened-php-%{V_php_hardened}.patch.gz
+Patch0:
http://www.hardened-php.net/hardening-patch-%{V_php_hardened}.patch.gz
Patch1: php.patch
# build information
@@ -244,8 +244,8 @@
}
prog php:hardened = {
version = %{V_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
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]