mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
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>
This commit is contained in:
parent
28eefec5bd
commit
829d4ff63c
5
CHANGES
5
CHANGES
@ -7,8 +7,8 @@
|
|||||||
e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
|
e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
|
||||||
gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
|
gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
|
||||||
libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace,
|
libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace,
|
||||||
lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl, python,
|
lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl, php,
|
||||||
quagga, radvd, rsync, samba, shared-mime-info, speech-tools,
|
python, quagga, radvd, rsync, samba, shared-mime-info, speech-tools,
|
||||||
squashfs, syslinux, u-boot, util-linux, valgrind, vsftpd, wipe,
|
squashfs, syslinux, u-boot, util-linux, valgrind, vsftpd, wipe,
|
||||||
wpa-supplicant, xdata_xcursor-themes, zlib
|
wpa-supplicant, xdata_xcursor-themes, zlib
|
||||||
|
|
||||||
@ -27,6 +27,7 @@
|
|||||||
#615: python: Don't delete .py files unless asked
|
#615: python: Don't delete .py files unless asked
|
||||||
#617: netkit/inetd requires RPC and fails to build if RPC is disabled
|
#617: netkit/inetd requires RPC and fails to build if RPC is disabled
|
||||||
#619: netkittelnet requires netkitbase to install, but there's no dependency
|
#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:
|
2009.08, Released August 31th, 2009:
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
PHP_VERSION = 5.2.10
|
PHP_VERSION = 5.2.11
|
||||||
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
|
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
|
||||||
PHP_SITE = http://www.php.net/distributions
|
PHP_SITE = http://www.php.net/distributions
|
||||||
PHP_INSTALL_STAGING = YES
|
PHP_INSTALL_STAGING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user