GNU bug report logs -
#56533
[PATCH] sushi-42: Update checksum
Previous Next
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
View this message in rfc822 format
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.