Percona announces the new release of Percona XtraDB Cluster 5.6 on September 15, 2016. Binaries are available from the downloads area or our software repositories.
Percona XtraDB Cluster 5.6.30-25.16.2 is now the current release, based on the following:
- Percona Server 5.6.30-76.3
- Galera Replication library 3.16
- Codership wsrep API version 25
This release provides a fix for CVE-2016-6662. More information about this security issue can be found here.
Bug Fixed:
- Due to security reasons
ld_preload
libraries can now only be loaded from the system directories (/usr/lib64
,/usr/lib
) and the MySQL installation base directory.
Help us improve our software quality by reporting any bugs you encounter using our bug tracking system. As always, thanks for your continued support of Percona!
Pre upgrade I got this:
/usr/sbin/mysqld -V
/usr/sbin/mysqld Ver 5.6.30-76.3-56 for Linux on x86_64 (Percona XtraDB Cluster (GPL), Release rel76.3, Revision aa929cb, WSREP version 25.16, wsrep_25.16)
And post upgrade:
/usr/sbin/mysqld Ver 5.6.30-76.3-56 for Linux on x86_64 (Percona XtraDB Cluster (GPL), Release rel76.3, Revision 0a59e2f, WSREP version 25.16, wsrep_25.16)
It is only the revision which have changed. Is this supposed to be like that?
Yes, that’s correct. Packages were only rebuilt with the fix so the version remained the same.
Can you tell us what are the files changed so we can only patch them instead of running the complete rpm upgrades?
When will you release the 5.6.33 based build?