aboutsummaryrefslogtreecommitdiffstats
path: root/main/mariadb/fix-ucontext-check.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/mariadb: security upgrade to 10.3.11Andy Postnikov2018-12-201-18/+0
| | | | | | | | | | | | | | | - 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: upgrade to 10.2.15TBK2018-06-121-2/+2
|
* main/mariadb: upgrade to 10.2.13, modernizeTBK2018-03-261-7/+6
|
* main/mariadb: fix ucontext configure checkTimo Teräs2016-03-081-0/+19
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.