Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682566 - dev-db/mariadb-10.2.24: version bump
Summary: dev-db/mariadb-10.2.24: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-05 06:30 UTC by Tomáš Mózes
Modified: 2019-05-13 19:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2019-04-05 06:30:15 UTC
A copy from 10.2.22-r1 is enough to build it, it seems to work fine on amd64.

Notable Changes
    InnoDB ALTER TABLE fixes: MDEV-18016, MDEV-18630, MDEV-18775, MDEV-18732, MDEV-18749, MDEV-18637, MDEV-13818, MDEV-17595
    Performance improvements:
        MDEV-18878: InnoDB Purge: Optimize away futile table lookups
        MDEV-14984: Regression in connect performance
        MDEV-18936: Purge thread fails to exit on shutdown 
    Corruption bug fixes:
        MDEV-18272: InnoDB fails to rollback after exceeding FOREIGN KEY recursion depth
        MDEV-9519: Data corruption on Galera cluster size change 
    Mariabackup:
        MDEV-18204: fix incremental MyRocks backup
        MDEV-18611: mariabackup terminated while copying InnoDB redo log
        MDEV-18669: mariabackup writes timestamp in version line
        MDEV-18855: Mariabackup should fetch innodb_compression_level from running server 
    The Galera library in the repositories has been updated to version 25.3.26
Comment 1 Tomáš Mózes 2019-04-29 18:18:25 UTC
Working fine on several servers.
Comment 2 Tomáš Mózes 2019-05-09 20:14:35 UTC
https://mariadb.com/kb/en/library/mariadb-10224-release-notes/

Fixes for the following security vulnerabilities:
CVE-2019-2614
CVE-2019-2627
CVE-2019-2628
Comment 3 Larry the Git Cow gentoo-dev 2019-05-13 19:04:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561ed0ab80220deff0205463ce2e10c7536309eb

commit 561ed0ab80220deff0205463ce2e10c7536309eb
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2019-05-13 18:27:37 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2019-05-13 19:04:22 +0000

    dev-db/mariadb: Version bump for 10.2.24
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=682566
    Bug: https://bugs.gentoo.org/685822
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-db/mariadb/Manifest               |   1 +
 dev-db/mariadb/mariadb-10.2.24.ebuild | 972 ++++++++++++++++++++++++++++++++++
 2 files changed, 973 insertions(+)
Comment 4 Tomáš Mózes 2019-05-13 19:16:00 UTC
Thank you.