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: 31-Oct-2005 19:58:08
Branch: HEAD Handle: 2005103118580800
Modified files:
openpkg-src/php php.patch php.spec
Log:
upgrading package: php 4.4.0 -> 4.4.1
Summary:
Revision Changes Path
1.12 +0 -18 openpkg-src/php/php.patch
1.113 +2 -2 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 php.patch
--- openpkg-src/php/php.patch 4 Oct 2005 19:54:54 -0000 1.11
+++ openpkg-src/php/php.patch 31 Oct 2005 18:58:08 -0000 1.12
@@ -90,21 +90,3 @@
prefix='@prefix@'
phpdir="$prefix/lib/php/build"
------------------------------------------------------------------------------
-
-Security Fix (CAN-2005-3054)
-
-Index: main/fopen_wrappers.c
---- main/fopen_wrappers.c.orig 2005-02-03 00:44:07 +0100
-+++ main/fopen_wrappers.c 2005-10-04 21:52:15 +0200
-@@ -120,8 +120,8 @@
- /* Handler for basedirs that end with a / */
- resolved_basedir_len = strlen(resolved_basedir);
- if (basedir[strlen(basedir) - 1] == PHP_DIR_SEPARATOR) {
-- if (resolved_basedir[resolved_basedir_len - 1] == '/') {
-- resolved_basedir[resolved_basedir_len - 1] =
PHP_DIR_SEPARATOR;
-+ if (resolved_basedir[resolved_basedir_len - 1] !=
PHP_DIR_SEPARATOR) {
-+ resolved_basedir[resolved_basedir_len] =
PHP_DIR_SEPARATOR;
- resolved_basedir[++resolved_basedir_len] = '\0';
- }
- }
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.112 -r1.113 php.spec
--- openpkg-src/php/php.spec 4 Oct 2005 20:12:21 -0000 1.112
+++ openpkg-src/php/php.spec 31 Oct 2005 18:58:08 -0000 1.113
@@ -23,7 +23,7 @@
##
# package component versions
-%define V_php 4.4.0
+%define V_php 4.4.1
%define V_php_hardened 4.3.11-0.2.7
# package information
@@ -37,7 +37,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20051004
+Release: 20051031
# package options
%option with_bc no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]