guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mysql: Update to 5.7.12.


From: Leo Famulari
Subject: 01/01: gnu: mysql: Update to 5.7.12.
Date: Wed, 27 Apr 2016 17:56:06 +0000

lfam pushed a commit to branch master
in repository guix.

commit 5d88b4f8a8d92d8b66755f6e15dad3a88732adf9
Author: Leo Famulari <address@hidden>
Date:   Tue Apr 26 23:25:36 2016 -0400

    gnu: mysql: Update to 5.7.12.
    
    Fixes CVE-2016-0639, CVE-2016-0642, CVE-2016-0643, CVE-2016-0647,
    CVE-2016-0648, CVE-2016-0655, CVE-2016-0657, CVE-2016-0659, CVE-2016-0662,
    CVE-2016-0666, CVE-2016-0667, CVE-2016-0705, CVE-2016-2047.
    
    * gnu/packages/databases.scm (mysql): Update to 5.7.12.
---
 gnu/packages/databases.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index a96b003..9aee7b7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -133,7 +133,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their 
data model.")
 (define-public mysql
   (package
     (name "mysql")
-    (version "5.7.11")
+    (version "5.7.12")
     (source (origin
              (method url-fetch)
              (uri (list (string-append
@@ -145,7 +145,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their 
data model.")
                           name "-" version ".tar.gz")))
              (sha256
               (base32
-               "03hzd2ikabxhh5ch2yvml2nks2wpv3qbkqmx3520in6khypwgy2l"))))
+               "11qwbid666fspq143ymi86yva2b01lybaqh26k92rciasav3r11j"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]