Page 1 of 1

[nucleus] PHP 5.3.28-24 released

Posted: Mon Dec 16, 2013 12:01 pm
by scott
Release Notes
This is the official release for PHP 5.3.28, it is operationally identical to the 5.3.27 release. The only changes of note are with internal build time revision tests for the previously resolved security vulnerabilities ( CVE-2013-4073 and CVE-2013-6420 ) have been added.

SCL (Software collection library) support added for EL6 platforms. This is support alternate location installations for multi-php Plesk environments (Plesk PHP Panda). It can be installed with: yum install php53-panda

Changelog
* Added build time revision tests for CVE-2013-4073 and CVE-2013-6420
* Added support for SCL building and the Plesk PHP Panda

Re: [nucleus] PHP 5.3.28-24 released

Posted: Mon Dec 16, 2013 7:43 pm
by prupert
Great. I think you forgot to update php-eaccelerator. The current package in atomic-nucleus (version 1:5.3.27_0.9.6.1-2.el5.art) has a strict dependency on 5.3.27. Installing or updating php-eccelerator will thus unfortunately result in the 32-bits packages being installed.

Code: Select all

# rpm -q php
php-5.3.28-24.el5.art.x86_64

# yum list php-eaccelerator
[...]
Available Packages
php-eaccelerator.x86_64                            1:5.3.27_0.9.6.1-2.el5.art                             atomic-nucleus

# yum install php-eaccelerator
[...]
Resolving Dependencies
--> Running transaction check
---> Package php-eaccelerator.x86_64 1:5.3.27_0.9.6.1-2.el5.art set to be updated
--> Processing Dependency: php = 5.3.27 for package: php-eaccelerator
--> Running transaction check
---> Package php.i386 0:5.3.27-23.el5.art set to be updated
[...]
Installing:
 php-eaccelerator            x86_64            1:5.3.27_0.9.6.1-2.el5.art               atomic-nucleus            101 k
Installing for dependencies:
 curl                        i386              7.15.5-17.el5_9                          base                      235 k
 device-mapper               i386              1.02.67-2.el5                            base                      799 k
 e2fsprogs-libs              i386              1.39-36.el5_9                            base                      120 k
 gmp                         i386              4.1.4-10.el5                             base                      664 k
 keyutils-libs               i386              1.2-1.el5                                base                       18 k
 krb5-libs                   i386              1.6.1-70.el5_9.2                         base                      669 k
 libselinux                  i386              1.33.4-5.7.el5                           base                       77 k
 libstdc++                   i386              4.1.2-54.el5                             base                      363 k
 openssl                     i686              0.9.8e-26.el5_9.1                        base                      1.5 M
 php                         i386              5.3.27-23.el5.art                        atomic-nucleus            2.7 M
 php-cli                     i386              5.3.27-23.el5.art                        atomic-nucleus            2.7 M
 php-common                  i386              5.3.27-23.el5.art                        atomic-nucleus            1.0 M
Command output redacted for readability.