GNU bug report logs - #56533
[PATCH] sushi-42: Update checksum

Previous Next

Package: guix-patches;

Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>

Date: Wed, 13 Jul 2022 10:18:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


Message #19 received at 56533 <at> debbugs.gnu.org (full text, mbox):

From: Simon Streit <simon <at> netpanic.org>
To: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Cc: 56533 <at> debbugs.gnu.org
Subject: Re: [bug#56533] [PATCH] sushi-42: Update source URI
Date: Wed, 13 Jul 2022 14:34:36 +0200
Hello Jacob,

Jacob Hrbek <kreyren <at> rixotstudio.cz> writes:

> The current checksum doesn't match the tarball so this updates it
>
> BEWARE: Possible security issue on GNOME's end due to the checksum not
> matching

This package still builds perfectly fine with the old hash.  On the
contrary the source uri is failing at the moment.  This I locally fixed
it.  Sorry if this is contradictory now and for hijacking this thread.

From a489536562c66ab4085d24cf2c495b2639ba55d1 Mon Sep 17 00:00:00 2001
From: Simon Streit <simon <at> netpanic.org>
Date: Wed, 13 Jul 2022 14:06:21 +0200
Subject: [PATCH] gnu: sushi: Fix source path.

* gnu/packages/gnome.scm (sushi): Fix source path.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c80663f472..0ce96d41de 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1588,7 +1588,7 @@ (define-public sushi
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-- 
2.36.1




This bug report was last modified 2 years and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.