Archived
1
0
Fork 0

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>
This commit is contained in:
Timotej Lazar 2023-12-30 20:14:03 +01:00 committed by John Kehayias
parent b7466215cd
commit 1709f1bc92
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

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