2007-09-05 00:12:24 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
install PHP unstripped on Darwin/Mac OS X, so that modules load properly; bump
PKGREVISION
PR: 36869 by Louis Guillaume
|
2007-09-03 13:48:44 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Stop the path to the wrapper "sed" script from ending up in \
"php-config".
Bump package revision.
|
2007-09-02 23:13:43 by Jaromir Dolecek | Files touched by this commit (2) |
Log message:
fix build of php-bz2 on Mac OS X
|
2007-09-02 23:12:42 by Jaromir Dolecek | Files touched by this commit (8) |
Log message:
Update lang/php5 to 5.2.4 - miscellaneous security fixes and over 120 other
bug fixes
|
2007-08-01 03:40:08 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Add patches to fix CVE-2007-3806 referring CVS repository.
Bump PKGREVISION.
|
2007-06-11 19:45:30 by Klaus Heinz | Files touched by this commit (3) |
Log message:
Added support for installation to DESTDIR. patch-an had removed correct
support for this before, probably unintentionally.
|
2007-06-08 14:29:53 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Fix the install path for the CGI binary so it ends up where we want it.
Pointed out by schmonz@ and taca@
Bump PKGREVISION
|
2007-06-07 12:45:42 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Add in the correct patch to fix CVE-2007-2872
Spotted by Takahiro Kambe
|
2007-06-07 12:45:18 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Add in the correct patch to fix CVE-2007-2872
Spotted by Takahiro Kambe
|
2007-06-06 21:33:13 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update to php-5.2.3
Security Fixes
* Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)
* Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, \
CVE-2007-2756)
* Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, \
CVE-2007-1900)
* Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs \
dot php dot net at chsc dot dk)
* Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.
* Added mysql_set_charset() to allow runtime altering of connection encoding.
* Upgraded bundled SQLite 3 to version 3.3.17. (Ilia)
* Fixed gd build when used with freetype 1.x (Pierre, Tony)
And a fair few bugs fixed, see: http://www.php.net/ChangeLog-5.php#5.2.3
for all the details.
|