guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].


From: guix-commits
Subject: 03/04: gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].
Date: Sun, 27 Sep 2020 18:51:20 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cb2769f9999d70dfcb0d9afa90cd1f1411ea43b9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 27 21:03:33 2020 +0200

    gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].
    
    * gnu/packages/image.scm (jasper): Update to 2.0.21.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ff434bb..651c42b 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1409,7 +1409,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
 (define-public jasper
   (package
     (name "jasper")
-    (version "2.0.20")
+    (version "2.0.21")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1418,7 +1418,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bn4mg6l5afryrlyk3y7p3accdq113fis8hpwywy5g51ycablz3h"))))
+                "0p3qr4j4pjs5vn5amm6ih9hb4wmm72marhmfw08svcs4rrr88p9y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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