| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
CVE-2017-3313, CVE-2017-3302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes: #6442
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(cherry picked from commit a95283b58a982eb8e5805f816b7a32d0261f90e3)
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
ucontext.h is removed from musl-dev now, and mariadb should build
(async stuff should give run-time error).
(cherry picked from commit ead72f039293e37c40fff47da0ef0adc5d6172de)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
(cherry picked from commit f112a8412a0a895317ee14d15bfbdde509b02d3d)
|
|
|
|
| |
(cherry picked from commit f5c514ff5c64e6c2f532a2626b0c7237743d70af)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the config option to disable tokudb was changed
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ref #3843
|
| |
|
|
|
|
| |
ref #4264
|
| |
|
| |
|
|
|
|
| |
Indentation was completely wrong, so I took the liberty to fix it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
we don't know if it gives any significant performance gain compared to
musl malloc yet.
disable it for now.
|
|
|