From unknown Wed Jun 18 23:04:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77719 <77719@debbugs.gnu.org> To: bug#77719 <77719@debbugs.gnu.org> Subject: Status: [PATCH] gnu: fuzzel: Update to 1.12.0. Reply-To: bug#77719 <77719@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:15 +0000 retitle 77719 [PATCH] gnu: fuzzel: Update to 1.12.0. reassign 77719 guix-patches submitter 77719 Ashish SHUKLA severity 77719 normal tag 77719 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 11 01:31:36 2025 Received: (at submit) by debbugs.gnu.org; 11 Apr 2025 05:31:37 +0000 Received: from localhost ([127.0.0.1]:48207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u36zI-0007Lp-CL for submit@debbugs.gnu.org; Fri, 11 Apr 2025 01:31:36 -0400 Received: from lists.gnu.org ([2001:470:142::17]:42798) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u36zF-0007LS-6q for submit@debbugs.gnu.org; Fri, 11 Apr 2025 01:31:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u36z9-0002sN-D3 for guix-patches@gnu.org; Fri, 11 Apr 2025 01:31:27 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1u36z6-0004XU-LW for guix-patches@gnu.org; Fri, 11 Apr 2025 01:31:27 -0400 Received: from localhost.localdomain (host-68waeqk6j1u9n9jlis.pd.zrz1-a.v6.dfn.nl [IPv6:2a02:f6d:b170:0:b90d:ab2e:2a85:3a3e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 37C40187E6; Fri, 11 Apr 2025 05:31:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1744349480; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=jHbj/0L7EQjaTtj75982r60VKsWIEl2r0rf3Z4R2ZKM=; b=bx+CIWIQhwG+b6AuiC/luPS3FoMfZgnK8RBBipiwKM0hstVX50POqTMDwzbp8NSaO36Sqh XVrkF3T/RtrPaQs2Gp5JYcrfOkHFcQtjGpTiWoPHaK3gMFzdiV3UC63eyOUVz/SOxiOpY3 144J1xvhHlu5D/X9Ocj7g+/Z+EyshH0= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: fuzzel: Update to 1.12.0. Date: Fri, 11 Apr 2025 07:31:10 +0200 Message-ID: <6737ae31c7a1c89004d41e11bbc781bc57c0b84e.1744349470.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/xdisorg.scm (fuzzel): Update to 1.12.0. [source]: Remove patch. * gnu/packages/patches/fuzzel-fix-gcc-error.patch: Remove. * gnu/local.mk (dist_patch_DATA): Unregister it. --- gnu/local.mk | 1 - .../patches/fuzzel-fix-gcc-error.patch | 42 ------------------- gnu/packages/xdisorg.scm | 8 ++-- 3 files changed, 3 insertions(+), 48 deletions(-) delete mode 100644 gnu/packages/patches/fuzzel-fix-gcc-error.patch diff --git a/gnu/local.mk b/gnu/local.mk index 29bf4c72b8..352d982ab3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1335,7 +1335,6 @@ dist_patch_DATA = \ %D%/packages/patches/fulcrum-1.9.1-unbundled-libraries.patch \ %D%/packages/patches/fuse-glibc-2.34.patch \ %D%/packages/patches/fuse-overlapping-headers.patch \ - %D%/packages/patches/fuzzel-fix-gcc-error.patch \ %D%/packages/patches/fuzzylite-relative-path-in-tests.patch \ %D%/packages/patches/fuzzylite-use-catch2.patch \ %D%/packages/patches/fuzzylite-soften-float-equality.patch \ diff --git a/gnu/packages/patches/fuzzel-fix-gcc-error.patch b/gnu/packages/patches/fuzzel-fix-gcc-error.patch deleted file mode 100644 index 4b5071e0e2..0000000000 --- a/gnu/packages/patches/fuzzel-fix-gcc-error.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 05b16745a1d26c4e098c39a49c56e9c312771bd2 Mon Sep 17 00:00:00 2001 -From: Ashish SHUKLA -Date: Mon, 23 Sep 2024 12:43:37 +0200 -Subject: [PATCH] Fix release build with GCC 11.x -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -meson in release build mode (with GCC) triggers following compiler error: - - In file included from ../source/clipboard.c:14: - ../source/clipboard.c: In function ‘select_mime_type_for_offer’: - ../source/log.h:58:5: error: ‘%s’ directive argument is null [-Werror=format-overflow=] - 58 | log_msg(LOG_CLASS_DEBUG, LOG_MODULE, __FILE__, __LINE__, fmt, ## __VA_ARGS__) - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - ../source/clipboard.c:81:5: note: in expansion of macro ‘LOG_DBG’ - 81 | LOG_DBG("mime-type: %s -> %s (offered type was %s)", - | ^~~~~~~ - ../source/clipboard.c:81:31: note: format string is defined here - 81 | LOG_DBG("mime-type: %s -> %s (offered type was %s)", - | ^~ - -Fixes #420 ---- - clipboard.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/clipboard.c b/clipboard.c -index a4fa2d2..c692503 100644 ---- a/clipboard.c -+++ b/clipboard.c -@@ -79,7 +79,9 @@ select_mime_type_for_offer(const char *_mime_type, - } - - LOG_DBG("mime-type: %s -> %s (offered type was %s)", -- mime_type_map[*type], mime_type_map[mime_type], _mime_type); -+ mime_type_map[*type], -+ (mime_type_map[mime_type] == NULL ? "(null)" : mime_type_map[mime_type]), -+ _mime_type); - - /* Mime-type transition; if the new mime-type is "better" than - * previously offered types, use the new type */ diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 302c0434ca..0013b00ce7 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -64,7 +64,7 @@ ;;; Copyright © 2022 Mehmet Tekman ;;; Copyright © 2024 Artyom V. Poptsov ;;; Copyright © 2024 Igor Goryachev -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; Copyright © 2024 Spencer Peters ;;; Copyright © 2024 Jakob Kirsch ;;; Copyright © 2025 Evgeny Pisemsky @@ -3559,7 +3559,7 @@ (define-public j4-dmenu-desktop (define-public fuzzel (package (name "fuzzel") - (version "1.11.1") + (version "1.12.0") (home-page "https://codeberg.org/dnkl/fuzzel") (source (origin (method git-fetch) @@ -3567,9 +3567,7 @@ (define-public fuzzel (file-name (git-file-name name version)) (sha256 (base32 - "0dz451sjzglznkq9jmmcqm2m5y9kj1nx5zrdln56nmnbyyy4gkhl")) - (patches - (search-patches "fuzzel-fix-gcc-error.patch")))) + "0hsw98v499bz2nxvlw3ykq5qyyad3ci5a7x723r3cl84brabqrp3")))) (build-system meson-build-system) (arguments (list #:build-type "release" base-commit: f7c41ab31f5023023385500f6eb9083d23dd1ccb -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 11 03:28:53 2025 Received: (at submit) by debbugs.gnu.org; 11 Apr 2025 07:28:53 +0000 Received: from localhost ([127.0.0.1]:48442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u38om-0007dX-86 for submit@debbugs.gnu.org; Fri, 11 Apr 2025 03:28:53 -0400 Received: from lists.gnu.org ([2001:470:142::17]:42098) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u38oj-0007dA-ST for submit@debbugs.gnu.org; Fri, 11 Apr 2025 03:28:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u38od-0007K5-1X for guix-patches@gnu.org; Fri, 11 Apr 2025 03:28:43 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u38oa-0007fC-LR for guix-patches@gnu.org; Fri, 11 Apr 2025 03:28:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1744356902; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lfOl4pGYLMTpdusPddv5ZvL5YeMy0RXI35Pexg+9OBM=; b=maLeIZGXaTR97+aR0nr+ymvRswfL8+FSWgpXlkPAcWlZoJRraeblqsAxJLqZw1if/RUUYb gJ3FZmBfVVAQoIFIjqBTEjn5cKpPehsQrv1AMAOT0+Hnrid06vcwo4Q3jHtr0mMVd0kiXJ wOIsIK3D/e8TatwT8Jxly++s4Mabr48= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 7a29104c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 11 Apr 2025 07:35:01 +0000 (UTC) From: Z572 To: Ashish SHUKLA via Guix-patches via Subject: Re: [bug#77719] [PATCH] gnu: fuzzel: Update to 1.12.0. In-Reply-To: <6737ae31c7a1c89004d41e11bbc781bc57c0b84e.1744349470.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Fri, 11 Apr 2025 07:31:10 +0200") References: <6737ae31c7a1c89004d41e11bbc781bc57c0b84e.1744349470.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Fri, 11 Apr 2025 15:28:30 +0800 Message-ID: <87frifrwbl.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.498, PDS_OTHER_BAD_TLD=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/xdisorg.scm (fuzzel): Update to 1.12.0. > [source]: Remove patch. > > * gnu/packages/patches/fuzzel-fix-gcc-error.patch: Remove. > > * gnu/local.mk (dist_patch_DATA): Unregister it. > [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: 77719-done@debbugs.gnu.org, Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/xdisorg.scm (fuzzel): Update to 1.12.0. > [source]: Remove patch. > > * gnu/packages/patches/fuzzel-fix-gcc-error.patch: Remove. > > * gnu/local.mk (dist_patch_DATA): Unregister it. > [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/xdisorg.scm (fuzzel): Update to 1.12.0. > [source]: Remove patch. > > * gnu/packages/patches/fuzzel-fix-gcc-error.patch: Remove. > > * gnu/local.mk (dist_patch_DATA): Unregister it. > --- > gnu/local.mk | 1 - > .../patches/fuzzel-fix-gcc-error.patch | 42 ------------------- > gnu/packages/xdisorg.scm | 8 ++-- > 3 files changed, 3 insertions(+), 48 deletions(-) > delete mode 100644 gnu/packages/patches/fuzzel-fix-gcc-error.patch > > diff --git a/gnu/local.mk b/gnu/local.mk > index 29bf4c72b8..352d982ab3 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -1335,7 +1335,6 @@ dist_patch_DATA =3D \ > %D%/packages/patches/fulcrum-1.9.1-unbundled-libraries.patch \ > %D%/packages/patches/fuse-glibc-2.34.patch \ > %D%/packages/patches/fuse-overlapping-headers.patch \ > - %D%/packages/patches/fuzzel-fix-gcc-error.patch \ > %D%/packages/patches/fuzzylite-relative-path-in-tests.patch \ > %D%/packages/patches/fuzzylite-use-catch2.patch \ > %D%/packages/patches/fuzzylite-soften-float-equality.patch \ > diff --git a/gnu/packages/patches/fuzzel-fix-gcc-error.patch b/gnu/packag= es/patches/fuzzel-fix-gcc-error.patch > deleted file mode 100644 > index 4b5071e0e2..0000000000 > --- a/gnu/packages/patches/fuzzel-fix-gcc-error.patch > +++ /dev/null > @@ -1,42 +0,0 @@ > -From 05b16745a1d26c4e098c39a49c56e9c312771bd2 Mon Sep 17 00:00:00 2001 > -From: Ashish SHUKLA > -Date: Mon, 23 Sep 2024 12:43:37 +0200 > -Subject: [PATCH] Fix release build with GCC 11.x > -MIME-Version: 1.0 > -Content-Type: text/plain; charset=3DUTF-8 > -Content-Transfer-Encoding: 8bit > - > -meson in release build mode (with GCC) triggers following compiler error: > - > - In file included from ../source/clipboard.c:14: > - ../source/clipboard.c: In function =E2=80=98select_mime_type_for_offe= r=E2=80=99: > - ../source/log.h:58:5: error: =E2=80=98%s=E2=80=99 directive argument = is null [-Werror=3Dformat-overflow=3D] > - 58 | log_msg(LOG_CLASS_DEBUG, LOG_MODULE, __FILE__, __LINE__, = fmt, ## __VA_ARGS__) > - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~~~~~~~~~ > - ../source/clipboard.c:81:5: note: in expansion of macro =E2=80=98LOG_= DBG=E2=80=99 > - 81 | LOG_DBG("mime-type: %s -> %s (offered type was %s)", > - | ^~~~~~~ > - ../source/clipboard.c:81:31: note: format string is defined here > - 81 | LOG_DBG("mime-type: %s -> %s (offered type was %s)", > - | ^~ > - > -Fixes #420 > ---- > - clipboard.c | 4 +++- > - 1 file changed, 3 insertions(+), 1 deletion(-) > - > -diff --git a/clipboard.c b/clipboard.c > -index a4fa2d2..c692503 100644 > ---- a/clipboard.c > -+++ b/clipboard.c > -@@ -79,7 +79,9 @@ select_mime_type_for_offer(const char *_mime_type, > - } > -=20 > - LOG_DBG("mime-type: %s -> %s (offered type was %s)", > -- mime_type_map[*type], mime_type_map[mime_type], _mime_type); > -+ mime_type_map[*type], > -+ (mime_type_map[mime_type] =3D=3D NULL ? "(null)" : mime_typ= e_map[mime_type]), > -+ _mime_type); > -=20 > - /* Mime-type transition; if the new mime-type is "better" than > - * previously offered types, use the new type */ > diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm > index 302c0434ca..0013b00ce7 100644 > --- a/gnu/packages/xdisorg.scm > +++ b/gnu/packages/xdisorg.scm > @@ -64,7 +64,7 @@ > ;;; Copyright =C2=A9 2022 Mehmet Tekman > ;;; Copyright =C2=A9 2024 Artyom V. Poptsov > ;;; Copyright =C2=A9 2024 Igor Goryachev > -;;; Copyright =C2=A9 2024 Ashish SHUKLA > +;;; Copyright =C2=A9 2024, 2025 Ashish SHUKLA > ;;; Copyright =C2=A9 2024 Spencer Peters > ;;; Copyright =C2=A9 2024 Jakob Kirsch > ;;; Copyright =C2=A9 2025 Evgeny Pisemsky > @@ -3559,7 +3559,7 @@ (define-public j4-dmenu-desktop > (define-public fuzzel > (package > (name "fuzzel") > - (version "1.11.1") > + (version "1.12.0") > (home-page "https://codeberg.org/dnkl/fuzzel") > (source (origin > (method git-fetch) > @@ -3567,9 +3567,7 @@ (define-public fuzzel > (file-name (git-file-name name version)) > (sha256 > (base32 > - "0dz451sjzglznkq9jmmcqm2m5y9kj1nx5zrdln56nmnbyyy4gkhl")) > - (patches > - (search-patches "fuzzel-fix-gcc-error.patch")))) > + "0hsw98v499bz2nxvlw3ykq5qyyad3ci5a7x723r3cl84brabqrp3"))= )) > (build-system meson-build-system) > (arguments > (list #:build-type "release" > > base-commit: f7c41ab31f5023023385500f6eb9083d23dd1ccb fix cross-compilation, pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmf4xJ4ACgkQO1qpk+Gi 3/CtRg//eXAbS5AwUZ8Q02oOd7uSe2CanrARHk6GE38D9oOrsaHCeK9LhcoiwAjK K0Ih5uBar+IeAmEoIn+kjJOy8p7U2zUhaXImCw5RDP+CD1vSbBr+p6WY6OVZeH+A wTtVGEDka0jhEZobdMPajy2bbQI5FOg7wdRDBHgXkFML6pSmhAfyG529r5ZbR/00 RqBojdzGwign6TaDuAit+Lrd+UntGNag7EzOcE+xr+09F0S1r58W4ObohfPgOBR3 Ytk4ByaV5Xzo7n55LBgk/r3e1rMnYSrs+lSyhcSaW3wWjt6fjc+raGJueZW5JIKA 9kpya70amkcF581ozdwk5mpTPiRQd+4phDT8hDpvoKSsYQiEB3FRK9eH+ajsNuCr Oo0LExDrZ1B+VM/PjNuZw6clj0s6Emp8PwV34YebrVPZwtO8i6syQlfJ9UtBFE/4 Xv34f8Xwcx65fg3kI9NibIMOZrhcjFkHcnpn7ORjLu/Xyp+ulO2OuDEOVMKtELWp 1BsHacmzcgiyo4jjaLPZmi2Ai+SNWT+zviDwLLjKalE9kWl1W5d4HGPEph5RDPeP RoZ5R2OVX/FOJ8/R3Wphsbku1n63V42v7AGxVXipKRgr3vTR/5zGBG/jX8InDWoQ RattECZ1DrgoKTDenJhZPaDAhbY0roNXPXyJmilhh0uOuxnbDEs= =ajYu -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:04:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 09 May 2025 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator