all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Streit <simon@netpanic.org>
To: Jacob Hrbek <kreyren@rixotstudio.cz>
Cc: 56533@debbugs.gnu.org
Subject: [bug#56533] [PATCH] sushi-42: Update source URI
Date: Wed, 13 Jul 2022 14:34:36 +0200	[thread overview]
Message-ID: <ygu1qupchsz.fsf@netpanic.org> (raw)
In-Reply-To: <20220713101631.13644-1-kreyren@rixotstudio.cz> (Jacob Hrbek's message of "Wed, 13 Jul 2022 10:16:54 +0000")

Hello Jacob,

Jacob Hrbek <kreyren@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@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




  parent reply	other threads:[~2022-07-13 12:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-13 10:16 [bug#56533] [PATCH] sushi-42: Update checksum Jacob Hrbek
2022-07-13 10:59 ` Jacob Hrbek
2022-07-13 11:02   ` bug#56533: " Julien Lepiller
2022-07-13 11:58 ` [bug#56533] (No Subject) Jacob Hrbek
2022-07-13 12:34 ` Simon Streit [this message]
2022-07-13 19:29   ` [bug#56533] [PATCH] sushi-42: Update source URI Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ygu1qupchsz.fsf@netpanic.org \
    --to=simon@netpanic.org \
    --cc=56533@debbugs.gnu.org \
    --cc=kreyren@rixotstudio.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.