unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73894] [PATCH] gnu: chicken: Update to 5.4.0. [security fixes]
@ 2024-10-19 22:58 Nicolas Graves via Guix-patches via
  2024-10-20 12:20 ` Zheng Junjie
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-10-19 22:58 UTC (permalink / raw)
  To: 73894; +Cc: Nicolas Graves

This fixes CVE-2022-45145.

* gnu/packages/chicken.scm (chicken): Update to 5.4.0.
---
 gnu/packages/chicken.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index 3743ae3e2a..a499c5d9ee 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -32,14 +32,14 @@ (define-module (gnu packages chicken)
 (define-public chicken
   (package
     (name "chicken")
-    (version "5.3.0")
+    (version "5.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://code.call-cc.org/releases/"
                                   version "/chicken-" version ".tar.gz"))
               (sha256
                (base32
-                "0xhdvcdwlv9vbhxh7k0fzd32ybhc7fn83y9fj48dhzp1z7c9kbf3"))))
+                "0pzcrnzkjw2sa44vy59wbygvlc3nva8zisprkdnvyrqi3jk4lp9w"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
-- 
2.46.0





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

end of thread, other threads:[~2024-10-20 21:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-19 22:58 [bug#73894] [PATCH] gnu: chicken: Update to 5.4.0. [security fixes] Nicolas Graves via Guix-patches via
2024-10-20 12:20 ` Zheng Junjie
2024-10-20 21:30   ` Ludovic Courtès
2024-10-20 13:54 ` [bug#73894] [PATCH v2 1/2] " Nicolas Graves via Guix-patches via
2024-10-20 13:54   ` [bug#73894] [PATCH v2 2/2] guix: chicken-build-system: Fix the build-system Nicolas Graves via Guix-patches via
2024-10-20 15:38 ` [bug#73894] [PATCH v3 1/2] gnu: chicken: Update to 5.4.0. [security fixes] Nicolas Graves via Guix-patches via
2024-10-20 15:38   ` [bug#73894] [PATCH v3 2/2] guix: chicken-build-system: Fix the build-system Nicolas Graves via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).