MySQL and php Update

Facebooktwittermail

Memo
CentOS release 5.4 (Final)

[root@ns ~]# yum update –enablerepo remi mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.tt.co.kr
* centosplus: centos.tt.co.kr
* epel: ftp.iij.ad.jp
* extras: centos.tt.co.kr
* remi: rpms.famillecollet.com
* updates: mirrors.sin3.sg.voxel.net
remi | 2.5 kB 00:00
remi/primary_db | 284 kB 00:01
Setting up Update Process
Resolving Dependencies
–> Running transaction check
–> Processing Dependency: mysql = 5.5.20-1.el5.remi for package: mysql-bench
–> Processing Dependency: mysql = 5.5.20-1.el5.remi for package: mysql-server
–> Processing Dependency: mysql = 5.5.20-1.el5.remi for package: mysql-devel
—> Package mysql.i386 0:5.5.25-1.el5.remi set to be updated
–> Processing Dependency: mysql-libs = 5.5.25-1.el5.remi for package: mysql
–> Running transaction check
—> Package mysql-bench.i386 0:5.5.25-1.el5.remi set to be updated
—> Package mysql-devel.i386 0:5.5.25-1.el5.remi set to be updated
—> Package mysql-libs.i386 0:5.5.25-1.el5.remi set to be updated
—> Package mysql-server.i386 0:5.5.25-1.el5.remi set to be updated
–> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
mysql i386 5.5.25-1.el5.remi remi 7.5 M
Updating for dependencies:
mysql-bench i386 5.5.25-1.el5.remi remi 502 k
mysql-devel i386 5.5.25-1.el5.remi remi 177 k
mysql-libs i386 5.5.25-1.el5.remi remi 1.1 M
mysql-server i386 5.5.25-1.el5.remi remi 13 M

Transaction Summary
================================================================================
Install 0 Package(s)
Update 5 Package(s)
Remove 0 Package(s)

Total download size: 22 M
Is this ok [y/N]: y
Downloading Packages:
(1/5): mysql-devel-5.5.25-1.el5.remi.i386.rpm | 177 kB 00:01
(2/5): mysql-bench-5.5.25-1.el5.remi.i386.rpm | 502 kB 00:03
(3/5): mysql-libs-5.5.25-1.el5.remi.i386.rpm | 1.1 MB 00:02
(4/5): mysql-5.5.25-1.el5.remi.i386.rpm | 7.5 MB 00:13
(5/5): mysql-server-5.5.25-1.el5.remi.i386.rpm | 13 MB 00:20
——————————————————————————–
Total 509 kB/s | 22 MB 00:44
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

WARNING : This MySQL RPM is not an official Fedora/Redhat build and it
overrides the official one. Don’t file bugs on Fedora Project nor Redhat.
Use dedicated forums http://forums.famillecollet.com/

Updating : mysql-libs 1/10
Updating : mysql 2/10
Updating : mysql-bench 3/10
Updating : mysql-devel 4/10
Updating : mysql-server 5/10
Cleanup : mysql-libs 6/10
Cleanup : mysql-bench 7/10
Cleanup : mysql 8/10
Cleanup : mysql-devel 9/10
Cleanup : mysql-server 10/10

Updated:
mysql.i386 0:5.5.25-1.el5.remi

Dependency Updated:
mysql-bench.i386 0:5.5.25-1.el5.remi mysql-devel.i386 0:5.5.25-1.el5.remi
mysql-libs.i386 0:5.5.25-1.el5.remi mysql-server.i386 0:5.5.25-1.el5.remi

Complete!

Change log

[root@ns ~]# rpm -q –changelog mysql
* 金 6月 01 2012 Remi Collet – 5.5.25-1
– update to MySQL 5.5.25 Community Server GA
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-25.html

* 木 5月 10 2012 Remi Collet – 5.5.24-1
– update to MySQL 5.5.24 Community Server GA
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

* 土 4月 28 2012 Tom Lane 5.5.23-1
– Update to MySQL 5.5.23, for various fixes described at
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-23.html

* 金 4月 13 2012 Remi Collet – 5.5.23-1
– update to MySQL 5.5.23 Community Server GA
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-23.html
– export my_net_read for mydumper
– sync patches with rawhide

* 土 3月 24 2012 Tom Lane 5.5.22-1
– Update to MySQL 5.5.22, for various fixes described at
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-22.html
– Turn on PrivateTmp in service file
Resolves: #782513
– Comment out the contents of /etc/logrotate.d/mysqld, so that manual
action is needed to enable log rotation. Given the multiple ways in
which the rotation script can fail, it seems imprudent to try to make
it run by default.
Resolves: #799735

* 金 3月 23 2012 Remi Collet – 5.5.22-1
– update to MySQL 5.5.22 Community Server GA
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-22.html
– sync with latest changes in rawhide for 5.5.21

* 火 3月 20 2012 Honza Horak 5.5.21-3
– Revise mysql_plugin test patch which moves plugin files to
a temporary directory now
Resolves: #789530

