From unknown Fri Aug 15 02:02:48 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#42468 <42468@debbugs.gnu.org> To: bug#42468 <42468@debbugs.gnu.org> Subject: Status: [PATCH] gnu: patchelf: Update to 0.11. Reply-To: bug#42468 <42468@debbugs.gnu.org> Date: Fri, 15 Aug 2025 09:02:48 +0000 retitle 42468 [PATCH] gnu: patchelf: Update to 0.11. reassign 42468 guix-patches submitter 42468 Michael Rohleder severity 42468 normal tag 42468 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 13:35:30 2020 Received: (at submit) by debbugs.gnu.org; 21 Jul 2020 17:35:30 +0000 Received: from localhost ([127.0.0.1]:40303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxwAs-0004IX-3U for submit@debbugs.gnu.org; Tue, 21 Jul 2020 13:35:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:35272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxwAp-0004IN-51 for submit@debbugs.gnu.org; Tue, 21 Jul 2020 13:35:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58798) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxwAo-0006oH-UP for guix-patches@gnu.org; Tue, 21 Jul 2020 13:35:26 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:46690) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxwAn-00004u-4F for guix-patches@gnu.org; Tue, 21 Jul 2020 13:35:26 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jxwAh-0005nI-TJ; Tue, 21 Jul 2020 19:35:19 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jxwAg-0000E4-Tw for guix-patches@gnu.org; Tue, 21 Jul 2020 19:35:19 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: patchelf: Update to 0.11. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Tue, 21 Jul 2020 19:35:12 +0200 Message-ID: <875zagbwkv.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1595352922;1f4cbf0e; X-HE-SMSGID: 1jxwAh-0005nI-TJ Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/21 13:35:20 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-patchelf-Update-to-0.11.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: patchelf: Update to 0.11. From=20c2d4b9b77fcc131294e6c2433b706e8401f8cc32 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Tue, 21 Jul 2020 19:32:50 +0200 Subject: [PATCH] gnu: patchelf: Update to 0.11. * gnu/packages/elf.scm (patchelf): Update to 0.11. =2D-- gnu/packages/elf.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index 3aabc6e927..48558d5f14 100644 =2D-- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm @@ -7,6 +7,7 @@ ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Marius Bakke ;;; Copyright =C2=A9 2020 Mark Wielaard +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -214,7 +215,7 @@ static analysis of the ELF binaries at hand.") (define-public patchelf (package (name "patchelf") =2D (version "0.10") + (version "0.11") (source (origin (method url-fetch) (uri (string-append @@ -223,7 +224,7 @@ static analysis of the ELF binaries at hand.") "/patchelf-" version ".tar.bz2")) (sha256 (base32 =2D "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n")))) + "16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx")))) (build-system gnu-build-system) (arguments '(#:phases =2D-=20 2.27.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8XJ1EACgkQfHr/vv7y yyXY9wgAny5YCeYgZnYBnB8M7wT3qgthqcR4EvFrab16YiH+fY98Z+DUmC7TaY0j srmOSjSoPlzkJ7wjyYcd5wuYupvGxhlKvSDhCgu7mcSmXE0ecdHkmJrlrbPzNwoL eSZ64owuGtznc1nnwT31EWy3YrJfbV8JqpQtrBZd20LCunWV5lIlGaFthxFNueFJ 8QQFEJCdDsSytZKAjgbXuyUZCNb7EO9yjW4nkMLj1Ft71KJWk173fHhVLGzcKImn v7C5T6l3TUiNnD5lpDjqK20vpB6cONwqwjIojucyJFd1OCf0nG8tLqa1OXXnwkce /iw89DL9gKIiWBz0HpOD01v4hGJeaw== =Z32v -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 17:31:14 2020 Received: (at 42468-done) by debbugs.gnu.org; 21 Jul 2020 21:31:14 +0000 Received: from localhost ([127.0.0.1]:40568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxzr0-0001q1-4A for submit@debbugs.gnu.org; Tue, 21 Jul 2020 17:31:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxzqy-0001pp-LD for 42468-done@debbugs.gnu.org; Tue, 21 Jul 2020 17:31:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36687) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxzqt-0008DJ-9T; Tue, 21 Jul 2020 17:31:07 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:46366 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jxzqq-0004RC-5B; Tue, 21 Jul 2020 17:31:06 -0400 From: Marius Bakke To: Michael Rohleder , 42468-done@debbugs.gnu.org Subject: Re: [bug#42468] [PATCH] gnu: patchelf: Update to 0.11. In-Reply-To: <875zagbwkv.fsf@rohleder.de> References: <875zagbwkv.fsf@rohleder.de> Date: Tue, 21 Jul 2020 23:30:55 +0200 Message-ID: <878sfcftdc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42468-done 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: -3.3 (---) --=-=-= Content-Type: text/plain Michael Rohleder writes: > * gnu/packages/elf.scm (patchelf): Update to 0.11. Applied, thanks! Btw, is your email signing key available somewhere? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8XXo8ACgkQoqBt8qM6 VPp1rAgAmxKtKqJwbOITPHL+wRs6tWUtptA8k60I7eTMdFJUh9WznbobnU4ZpEyt FCn7DeTBN3KGjY+KXddmn54y+bEA/3bAPe2YcPTlZoKyB9tRWD0qBHW05afhunSf me7+MvYK78WKwmK9H5n+NAW11u8AmGUqse05OU9jg8acwJOr+TlXCT/R+3P5Wwq9 DS8UaP1wAOTy2F1Y3gm4fsNVPV4aGOC4hdKV73B/Vfq6SWeXiHaXxOr7PHatlsDS 0dGRcLoGc6Tze60XUWNGSlsDOQ8JxdAf7sBNWcTXigctpeboyBrT7i3h8i8EoCMO m6GAmViIzx0tgrrMarStGtLu/hb9gQ== =+vtV -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 19:44:19 2020 Received: (at 42468-done) by debbugs.gnu.org; 21 Jul 2020 23:44:19 +0000 Received: from localhost ([127.0.0.1]:40673 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jy1vn-0004ym-LD for submit@debbugs.gnu.org; Tue, 21 Jul 2020 19:44:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jy1vm-0004ya-2x for 42468-done@debbugs.gnu.org; Tue, 21 Jul 2020 19:44:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37808) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jy1vg-0000Ma-30; Tue, 21 Jul 2020 19:44:12 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:48390 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jy1vf-0007nx-H4; Tue, 21 Jul 2020 19:44:11 -0400 From: Marius Bakke To: Michael Rohleder , 42468-done@debbugs.gnu.org Subject: Re: bug#42468: [PATCH] gnu: patchelf: Update to 0.11. In-Reply-To: <878sfcftdc.fsf@gnu.org> References: <875zagbwkv.fsf@rohleder.de> <878sfcftdc.fsf@gnu.org> Date: Wed, 22 Jul 2020 01:44:02 +0200 Message-ID: <87wo2we8n1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42468-done 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: -3.3 (---) --=-=-= Content-Type: text/plain Marius Bakke writes: > Michael Rohleder writes: > >> * gnu/packages/elf.scm (patchelf): Update to 0.11. > > Applied, thanks! Uh, I did not realize patchelf had 700+ dependencies (because it is used for GHC), so I reverted this on 'master' and applied it on 'staging' instead. You can check the amount of rebuilds a package change will cause with 'guix refresh -l patchelf'. It's good practice to use --subject-prefix with 'PATCH staging' or 'PATCH core-updates' when emailing patches to prevent overworked reviewers from breaking master on your behalf. ;-) Sorry for the mishap! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8XfcIACgkQoqBt8qM6 VPpxeAgAnRSd2+wtqtVi56RYRK6AnkBDY4bb16iDoOatvxHUEzykIqllspvD0gQo t2ZDjWdOaFyrAl6BuC820o97MuXVOGJlfJ6yWyMB8Ne8D9fM7M9LVe89PDBfKrot 9dF9Sm6w+ZVCwnV9q7PgoAzMpPfH/E9RPXjUXMJuA9mQtHT44GkfTDPNQfAm8hf8 Hi0O5lF0IhyODmHpkMiMP179AJZsT+DQH29Lq69lf/76N2FFAy0d1DNb65pvtteb nfcP8TxbxZpeWEapR/pRTzsrtGKV2u57EgkDw/kqrrZz0u2roERymx0iQ2M3bE+e s9QtXdjp3u95m38BOIY6m4zv4SFRUQ== =lprM -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 21:30:15 2020 Received: (at 42468-done) by debbugs.gnu.org; 22 Jul 2020 01:30:15 +0000 Received: from localhost ([127.0.0.1]:40779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jy3aI-0007zt-PE for submit@debbugs.gnu.org; Tue, 21 Jul 2020 21:30:14 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:33228) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jy3aE-0007zg-UP for 42468-done@debbugs.gnu.org; Tue, 21 Jul 2020 21:30:13 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jy3aC-0003SA-MZ; Wed, 22 Jul 2020 03:30:08 +0200 Received: from [192.168.1.4] (helo=xbmc) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jy3aB-0006BP-Ot; Wed, 22 Jul 2020 03:30:08 +0200 From: Michael Rohleder To: Marius Bakke Subject: Re: bug#42468: [PATCH] gnu: patchelf: Update to 0.11. References: <875zagbwkv.fsf@rohleder.de> <878sfcftdc.fsf@gnu.org> <87wo2we8n1.fsf@gnu.org> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 22 Jul 2020 03:29:58 +0200 In-Reply-To: <87wo2we8n1.fsf@gnu.org> (Marius Bakke's message of "Wed, 22 Jul 2020 01:44:02 +0200") Message-ID: <87v9ig8hgp.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1595381410;ef92a515; X-HE-SMSGID: 1jy3aC-0003SA-MZ X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42468-done Cc: 42468-done@debbugs.gnu.org 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.7 (-) --=-=-= Content-Type: text/plain Marius Bakke writes: > Uh, I did not realize patchelf had 700+ dependencies (because it is used > for GHC), so I reverted this on 'master' and applied it on 'staging' > instead. > > You can check the amount of rebuilds a package change will cause with > 'guix refresh -l patchelf'. It's good practice to use --subject-prefix > with 'PATCH staging' or 'PATCH core-updates' when emailing patches to > prevent overworked reviewers from breaking master on your behalf. ;-) > > Sorry for the mishap! > Uh, yes, sorry for your wasted time! I checked the dependencies and wanted to send to staging, but before sending I got distracted from realworld and then forgot the prefix in the subject (and was offline till now)... Sorry! I have to be more careful next time! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8XlpYACgkQfHr/vv7y yyXvFwf/Wd7NIq6bug9xU9fo7+nx3OoGYx8venHNdLxSUp+9mxnxLAV1SYC2bpqs IvKvDzJEdltPmm00jQTTHkhjmR9yEaix0UBIZaNKcGsVHUhW/Gor/n+1HlnpPnDZ MCoILEM3yUsEhEt2c+icN3iYf3F78LdjnzNTuaZe0ycLn/fmgxGd+ygJvqkHD425 XZic38LcRqBeyITdlUgsy8NVt8JjHqhdz1j/ZvnrqIWQ+vnRlpQwZlWh3gtBJiuP XKPQh9l6bYLWdY8uPJU3EvjHdWd/XZCuR0WMR48eApIAYmR3ZQZhZOOZ942mZb1B Sdsa2u8/XyDc3HiDO2PKwtaaaQ3KOA== =qbom -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 10:43:28 2020 Received: (at 42468-done) by debbugs.gnu.org; 25 Jul 2020 14:43:28 +0000 Received: from localhost ([127.0.0.1]:50767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzLOa-0002h8-5C for submit@debbugs.gnu.org; Sat, 25 Jul 2020 10:43:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzLOW-0002gr-Da for 42468-done@debbugs.gnu.org; Sat, 25 Jul 2020 10:43:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45168) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzLOQ-0004yr-Qo; Sat, 25 Jul 2020 10:43:18 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:38020 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzLOQ-00015D-9R; Sat, 25 Jul 2020 10:43:18 -0400 From: Marius Bakke To: Michael Rohleder Subject: Re: bug#42468: [PATCH] gnu: patchelf: Update to 0.11. In-Reply-To: <87v9ig8hgp.fsf@rohleder.de> References: <875zagbwkv.fsf@rohleder.de> <878sfcftdc.fsf@gnu.org> <87wo2we8n1.fsf@gnu.org> <87v9ig8hgp.fsf@rohleder.de> Date: Sat, 25 Jul 2020 16:43:00 +0200 Message-ID: <87365fwt8r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42468-done Cc: 42468-done@debbugs.gnu.org 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: -3.3 (---) --=-=-= Content-Type: text/plain Michael Rohleder writes: > Marius Bakke writes: >> Uh, I did not realize patchelf had 700+ dependencies (because it is used >> for GHC), so I reverted this on 'master' and applied it on 'staging' >> instead. >> >> You can check the amount of rebuilds a package change will cause with >> 'guix refresh -l patchelf'. It's good practice to use --subject-prefix >> with 'PATCH staging' or 'PATCH core-updates' when emailing patches to >> prevent overworked reviewers from breaking master on your behalf. ;-) >> >> Sorry for the mishap! >> > > Uh, yes, sorry for your wasted time! > > I checked the dependencies and wanted to send to staging, but before > sending I got distracted from realworld and then forgot the prefix in > the subject (and was offline till now)... Sorry! I have to be more > careful next time! No worries, we don't really expect contributors to know about these things. Sorry if my comment sounded angry, it was late. ;-) You've been around a while now, consider applying for commit access so you can break master all by yourself, by the way! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8cRPQACgkQoqBt8qM6 VPpQ4AgAzHKtmhsEYSSgKOqJRhVsWg5mQLDgreMYMMZxYI58UMJ7NsV88qfbcyxE GQNMg/NvCJkVN4HOAPgCRS1GqRIEGZ4AoW7PBh3pKKn91iC64w71of9m/bkvovjs DduCWezDpxd+HevOwkDMEcCQ9KbiN+H3iwY1m4xzbXIZB0Q6C+yh2Fxg8d+SoExB wKVTwXdTedARJRauNIxHxW+Uxp1kqrgXD8aN8/ChlinohAOUGq2SBB5XK0F5GqIt H1QBjw7nHyUBgXvEZBENsFyNjRUNCMo67E1vqsjThEPwCI+9/6Ilu9h37m2XbYVB 715zIe1KFol8uzBK3COd/heMZCWVrQ== =8sj2 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 02:02:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 23 Aug 2020 11:24:09 +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