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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56533 in the body.
You can then email your comments to 56533 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56533
; Package
guix-patches
.
(Wed, 13 Jul 2022 10:18:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jacob Hrbek <kreyren <at> rixotstudio.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 13 Jul 2022 10:18:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
Signed-off-by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c80663f472..cbf59eaaca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -72,6 +72,7 @@
;;; Copyright © 2022 Leo Nikkilä <hello <at> lnikki.la>
;;; Copyright © 2022 Rene Saavedra <nanuui <at> protonmail.com>
;;; Copyright © 2022 Alexandros Theodotou <alex <at> zrythm.org>
+;;; Copyright © 2022 Jacob Hrbek <kreyren <at> rixotstudio.cz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1592,7 +1593,7 @@ (define-public sushi
name "-" version ".tar.xz"))
(sha256
(base32
- "0848gidl0ab8i5pa70mv8jzchmd9kqa8sn1lg977hyasyixdpn25"))))
+ "45d8db7af45a79784e7a34588d149ea955c8be44bb82a36e896829405b7c8820"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
--
2.37.0
[publickey - kreyren@rixotstudio.cz - 1677db82.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56533
; Package
guix-patches
.
(Wed, 13 Jul 2022 11:00:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 56533 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
close
On 13. 07. 22 12:16, Jacob Hrbek wrote:
> 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
>
> Signed-off-by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
> ---
> gnu/packages/gnome.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index c80663f472..cbf59eaaca 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -72,6 +72,7 @@
> ;;; Copyright © 2022 Leo Nikkilä <hello <at> lnikki.la>
> ;;; Copyright © 2022 Rene Saavedra <nanuui <at> protonmail.com>
> ;;; Copyright © 2022 Alexandros Theodotou <alex <at> zrythm.org>
> +;;; Copyright © 2022 Jacob Hrbek <kreyren <at> rixotstudio.cz>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -1592,7 +1593,7 @@ (define-public sushi
> name "-" version ".tar.xz"))
> (sha256
> (base32
> - "0848gidl0ab8i5pa70mv8jzchmd9kqa8sn1lg977hyasyixdpn25"))))
> + "45d8db7af45a79784e7a34588d149ea955c8be44bb82a36e896829405b7c8820"))))
> (build-system meson-build-system)
> (arguments
> `(#:glib-or-gtk? #t
> --
> 2.37.0
>
--
-- Jacob Hrbek #StandWithUkraine
[publickey - kreyren@rixotstudio.cz - 1677db82.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]
Reply sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
You have taken responsibility.
(Wed, 13 Jul 2022 11:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jacob Hrbek <kreyren <at> rixotstudio.cz>
:
bug acknowledged by developer.
(Wed, 13 Jul 2022 11:03:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 56533-close <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
To close a patch, send to nnn-close <at> debbugs.gnu.org.
Le 13 juillet 2022 12:59:18 GMT+02:00, Jacob Hrbek <kreyren <at> rixotstudio.cz> a écrit :
>close
>
>On 13. 07. 22 12:16, Jacob Hrbek wrote:
>> 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
>>
>> Signed-off-by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
>> ---
>> gnu/packages/gnome.scm | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
>> index c80663f472..cbf59eaaca 100644
>> --- a/gnu/packages/gnome.scm
>> +++ b/gnu/packages/gnome.scm
>> @@ -72,6 +72,7 @@
>> ;;; Copyright © 2022 Leo Nikkilä <hello <at> lnikki.la>
>> ;;; Copyright © 2022 Rene Saavedra <nanuui <at> protonmail.com>
>> ;;; Copyright © 2022 Alexandros Theodotou <alex <at> zrythm.org>
>> +;;; Copyright © 2022 Jacob Hrbek <kreyren <at> rixotstudio.cz>
>> ;;;
>> ;;; This file is part of GNU Guix.
>> ;;;
>> @@ -1592,7 +1593,7 @@ (define-public sushi
>> name "-" version ".tar.xz"))
>> (sha256
>> (base32
>> - "0848gidl0ab8i5pa70mv8jzchmd9kqa8sn1lg977hyasyixdpn25"))))
>> + "45d8db7af45a79784e7a34588d149ea955c8be44bb82a36e896829405b7c8820"))))
>> (build-system meson-build-system)
>> (arguments
>> `(#:glib-or-gtk? #t
>> --
>> 2.37.0
>>
>--
>-- Jacob Hrbek #StandWithUkraine
>
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56533
; Package
guix-patches
.
(Wed, 13 Jul 2022 11:59:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 56533-close <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
--
-- Jacob Hrbek #StandWithUkraine
[publickey - kreyren@rixotstudio.cz - 1677db82.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56533
; Package
guix-patches
.
(Wed, 13 Jul 2022 12:35:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 56533 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56533
; Package
guix-patches
.
(Wed, 13 Jul 2022 19:30:03 GMT)
Full text and
rfc822 format available.
Message #22 received at 56533 <at> debbugs.gnu.org (full text, mbox):
Am Mittwoch, dem 13.07.2022 um 14:34 +0200 schrieb Simon Streit:
> This package still builds perfectly fine with the old hash. On the
> contrary the source uri is failing at the moment.
This was separately reported and solved ~7 hours ago, so it should be
fine now :)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 11 Aug 2022 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.