aboutsummaryrefslogtreecommitdiffstats
path: root/main/mariadb
Commit message (Collapse)AuthorAgeFilesLines
* main/mariadb: security upgrade to 10.1.26Natanael Copa2017-08-221-4/+14
| | | | | | | | | | | | | fixes #7708 CVE-2017-3636 CVE-2017-3641 CVE-2017-3653 CVE-2017-3308 CVE-2017-3309 CVE-2017-3453 CVE-2017-3456 CVE-2017-3464
* main/mariadb: security upgrade to 10.1.22 - fixes #7017Leonardo Arena2017-05-011-29/+31
| | | | CVE-2017-3313, CVE-2017-3302
* main/mariadb: security upgrade to 10.1.21 - fixes #6720Sergey Lukin2017-01-241-4/+17
| | | | | | | | | | | | | | CVE-2016-6664 CVE-2017-3238 CVE-2017-3243 CVE-2017-3244 CVE-2017-3257 CVE-2017-3258 CVE-2017-3265 CVE-2017-3291 CVE-2017-3312 CVE-2017-3317 CVE-2017-3318
* main/mariadb: security upgrade to 10.1.19 (CVE-2016-7440, CVE-2016-5584). ↵Sergey Lukin2016-11-241-4/+4
| | | | Fixes: #6442
* main/mariadb: upgrade to 10.1.18Natanael Copa2016-10-191-4/+4
|
* main/mariadb: security upgrade to 10.1.17. Fixes #6171Leonardo Arena2016-10-171-5/+19
| | | | | | | | | | | | | | CVE-2016-0647 CVE-2016-0648 CVE-2016-0666 CVE-2016-0643 CVE-2016-5444 CVE-2016-3452 CVE-2016-3477 CVE-2016-3521 CVE-2016-3615 CVE-2016-5440 CVE-2016-6662
* main/mariadb: bump pkgrelCarlo Landmeter2016-03-241-1/+1
| | | | (cherry picked from commit a95283b58a982eb8e5805f816b7a32d0261f90e3)
* main/mariadb: fix init.d scriptNatanael Copa2016-03-242-6/+11
| | | | | | | - find the pidfile from *_pre script instead from global scope - move init.d script to the server package instead of -common (cherry picked from commit 13d027613dc9bc51202eb338821c558580c031a4)
* main/mariadb: fix ucontext configure checkTimo Teräs2016-03-242-3/+26
| | | | | | | | musl ships the header for other purposes, but makecontext is not implemented. fix the check to detect if makecontext is implemented before enabling code using it. (cherry picked from commit 6e4ec8d55d87327ea4b9900825bd52086cb2f946)
* main/mariadb: re-enable on armhfTimo Teräs2016-03-241-1/+1
| | | | | | | ucontext.h is removed from musl-dev now, and mariadb should build (async stuff should give run-time error). (cherry picked from commit ead72f039293e37c40fff47da0ef0adc5d6172de)
* main/mariadb: disable on armhf for nowTimo Teräs2016-03-241-1/+1
| | | | | | | | | | | | | | | | | mariadb does async functions using fibers. for x86 and x86_64 it has asm implementation, but for other architectures it uses {make,swap,get}context. musl does not support that, but ships the ucontext.h which makes mariadb think it exists and the build fails with: ../mysys/libmysys.a(my_context.c.o): In function `my_context_spawn_internal': /home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:63: undefined reference to `setcontext' ../mysys/libmysys.a(my_context.c.o): In function `my_context_continue': /home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:77: undefined reference to `swapcontext' ... For now disable on armhf. (cherry picked from commit ad7c54bd9b6d8e60e88a313a92c83d083f196db8)
* main/mariadb: upgrade to 10.1.12Natanael Copa2016-03-243-75/+8
| | | | (cherry picked from commit f112a8412a0a895317ee14d15bfbdde509b02d3d)
* main/mariadb: rebase installdb patch. Fixes #5101Leonardo Arena2016-02-102-1/+38
| | | | (cherry picked from commit f5c514ff5c64e6c2f532a2626b0c7237743d70af)
* main/mariadb: security upgrade to 10.1.11. Fixes #5047 (Multiple CVEs)Łukasz Jendrysik2016-02-092-36/+5
| | | | | | | | | | | | | | | | | CVE-2016-0546 CVE-2016-0505 CVE-2016-0596 CVE-2016-0597 CVE-2016-0616 CVE-2016-0598 CVE-2016-0600 CVE-2016-0606 CVE-2016-0608 CVE-2016-0609 CVE-2016-2047: MDEV-9212 Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> (cherry picked from commit 3d14ab3088a6be734caa7e423b16c7b816726b9b)
* main/mariadb: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/mariadb: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/mariadb: new upstream verison 10.1.9Christian Kampka2015-11-301-5/+5
|
* main/mariadb: create user in .pre-install scriptSören Tempel2015-11-182-3/+10
|
* main/mariadb: fix build on x86_64Natanael Copa2015-10-211-1/+1
| | | | the config option to disable tokudb was changed
* main/mariadb: upgrade to stable 10.1.8Valery Kartel2015-10-212-55/+27
|
* main/mariadb: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* main/mariadb: fix segfault due to strerror_rNatanael Copa2015-08-242-4/+45
|
* main/mariadb: upgrade to 10.0.21Natanael Copa2015-08-142-9/+32
|
* main/mariadb: wait for socket on startupKaarle Ritvanen2015-07-222-8/+12
|
* main/mariadb: fix mysql compat packageNatanael Copa2015-06-261-5/+5
| | | | ref #3843
* main/mariadb: rebuild with gcc5 libstdc++ ABI changeNatanael Copa2015-06-221-1/+1
|
* main/mariadb: make -dev package provide mysql-devNatanael Copa2015-06-031-2/+3
| | | | ref #4264
* main/mariadb: add the actual patchBartłomiej Piotrowski2015-05-091-0/+61
|
* main/mariadb: add patch for MDEV-8115Bartłomiej Piotrowski2015-05-091-5/+9
|
* main/mariadb: upgrade to 5.5.43Bartłomiej Piotrowski2015-05-081-38/+37
| | | | Indentation was completely wrong, so I took the liberty to fix it.
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/mariadb: Fix typo in init.d scriptTed Trask2015-04-132-5/+5
|
* main/mariadb: add missing depCarlo Landmeter2015-04-051-2/+2
|
* main/mariadb: fix script path and etc locationCarlo Landmeter2015-04-052-37/+47
|
* main/mariadb: upgrade to 5.5.42Łukasz Jendrysik2015-03-242-52/+9
|
* main/mariadb: misc fixes for upgradeNatanael Copa2015-03-061-3/+17
| | | | | | | | | - the mariadb-common should replace mysql-common instead of mariadb. We never had an mariadb which provided the file shipped with mariadb-common. - provide a couple of dummy packages for mysql that pulls in mariadb as dependency. This should make upgrades smoother.
* main/mariadb: disable jemallocNatanael Copa2015-01-201-2/+3
| | | | | | | we don't know if it gives any significant performance gain compared to musl malloc yet. disable it for now.
* mariadb: moved from testingNatanael Copa2015-01-203-0/+291