bug#47257: [PATCH v2] gnu: mariadb: Fix CVE-2021-27928.

2021-03-25 Thread Julien Lepiller
I think you can simplify the patch a bit by inheriting the source too: (source (origin (inherit (package-source mariadb)) (patches …))) Otherwise, untested but looks good.

bug#47257: [PATCH v2] gnu: mariadb: Fix CVE-2021-27928.

2021-03-25 Thread Léo Le Bouter via Bug reports for GNU Guix
* gnu/packages/patches/mariadb-CVE-2021-27928.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/databases.scm (mariadb/fixed): New variable. Apply patch. (mariadb)[replacement]: Graft. --- gnu/local.mk | 1 + gnu/packages/databases.s