aboutsummaryrefslogtreecommitdiffstats
path: root/main/mariadb
Commit message (Collapse)AuthorAgeFilesLines
* main/*: remove invalid options and modernizeLeo2020-03-141-2/+2
|
* main/mariadb: upgrade to 10.4.12 and fix depsCarlo Landmeter2020-01-291-3/+15
| | | | ref: https://gitlab.alpinelinux.org/alpine/aports/issues/11131
* Remove the last stale filesLeo2020-01-291-11/+0
|
* main/mariadb: upgrade to 10.4.11Jake Buchholz2020-01-281-3/+9
| | | | Also resolves https://gitlab.alpinelinux.org/alpine/aports/issues/11131 -- mariadb no longer depends on mariadb-test.
* main/mariadb: simplify rocksdb logicLeo2019-12-301-6/+5
|
* main/mariadb: fix plugin directoryNatamo2019-12-302-7/+12
| | | | | | | | | | When using MariaDB without services - in this case, in a Docker container - mariadb-install-db will fail, as it tries to load /usr/lib*/plugin and /usr/lib*/mysql/plugin. None of which exist, in a MariaDB installation. The correct path would be /usr/lib*/mariadb/plugin. Failure to load plugins, leads to inability to load PAM and inherently fails the installation.
* main/mariadb: disable rocksdb on mips64 big-endianAriadne Conill2019-12-101-1/+1
|
* main/mariadb: security upgrade to 10.4.10J0WI2019-11-141-2/+5
| | | | | CVE-2019-2974 CVE-2019-2938
* main/mariadb: fix build by enable pamNatanael Copa2019-09-202-4/+24
| | | | apparently PAM is required
* main/mariadb: upgrade to 10.4.8Andy Postnikov2019-09-201-2/+2
|
* main/mariadb: security upgrade to 10.4.7J0WI2019-08-071-3/+9
| | | | | | | | - CVE-2019-2805 - CVE-2019-2740 - CVE-2019-2739 - CVE-2019-2737 - CVE-2019-2758
* main/mariadb: fix conflictKaarle Ritvanen2019-08-021-1/+2
|
* main/mariadb: upgrade to 10.4.6J0WI2019-07-302-78/+7
|
* main/mariadb: upgrade to 10.3.16J0WI2019-06-192-6/+6
|
* main/mariadb: security upgrade to 10.3.15 CVE-2019-2614 CVE-2019-2627 ↵Andy Postnikov2019-05-241-3/+7
| | | | CVE-2019-2628
* main/mariadb: switch default charset to utf8mb4TBK2019-05-241-2/+2
| | | | Fix for https://bugs.alpinelinux.org/issues/9965
* main/mariadb: fix init script not recognizing started instanceJakub Jirutka2019-05-092-9/+4
|
* main/mariadb: reformat init scriptJakub Jirutka2019-05-092-13/+14
|
* main/mariadb: fix typo in init.d scriptNatanael Copa2019-04-302-3/+3
| | | | ref #10380
* main/mariadb: fix checksumLeonardo Arena2019-04-251-2/+2
|
* main/mariadb: Replace rpm parameter with datadir parameterMarcel Haazen2019-04-252-2/+3
| | | | | Fix for the init script so that the system database gets made after running /etc/init.d/mariadb setup instead of failing silently.
* main/mariadb: security upgrade to 10.3.13J0WI2019-02-263-87/+8
| | | | CVE-2019-2510, CVE-2019-2537
* main/mariadb: remove plugin built in mariadb-connector-cTuan Hoang2019-01-181-1/+2
|
* main/mariadb: remove libmariadb.pcNatanael Copa2019-01-161-2/+3
| | | | | The library is provided by mariadb-connector-c so remove hte libmariadb.pc to avoid conflict.
* main/mariadb: upgrade to 10.3.12Natanael Copa2019-01-162-3/+42
|
* main/mariadb: security upgrade to 10.3.11Andy Postnikov2018-12-203-64/+16
| | | | | | | | | | | | | | | - CVE-2018-3282 - CVE-2016-9843 - CVE-2018-3174 - CVE-2018-3143 - CVE-2018-3156 - CVE-2018-3251 - CVE-2018-3185 - CVE-2018-3277 - CVE-2018-3162 - CVE-2018-3173 - CVE-2018-3200 - CVE-2018-3284
* main/mariadb: fix build on mips{el} (-latomic)info@mobile-stream.com2018-11-302-1/+70
| | | | | This adds generic -latomic check so likely covers all architectures without 64-bit atomic built-ins (e.g. armel too).
* main/mariadb: upgrade to 10.3.10 and rebuild against openssl 1.1Natanael Copa2018-11-071-5/+7
|
* main/mariadb: apply upstream pthread patchKaarle Ritvanen2018-09-262-12/+40
|
* main/mariadb: dont run tests in fakerootNatanael Copa2018-09-211-0/+1
| | | | Does not seem to be needed and hopefully it fixes a deadlock on aarch64
* main/mariadb: work around pthread_detach issueKaarle Ritvanen2018-09-182-2/+15
| | | | | | https://jira.mariadb.org/browse/MDEV-17200 fixes #9407
* main/mariadb: only build rocksdb on supported archesNatanael Copa2018-08-281-2/+13
|
* main/mariadb: upgrade to 10.3.9 and move default configNatanael Copa2018-08-284-95/+139
| | | | | | | | | | move default config to /etc/my.cnf and /etc/my.cnf.d/. This is to make it easier to ship default configs for clients, plugins and mysql, without introducing conflicts. We also add a post-upgrade script which makes sure that the skip-networking setting does not disable networking in a pre-existing config on upgrade.
* main/mariadb: clarify licenseTBK2018-08-281-1/+1
|
* main/mariadb: add subpackage for rocksdb pluginTBK2018-08-281-2/+16
|
* main/mariadb: add subpackage for mytopTBK2018-08-281-5/+12
|
* main/mariadb: upgrade to 10.2.15TBK2018-06-122-6/+22
|
* main/mariadb: fix conflictKaarle Ritvanen2018-04-121-1/+2
|
* main/mariadb: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* main/mariadb: upgrade to 10.2.14Andy Postnikov2018-04-021-3/+3
|
* main/mariadb: fix checkdependsNatanael Copa2018-03-261-0/+1
| | | | needs perl to run dbug test
* main/mariadb: split embedded, embedded-dev, static and server-utilsNatanael Copa2018-03-261-37/+109
| | | | | | | | | and move /usr/{lib,share}/mysql -> /usr/{lib.share}/mariadb depend on mariadb-connector-c instead of providing own client lib spitting out -static and -embedded-dev should reduce size of mariadb-dev significantly.
* main/mariadb: upgrade to 10.2.13, modernizeTBK2018-03-265-71/+111
|
* main/mariadb: upgrade to 10.1.31William Pitcock2018-02-271-3/+5
|
* main/mariadb: Add test suite, split OpenRC scriptsA. Wilcox2018-02-261-2/+7
|
* main/mariadb: moderniseA. Wilcox2018-02-261-27/+14
|
* main/mariadb: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/mariadb: upgrade to 10.1.28Johan Bergström2017-10-041-2/+2
|
* main/mariadb: upgrade to 10.1.26Natanael Copa2017-08-181-2/+2
|
* main/mariadb: upgrade to 10.1.24Natanael Copa2017-06-141-3/+3
|