Bug 137

Summary: Bump php to version 5.2.9
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot, jacmet
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
URL: http://www.php.net
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Bump php from 5.2.8 to 5.2.9

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.