* [bug#28122] [PATCH] gnu: mariadb: Update to 10.1.26 [security fixes].
@ 2017-08-17 13:03 Alex Vong
2017-08-17 15:41 ` bug#28122: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Alex Vong @ 2017-08-17 13:03 UTC (permalink / raw)
To: 28122
[-- Attachment #1.1: Type: text/plain, Size: 51 bytes --]
Hi,
This upgrades mariadb to its latest version.
[-- Attachment #1.2: 0001-gnu-mariadb-Update-to-10.1.26-security-fixes.patch --]
[-- Type: text/x-diff, Size: 1581 bytes --]
From 8c804727590fb7f2389ab98865e13099f0ec952d Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Thu, 17 Aug 2017 19:20:38 +0800
Subject: [PATCH] gnu: mariadb: Update to 10.1.26 [security fixes].
Fixes CVE-2017-{3636,3641,3653}.
* gnu/packages/databases.scm (mariadb): Update to 10.1.26.
---
gnu/packages/databases.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5944a9ddd..77abed691 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -17,6 +17,7 @@
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -396,7 +397,7 @@ Language.")
(define-public mariadb
(package
(name "mariadb")
- (version "10.1.25")
+ (version "10.1.26")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.mariadb.org/f/"
@@ -404,7 +405,7 @@ Language.")
name "-" version ".tar.gz"))
(sha256
(base32
- "1mm0n8sl6grajk5rbrx55333laz5dg2abyl8mlsn7h8vdymfq1bj"))))
+ "0ggpdcal0if9y6h9hp1yv2q65cbkjfl4p8rqk68a5pk7k75v325s"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.14.1
[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]
Cheers,
Alex
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#28122: [PATCH] gnu: mariadb: Update to 10.1.26 [security fixes].
2017-08-17 13:03 [bug#28122] [PATCH] gnu: mariadb: Update to 10.1.26 [security fixes] Alex Vong
@ 2017-08-17 15:41 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-08-17 15:41 UTC (permalink / raw)
To: Alex Vong; +Cc: 28122-done
[-- Attachment #1: Type: text/plain, Size: 523 bytes --]
On Thu, Aug 17, 2017 at 09:03:38PM +0800, Alex Vong wrote:
> Hi,
>
> This upgrades mariadb to its latest version.
>
> From 8c804727590fb7f2389ab98865e13099f0ec952d Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995@gmail.com>
> Date: Thu, 17 Aug 2017 19:20:38 +0800
> Subject: [PATCH] gnu: mariadb: Update to 10.1.26 [security fixes].
>
> Fixes CVE-2017-{3636,3641,3653}.
>
> * gnu/packages/databases.scm (mariadb): Update to 10.1.26.
Thanks! Pushed as f30ff28b96c0e629dc4a6dd3b63ffcf9620f1500.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-17 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 13:03 [bug#28122] [PATCH] gnu: mariadb: Update to 10.1.26 [security fixes] Alex Vong
2017-08-17 15:41 ` bug#28122: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.