guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sane-backends-minimal: Update to 1.0.30 [Eps


From: guix-commits
Subject: branch master updated: gnu: sane-backends-minimal: Update to 1.0.30 [Epson security fixes].
Date: Sun, 17 May 2020 10:05:20 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ad14938  gnu: sane-backends-minimal: Update to 1.0.30 [Epson security 
fixes].
ad14938 is described below

commit ad14938327b745f0dd7a7c58f5ae26f419379b2f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 16:01:32 2020 +0200

    gnu: sane-backends-minimal: Update to 1.0.30 [Epson security fixes].
    
    Fixes CVE-2020-12867 (GHSL-2020-075), CVE-2020-12862 (GHSL-2020-082),
    CVE-2020-12863 (GHSL-2020-083), CVE-2020-12865 (GHSL-2020-084), and
    several other memory management bugs.
    
    Mitigates CVE-2020-12866 (GHSL-2020-079), CVE-2020-12861 (GHSL-2020-080),
    and CVE-2020-12864 (GHSL-2020-081).
    
    * gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.30.
---
 gnu/packages/scanner.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 55a6422..04d5065 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014 John Darrington <address@hidden>
 ;;; Copyright © 2015 Andy Wingo <address@hidden>
 ;;; Copyright © 2016 Andy Patterson <address@hidden>
-;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -39,16 +39,16 @@
 (define-public sane-backends-minimal
   (package
     (name "sane-backends-minimal")
-    (version "1.0.29")
+    (version "1.0.30")
     (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://gitlab.com/sane-project/backends/uploads/";
-                   "54f858b20a364fc35d820df935a86478/"
+                   "c3dd60c9e054b5dee1e7b01a7edc98b0/"
                    "sane-backends-" version ".tar.gz"))
              (sha256
               (base32
-               "1vd83vhl0hddwsdh2jb0k3yzycfghi2xa9lc3ga9r12rbx77n0ma"))
+               "18vryaycps3zpjzxh0wjgg8nv2f4pdvcfxxmdfj28qbzqjlrcp9z"))
              (modules '((guix build utils)))
              (snippet
               ;; Generated HTML files and udev rules normally embed a



reply via email to

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