gnu: mariadb: Update to 10.1.41 [security fixes].
This fixes CVE-2019-2805, CVE-2019-2740, CVE-2019-2739, and CVE-2019-2737. * gnu/packages/databases.scm (mariadb): Update to 10.1.41. [source](uri): Update download URL.
This commit is contained in:
parent
4661fa76c7
commit
cc3c5fc5e1
|
@ -616,15 +616,15 @@ Language.")
|
||||||
(define-public mariadb
|
(define-public mariadb
|
||||||
(package
|
(package
|
||||||
(name "mariadb")
|
(name "mariadb")
|
||||||
(version "10.1.40")
|
(version "10.1.41")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://downloads.mariadb.org/f/"
|
(uri (string-append "https://downloads.mariadb.com/MariaDB"
|
||||||
name "-" version "/source/"
|
"/mariadb-" version "/source/mariadb-"
|
||||||
name "-" version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19375bnq0yg52kqh6cy00s5rglcxdrs5bb2hy7dqv2xqa9z7lxci"))
|
"1wh0073lqw3d9xs150bf2q3qvjwa6886mfi9khmsn7p8vapw6irb"))
|
||||||
(patches (search-patches "mariadb-client-test-32bit.patch"))
|
(patches (search-patches "mariadb-client-test-32bit.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in New Issue