gnu: mariadb: Update to 10.1.37 [security fixes].

This release fixes CVE-2018-3282, CVE-2018-3174, CVE-2018-3143, CVE-2018-3156,
and CVE-2018-3251.  See
<https://mariadb.com/kb/en/library/mariadb-10137-release-notes/> for details.

* gnu/packages/databases.scm (mariadb): Update to 10.1.37.
This commit is contained in:
Marius Bakke 2018-11-23 22:47:42 +01:00
parent 4d8f4a3f00
commit 52b24ba495
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -621,7 +621,7 @@ Language.")
(define-public mariadb
(package
(name "mariadb")
(version "10.1.36")
(version "10.1.37")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.mariadb.org/f/"
@ -629,7 +629,7 @@ Language.")
name "-" version ".tar.gz"))
(sha256
(base32
"0n5aj76mn9rxc21l2kjmfrg10bmsyy4cic68khjr94iby262wx5d"))
"0ijdmdn9mcciwv361zfmja6b1h6qpbdqgrnnq6kkdapplyq1dmcc"))
(patches (search-patches "mariadb-client-test-32bit.patch"))
(modules '((guix build utils)))
(snippet