all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68154] [PATCH] gnu: jq: Update to 1.7.1 [security fixes].
@ 2023-12-30 19:14 Timotej Lazar
  2023-12-31 20:41 ` bug#68154: " John Kehayias via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-12-30 19:14 UTC (permalink / raw)
  To: 68154; +Cc: Timotej Lazar

Fixes CVE-2023-50246 and CVE-2023-50268.

* gnu/packages/web.scm (jq): Update to 1.7.1.

Change-Id: I21999732036c76faea711e0484fa8c0d75d8736f
---
 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 @@ (define-public uwsgi
 (define-public jq
   (package
     (name "jq")
-    (version "1.7")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
@@ -5167,7 +5167,7 @@ (define-public jq
                            "/releases/download/jq-" version
                            "/jq-" version ".tar.gz"))
        (sha256
-        (base32 "0qnv8k9x8i6i24n9vx3cxgw0yjj1411silc4wksfcinrfmlhsaj0"))
+        (base32 "1hl0wppdwwrqf3gzg3xwc260s7i1br2lnc97zr1k8bpx56hrr327"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled onigurama.

base-commit: f24b14767d362a84e6469682b4fe303b50f4b589
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68154: [PATCH] gnu: jq: Update to 1.7.1 [security fixes].
  2023-12-30 19:14 [bug#68154] [PATCH] gnu: jq: Update to 1.7.1 [security fixes] Timotej Lazar
@ 2023-12-31 20:41 ` John Kehayias via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-12-31 20:41 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 68154-done

On Sat, Dec 30, 2023 at 08:14 PM, Timotej Lazar wrote:

> Fixes CVE-2023-50246 and CVE-2023-50268.
>
> * gnu/packages/web.scm (jq): Update to 1.7.1.
>
> Change-Id: I21999732036c76faea711e0484fa8c0d75d8736f
> ---
>  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 @@ (define-public uwsgi
>  (define-public jq
>    (package
>      (name "jq")
> -    (version "1.7")
> +    (version "1.7.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -5167,7 +5167,7 @@ (define-public jq
>                             "/releases/download/jq-" version
>                             "/jq-" version ".tar.gz"))
>         (sha256
> -        (base32 "0qnv8k9x8i6i24n9vx3cxgw0yjj1411silc4wksfcinrfmlhsaj0"))
> +        (base32 "1hl0wppdwwrqf3gzg3xwc260s7i1br2lnc97zr1k8bpx56hrr327"))
>         (modules '((guix build utils)))
>         (snippet
>          ;; Remove bundled onigurama.
>
> base-commit: f24b14767d362a84e6469682b4fe303b50f4b589

Thanks, pushed as 1709f1bc924d1ebbd21797fc41c061a5eee5c352.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-31 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30 19:14 [bug#68154] [PATCH] gnu: jq: Update to 1.7.1 [security fixes] Timotej Lazar
2023-12-31 20:41 ` bug#68154: " John Kehayias via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.