GNU bug report logs -
#28122
[PATCH] gnu: mariadb: Update to 10.1.26 [security fixes].
Previous Next
Reported by: Alex Vong <alexvong1995 <at> gmail.com>
Date: Thu, 17 Aug 2017 13:05:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#28122: [PATCH] gnu: mariadb: Update to 10.1.26 [security fixes].
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 28122 <at> debbugs.gnu.org.
--
28122: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28122
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
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 <at> 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.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
Hi,
This upgrades mariadb to its latest version.
[0001-gnu-mariadb-Update-to-10.1.26-security-fixes.patch (text/x-diff, inline)]
From 8c804727590fb7f2389ab98865e13099f0ec952d Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> 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 <at> thomasdanckaert.be>
;;; Copyright © 2017 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2017 Alex Vong <alexvong1995 <at> 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
[Message part 8 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.