OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Sep-2004 10:57:40
Branch: HEAD Handle: 2004092409573900
Modified files:
openpkg-src/php php.spec
Log:
upgrading package: php 4.3.8 -> 4.3.9
Summary:
Revision Changes Path
1.94 +5 -5 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.93 -r1.94 php.spec
--- openpkg-src/php/php.spec 20 Sep 2004 16:17:35 -0000 1.93
+++ openpkg-src/php/php.spec 24 Sep 2004 08:57:39 -0000 1.94
@@ -24,8 +24,8 @@
##
# package component versions
-%define V_php 4.3.8
-%define V_php_hardened 0.2.2
+%define V_php 4.3.9
+%define V_php_hardened 4.3.8-0.2.2
# package information
Name: php
@@ -38,7 +38,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20040920
+Release: 20040924
# package options
%option with_bc no
@@ -103,7 +103,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}-%{V_php_hardened}.patch.gz
+Patch0: http://www.hardened-php.net/hardened-php-%{V_php_hardened}.patch.gz
Patch1: php.patch
# build information
@@ -245,7 +245,7 @@
prog php:hardened = {
version = %{V_php_hardened}
url = http://www.hardened-php.net/download.php
- regex = hardened-php-%{V_php}-(\d+(\.\d+)+)\.patch\.gz
+ regex = hardened-php-(4\.\d+\.\d+-\d+(\.\d+)+)\.patch\.gz
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]