guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: jq: Update to 1.7.1 [security fixes].


From: guix-commits
Subject: 01/04: gnu: jq: Update to 1.7.1 [security fixes].
Date: Sun, 31 Dec 2023 15:39:59 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit 1709f1bc924d1ebbd21797fc41c061a5eee5c352
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sat Dec 30 20:14:03 2023 +0100

    gnu: jq: Update to 1.7.1 [security fixes].
    
    Fixes CVE-2023-50246 and CVE-2023-50268.
    
    * gnu/packages/web.scm (jq): Update to 1.7.1.
    
    Change-Id: I21999732036c76faea711e0484fa8c0d75d8736f
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 67f59ca9f9..f61c4f045c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5159,7 +5159,7 @@ It uses the uwsgi protocol for all the 
networking/interprocess communications.")
 (define-public jq
   (package
     (name "jq")
-    (version "1.7")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
@@ -5167,7 +5167,7 @@ It uses the uwsgi protocol for all the 
networking/interprocess communications.")
                            "/releases/download/jq-" version
                            "/jq-" version ".tar.gz"))
        (sha256
-        (base32 "0qnv8k9x8i6i24n9vx3cxgw0yjj1411silc4wksfcinrfmlhsaj0"))
+        (base32 "1hl0wppdwwrqf3gzg3xwc260s7i1br2lnc97zr1k8bpx56hrr327"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled onigurama.



reply via email to

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