diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2009-10-09 10:31:31 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-09 15:38:41 +0200 |
commit | 829d4ff63cae158d5a454458a3f35204628e5051 (patch) | |
tree | eeb16cfd543c353afc3dacaf8f1b2f02b04a53a7 /CHANGES | |
parent | 28eefec5bd12072a68035e9f900fe75a3644e946 (diff) | |
download | buildroot-novena-829d4ff63cae158d5a454458a3f35204628e5051.tar.gz buildroot-novena-829d4ff63cae158d5a454458a3f35204628e5051.zip |
Update php package to 5.2.11
Security Enhancements and Fixes in PHP 5.2.11:
* Fixed certificate validation inside php_openssl_apply_verification_policy
* Fixed sanity check for the color index in imagecolortransparent()
* Added missing sanity checks around exif processing
* Fixed bug #44683 (popen crashes when an invalid mode is passed)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,8 +7,8 @@ e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good, imagemagick, iptables, kernel-headers, kismet, libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace, - lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl, python, - quagga, radvd, rsync, samba, shared-mime-info, speech-tools, + lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl, php, + python, quagga, radvd, rsync, samba, shared-mime-info, speech-tools, squashfs, syslinux, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib @@ -27,6 +27,7 @@ #615: python: Don't delete .py files unless asked #617: netkit/inetd requires RPC and fails to build if RPC is disabled #619: netkittelnet requires netkitbase to install, but there's no dependency + #653: [SECURITY] Update php package to version 5.2.11 2009.08, Released August 31th, 2009: |