guix-patches
[Top][All Lists]
Advanced

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

[bug#73894] [PATCH] gnu: chicken: Update to 5.4.0. [security fixes]


From: Zheng Junjie
Subject: [bug#73894] [PATCH] gnu: chicken: Update to 5.4.0. [security fixes]
Date: Sun, 20 Oct 2024 20:20:14 +0800

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> 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)

on apply this patch, chicken-compile-file build fail, can you check it?

starting phase `build'

Error: extension or version not found: "compile-file"
fetching compile-file
TCP connect timeout
TCP connect timeout
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "chicken-install" arguments: ("-cached" 
"-no-install" "compile-file") exit-status: 70 term-signal: #f stop-signal: #f> 
phase `build' failed after 0.0 seconds
command "chicken-install" "-cached" "-no-install" "compile-file" failed with 
status 70
build process 18 exited with status 256

Attachment: signature.asc
Description: PGP signature


reply via email to

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