* 火 3月 13 2012 Honza Horak 5.5.21-2
– Fix ssl-related tests to specify expected cipher explicitly
Related: #789600
– Fix several strcpy calls to check destination size

* 月 2月 27 2012 Tom Lane 5.5.21-1
– Update to MySQL 5.5.21, for various fixes described at
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-21.html
– Hack openssl regression test to still work with rawhide’s openssl
– Fix assorted failures in post-install regression tests (mysql-test RPM)
Resolves: #789530

* 火 2月 21 2012 Remi Collet – 5.5.21-1
– update to MySQL 5.5.21 Community Server GA
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-21.html

* 日 2月 12 2012 Remi Collet – 5.5.20-2
– sync with rawhide
– circular dep for mysql / mysql-libs to fix EL5 update
– provides mysql-client (per user request)

* 金 2月 10 2012 Tom Lane 5.5.20-2
– Revise our test-disabling method to make it possible to disable tests on a
platform-specific basis, and also to get rid of mysql-disable-test.patch,
which broke in just about every upstream update (Honza Horak)
– Disable cycle-counter-dependent regression tests on ARM, since there is
not currently any support for that in Fedora ARM kernels
Resolves: #773116
– Add some comments to mysqld.service documenting how to customize it
Resolves: #785243

* 金 1月 27 2012 Tom Lane 5.5.20-1
– Update to MySQL 5.5.20, for various fixes described at
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-20.html
as well as security fixes described at
http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
Resolves: #783828
– Re-include the mysqld logrotate script, now that it’s not so bogus
Resolves: #547007

* 木 1月 12 2012 Remi Collet – 5.5.20-1
– update to MySQL 5.5.20 Community Server GA
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-20.html
(snip)

[root@ns ~]# yum update –enablerepo remi php
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.tt.co.kr
* centosplus: centos.tt.co.kr
* epel: ftp.iij.ad.jp
* extras: centos.tt.co.kr
* remi: rpms.famillecollet.com
* updates: mirrors.sin3.sg.voxel.net
Setting up Update Process
Resolving Dependencies
–> Running transaction check
–> Processing Dependency: php = 5.3.9-1.el5.remi for package: php-devel
—> Package php.i386 0:5.3.14-1.el5.remi set to be updated
–> Processing Dependency: php-common = 5.3.14-1.el5.remi for package: php
–> Processing Dependency: php-cli = 5.3.14-1.el5.remi for package: php
–> Running transaction check
—> Package php-cli.i386 0:5.3.14-1.el5.remi set to be updated
–> Processing Dependency: php-common = 5.3.9-1.el5.remi for package: php-gd
–> Processing Dependency: php-common = 5.3.9-1.el5.remi for package: php-mbstring
–> Processing Dependency: php-common = 5.3.9-1.el5.remi for package: php-ldap
–> Processing Dependency: php-common = 5.3.9-1.el5.remi for package: php-pdo
—> Package php-common.i386 0:5.3.14-1.el5.remi set to be updated
—> Package php-devel.i386 0:5.3.14-1.el5.remi set to be updated
–> Running transaction check
—> Package php-gd.i386 0:5.3.14-1.el5.remi set to be updated
—> Package php-ldap.i386 0:5.3.14-1.el5.remi set to be updated
—> Package php-mbstring.i386 0:5.3.14-1.el5.remi set to be updated
–> Processing Dependency: php-pdo = 5.3.9-1.el5.remi for package: php-mysql
–> Processing Dependency: php-pdo = 5.3.9-1.el5.remi for package: php-odbc
–> Processing Dependency: php-pdo = 5.3.9-1.el5.remi for package: php-pgsql
—> Package php-pdo.i386 0:5.3.14-1.el5.remi set to be updated
–> Running transaction check
—> Package php-mysql.i386 0:5.3.14-1.el5.remi set to be updated
—> Package php-odbc.i386 0:5.3.14-1.el5.remi set to be updated
—> Package php-pgsql.i386 0:5.3.14-1.el5.remi set to be updated
–> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
php i386 5.3.14-1.el5.remi remi 2.7 M
Updating for dependencies:
php-cli i386 5.3.14-1.el5.remi remi 2.7 M
php-common i386 5.3.14-1.el5.remi remi 1.0 M
php-devel i386 5.3.14-1.el5.remi remi 2.6 M
php-gd i386 5.3.14-1.el5.remi remi 207 k
php-ldap i386 5.3.14-1.el5.remi remi 55 k
php-mbstring i386 5.3.14-1.el5.remi remi 2.3 M
php-mysql i386 5.3.14-1.el5.remi remi 160 k
php-odbc i386 5.3.14-1.el5.remi remi 85 k
php-pdo i386 5.3.14-1.el5.remi remi 117 k
php-pgsql i386 5.3.14-1.el5.remi remi 131 k

