Bug 137 - Bump php to version 5.2.9
Summary: Bump php to version 5.2.9
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL: http://www.php.net
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 16:38 UTC by Gustavo Zacarias
Modified: 2009-03-03 20:26 UTC (History)
2 users (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Bump php from 5.2.8 to 5.2.9 (710 bytes, patch)
2009-03-02 16:38 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2009-03-02 16:38:22 UTC
Created attachment 79 [details]
Bump php from 5.2.8 to 5.2.9

PHP 5.2.9 is out with some security bugfixes:

*  Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498).
* Fixed a crash on extract in zip when files or directories entry names contain a relative path.
* Fixed explode() behavior with empty string to respect negative limit.
* Fixed a segfault when malformed string is passed to json_decode().

Also ditched $(DISABLE_NLS) from the mk file since it's not used.
Comment 1 Peter Korsgaard 2009-03-02 19:07:36 UTC
Thanks, committed as r25489.