* [bug#56533] [PATCH] sushi-42: Update checksum
@ 2022-07-13 10:16 Jacob Hrbek
2022-07-13 10:59 ` Jacob Hrbek
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Jacob Hrbek @ 2022-07-13 10:16 UTC (permalink / raw)
To: 56533; +Cc: Jacob Hrbek
[-- Attachment #1.1: Type: text/plain, Size: 1186 bytes --]
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@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@lnikki.la>
;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
+;;; Copyright © 2022 Jacob Hrbek <kreyren@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
[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#56533] [PATCH] sushi-42: Update checksum
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 ` [bug#56533] [PATCH] sushi-42: Update source URI Simon Streit
2 siblings, 1 reply; 6+ messages in thread
From: Jacob Hrbek @ 2022-07-13 10:59 UTC (permalink / raw)
To: 56533
[-- Attachment #1.1: Type: text/plain, Size: 1354 bytes --]
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@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@lnikki.la>
> ;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
> ;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
> +;;; Copyright © 2022 Jacob Hrbek <kreyren@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
[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#56533: [PATCH] sushi-42: Update checksum
2022-07-13 10:59 ` Jacob Hrbek
@ 2022-07-13 11:02 ` Julien Lepiller
0 siblings, 0 replies; 6+ messages in thread
From: Julien Lepiller @ 2022-07-13 11:02 UTC (permalink / raw)
To: Jacob Hrbek, 56533-close
[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]
To close a patch, send to nnn-close@debbugs.gnu.org.
Le 13 juillet 2022 12:59:18 GMT+02:00, Jacob Hrbek <kreyren@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@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@lnikki.la>
>> ;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
>> ;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
>> +;;; Copyright © 2022 Jacob Hrbek <kreyren@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
>
[-- Attachment #2: Type: text/html, Size: 1964 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#56533] (No Subject)
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:58 ` Jacob Hrbek
2022-07-13 12:34 ` [bug#56533] [PATCH] sushi-42: Update source URI Simon Streit
2 siblings, 0 replies; 6+ messages in thread
From: Jacob Hrbek @ 2022-07-13 11:58 UTC (permalink / raw)
To: 56533-close
[-- Attachment #1.1: Type: text/plain, Size: 38 bytes --]
--
-- Jacob Hrbek #StandWithUkraine
[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#56533] [PATCH] sushi-42: Update source URI
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:58 ` [bug#56533] (No Subject) Jacob Hrbek
@ 2022-07-13 12:34 ` Simon Streit
2022-07-13 19:29 ` Liliana Marie Prikler
2 siblings, 1 reply; 6+ messages in thread
From: Simon Streit @ 2022-07-13 12:34 UTC (permalink / raw)
To: Jacob Hrbek; +Cc: 56533
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-07-13 19:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#56533] [PATCH] sushi-42: Update source URI Simon Streit
2022-07-13 19:29 ` Liliana Marie Prikler
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).