guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libwebp: Replace with 1.3.2. [fixes CVE-2023


From: guix-commits
Subject: branch master updated: gnu: libwebp: Replace with 1.3.2. [fixes CVE-2023-4863]
Date: Thu, 14 Sep 2023 01:14:01 -0400

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

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 028ebb8edb gnu: libwebp: Replace with 1.3.2. [fixes CVE-2023-4863]
028ebb8edb is described below

commit 028ebb8edb133bec27c6c7ae1f604dcb090ed127
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Sep 14 06:50:42 2023 +0200

    gnu: libwebp: Replace with 1.3.2. [fixes CVE-2023-4863]
    
    * gnu/packages/image.scm (libwebp/fixed): Update to 1.3.2.
---
 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 403409975a..a632a02139 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1475,7 +1475,7 @@ channels.")
   (package
     (inherit libwebp)
     (name "libwebp")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -1485,7 +1485,7 @@ channels.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1aas6gwy7kfcq34cil781kcsl286khh9grwcx7k4d2n1g7zcpl3m"))))))
+         "1x37795gpc63g1ma9kqw4q3dikwhrjklixqzjjsj6viqksa19z41"))))))
 
 (define-public libmng
   (package



reply via email to

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