Transaction Summary
================================================================================
Install 0 Package(s)
Update 11 Package(s)
Remove 0 Package(s)

Total download size: 12 M
Is this ok [y/N]: y
Downloading Packages:
(1/11): php-ldap-5.3.14-1.el5.remi.i386.rpm | 55 kB 00:00
(2/11): php-odbc-5.3.14-1.el5.remi.i386.rpm | 85 kB 00:01
(3/11): php-pdo-5.3.14-1.el5.remi.i386.rpm | 117 kB 00:01
(4/11): php-pgsql-5.3.14-1.el5.remi.i386.rpm | 131 kB 00:01
(5/11): php-mysql-5.3.14-1.el5.remi.i386.rpm | 160 kB 00:01
(6/11): php-gd-5.3.14-1.el5.remi.i386.rpm | 207 kB 00:01
(7/11): php-common-5.3.14-1.el5.remi.i386.rpm | 1.0 MB 00:05
(8/11): php-mbstring-5.3.14-1.el5.remi.i386.rpm | 2.3 MB 00:05
(9/11): php-devel-5.3.14-1.el5.remi.i386.rpm | 2.6 MB 00:08
(10/11): php-cli-5.3.14-1.el5.remi.i386.rpm | 1.8 MB 00:03
http://rpms.famillecollet.com/enterprise/5/remi/i386/php-cli-5.3.14-1.el5.remi.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
(10/11): php-cli-5.3.14-1.el5.remi.i386.rpm | 2.7 MB 00:07
(11/11): php-5.3.14-1.el5.remi.i386.rpm | 2.7 MB 00:05
——————————————————————————–
Total 249 kB/s | 12 MB 00:49
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

WARNING : These php-* RPM are not official Fedora/Redhat build and
overrides the official ones. Don’t file bugs on Fedora Project nor Redhat.

Use dedicated forums http://forums.famillecollet.com/

Updating : php-common 1/22
warning: /etc/php.ini created as /etc/php.ini.rpmnew
Updating : php-pdo 2/22
Updating : php-cli 3/22
Updating : php 4/22
Updating : php-mbstring 5/22
Updating : php-mysql 6/22
Updating : php-ldap 7/22
Updating : php-pgsql 8/22
Updating : php-gd 9/22
Updating : php-devel 10/22
Updating : php-odbc 11/22
Cleanup : php-pdo 12/22
Cleanup : php-mbstring 13/22
Cleanup : php-mysql 14/22
Cleanup : php-ldap 15/22
Cleanup : php-common 16/22
Cleanup : php-pgsql 17/22
Cleanup : php-gd 18/22
Cleanup : php 19/22
Cleanup : php-devel 20/22
Cleanup : php-odbc 21/22
Cleanup : php-cli 22/22

Updated:
php.i386 0:5.3.14-1.el5.remi

Dependency Updated:
php-cli.i386 0:5.3.14-1.el5.remi php-common.i386 0:5.3.14-1.el5.remi
php-devel.i386 0:5.3.14-1.el5.remi php-gd.i386 0:5.3.14-1.el5.remi
php-ldap.i386 0:5.3.14-1.el5.remi php-mbstring.i386 0:5.3.14-1.el5.remi
php-mysql.i386 0:5.3.14-1.el5.remi php-odbc.i386 0:5.3.14-1.el5.remi
php-pdo.i386 0:5.3.14-1.el5.remi php-pgsql.i386 0:5.3.14-1.el5.remi

Complete!

Change log

[root@ns ~]# rpm -q –changelog php
* 木 6月 14 2012 Remi Collet 5.3.14-1
– update to 5.3.14 (CVE-2012-2143, CVE-2012-2386)

* 水 5月 09 2012 Remi Collet 5.3.13-1
– update to 5.3.13 (CVE-2012-2311)

* 木 5月 03 2012 Remi Collet 5.3.12-1
– update to 5.3.12 (CVE-2012-1823)

* 金 4月 27 2012 Remi Collet 5.3.11-1
– update to 5.3.11
http://www.php.net/ChangeLog-5.php#5.3.11

* 土 2月 04 2012 Remi Collet 5.3.10-2
– fix mysql.sock default path
– missing %__ztsphp macro

* 金 2月 03 2012 Remi Collet 5.3.10-1
– update to 5.3.10
http://www.php.net/ChangeLog-5.php#5.3.10
– latest changes from rawhide (zts binary with zts- prefix)

* 木 1月 26 2012 Remi Collet 5.3.9-1.2
– add /etc/sysconfig/php-fpm environment file (#784770)

* 水 1月 11 2012 Remi Collet 5.3.9-1.1
– fix owner of /var/log/php-fpm (bug #773077)
– add max_input_vars, max_file_uploads, zend.enable_gc to php.ini

* 火 1月 10 2012 Remi Collet 5.3.9-1
– update to 5.3.9
http://www.php.net/ChangeLog-5.php#5.3.9
(snip)

Leave a Reply