[Lunar-commits] r26778 - moonbase/trunk/compilers/php5

Moritz Heiber moe at lunar-linux.org
Sat Nov 17 19:53:53 CET 2007


Author: moe
Date: 2007-11-17 19:53:53 +0100 (Sat, 17 Nov 2007)
New Revision: 26778

Modified:
   moonbase/trunk/compilers/php5/DETAILS
Log:
Bumped version to 5.2.5
- Fixed dl() to only accept filenames
- Fixed dl() to limit argument size to MAXPATHLEN
- Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences
- Fixed possible triggering of buffer overflows inside glibc implementations of the gnmatch(),setlocal() and glob() functions
- Fixed mail.force_extra_paramters php.ini directive not to be modified in .htacess due to the security implications


From:  jkirsher at tarbal.com


Modified: moonbase/trunk/compilers/php5/DETAILS
===================================================================
--- moonbase/trunk/compilers/php5/DETAILS	2007-11-17 18:53:36 UTC (rev 26777)
+++ moonbase/trunk/compilers/php5/DETAILS	2007-11-17 18:53:53 UTC (rev 26778)
@@ -1,6 +1,6 @@
           MODULE=php5
-         VERSION=5.2.3
-    IMAP_VERSION=2004g
+         VERSION=5.2.5
+    IMAP_VERSION=2006k
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
           SOURCE=php-$VERSION.tar.bz2
    SOURCE_URL[0]=http://www.php.net/distributions/
@@ -13,11 +13,11 @@
          SOURCE2=imap-$IMAP_VERSION.tar.Z
   SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap/
   SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old/
-      SOURCE_VFY=sha1:0a02e05e1c663c0d4ee0b253917c0e140e606261
-     SOURCE2_VFY=sha1:791a8bb247ca51ce0a4c32e814a2f736c2bcf066
+      SOURCE_VFY=sha1:6b46fd095891183b328163b70cdb5acd30a24b7a
+     SOURCE2_VFY=sha1:4b64e74d5928857a1c802ba6c9ab575205b342ce
         WEB_SITE=http://www.php.net
          ENTERED=20040919
-         UPDATED=20070602
+         UPDATED=20071117
            SHORT="PHP: Hypertext Processor scripting language"
 
 cat << EOF



More information about the Lunar-commits mailing list