From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 05 06:53:59 2022 Received: (at submit) by debbugs.gnu.org; 5 Nov 2022 10:53:59 +0000 Received: from localhost ([127.0.0.1]:55602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGoJ-0000Ve-6v for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:51796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGoH-0000VW-FU for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:57 -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 1orGoF-0001aN-Ci for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:57 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orGoD-0005Eb-Q8 for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:55 -0400 Date: Sat, 05 Nov 2022 18:53:32 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1667645630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mkniaXlhfdA9o/6o4+UZbSTwcyRiE9iZiwruPbA+eho=; b=kd7rDvkUOyNbgN/YxwyNJT7CoBCBSp4mlegNd5YZ0jdxzZHgqqH3+crg/xBt4QbTes3xpe csJPmShQ+EObaIvSX6UbovxaQUFydsW2H6KlPeynMyEir6gEjV8vCXn6ogsGZYJoy3KwZs fVgjaM4Xv2mFWQNh9MprmI9L8elStLfRKjKcFf7s3GWM0OYBLEi1QH6ikWGUF+Um+KvFCG L32nPeuKeXYwfPaacl88oQYkJNq8QdvbNxB/FGnPLI+yt1rV9GcK/kqdA+jmtV1a6IIS5u FiAKAUWAU/B/P8VZqik0hc0HfTSZ4KpA6x2N9MhxNcDNxJif+ONHdcCwX3Qn8g== Message-ID: From: Hilton Chain To: guix-patches@gnu.org Subject: [PATCH] gnu: Add kconfig-hardened-check. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com 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: -1.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: -2.3 (--) * gnu/packages/linux.scm (kconfig-hardened-check): New variable. --- gnu/packages/linux.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cf11a7fc1b..3aa5613a15 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9512,3 +9512,24 @@ (define-public tp-smapi-module @acronym{SMAPI, System Management Application Program Interface} and direct access to the embedded controller.") (license license:gpl2+))) + +(define-public kconfig-hardened-check + (package + (name "kconfig-hardened-check") + (version "0.5.17") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/a13xp0p0v/kconfig-hardened-check") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p9pywfxwyk4yfgaf7bhqrf72ywc6w6k77dbi7lldynha886ih4a")))) + (build-system python-build-system) + (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") + (synopsis + "Tool for checking the security hardening options of the Linux kernel") + (description + "Tool for checking the security hardening options of the Linux kernel.") + (license license:gpl3))) base-commit: e67f9d7ab0c4bc957a918987a347a9ca429f3b0a -- 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 06 09:16:19 2022 Received: (at submit) by debbugs.gnu.org; 6 Nov 2022 14:16:19 +0000 Received: from localhost ([127.0.0.1]:59046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRe-0001KR-O4 for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:53500) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRd-0001KK-4v for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:17 -0500 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 1orgRd-0003dp-0V for guix-patches@gnu.org; Sun, 06 Nov 2022 09:16:17 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1orgRa-0006hN-VW for guix-patches@gnu.org; Sun, 06 Nov 2022 09:16:16 -0500 Received: from localhost (host-82-184-251-30.business.telecomitalia.it [82.184.251.30]) by mira.cbaines.net (Postfix) with ESMTPSA id BBE7C27BBE9; Sun, 6 Nov 2022 14:16:13 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0a70a849; Sun, 6 Nov 2022 14:16:13 +0000 (UTC) References: User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: Hilton Chain Subject: Re: [bug#59043] [PATCH] gnu: Add kconfig-hardened-check. Date: Sun, 06 Nov 2022 15:12:24 +0100 In-reply-to: Message-ID: <875yfsgocy.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 59043@debbugs.gnu.org, guix-patches@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: -2.4 (--) --=-=-= Content-Type: text/plain Hilton Chain via Guix-patches via writes: > + (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") > + (synopsis > + "Tool for checking the security hardening options of the Linux kernel") > + (description > + "Tool for checking the security hardening options of the Linux kernel.") This looks generally OK to me, but could you have a go at writing a description that's different to the synopsis? Even just wording it slightly differently would be OK (e.g. "The @code{kconfig-hardened-check} tool helps with checking the security hardening options of the Linux kernel"). Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNnwa1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdKig//Xx6hcXFBRtOTIJkUmcvN6B5FWjKvUbaT MoYLYxOWoyX1uZpHSIYsP34EnGKGYi/UPL0bRZSPjGRN8mtSOaz0No9ExKpln/In AmBxwb8eUPY06Jl5LSqtzEDr7mipZBR5NfwKz8bI0O1SLq7uILy/HWnvX+tkSvus oJ7HcqhddknBmRBRP5faRGliLphStGPjob4CsKIxL68byux48jwOP3rs0j/UEogz Og2YAsgMRpCz4ZG4oX2um6NEO/vGIa5nJJf06LxkR7pI2b6jzXP6w+kW6vmSHXI1 N53YWe9qdQUX+6jz0sq9YjPGnBN8fS434VPKPrWUpjZwTnpFKGNwfIwFZQuiYGSo Pngli0fP8eK2uLA1UrSUTfcK/vhZkg9Av+KDaSuBZcnKWuDLlJpebyx0SjaJwRKb JFJD2cpNDcU6SISedCG+xrNU08grm9KYTd/+TS5VoFPbXSfovSuobRvBuBMfjHVZ 2wFaxYTasNl7ev48fqs2dMFlZtMkr6gY84g7hKKsaN4P7+IQDp9I+bXbz9FB99ZY 4Bbgbmidah+3JlqHQHxXFcdnB+LIIsAsTt+Zg4EZ4pXpSJp6Z75jhXFyZlgcAiYt jAljETY0rJ8roczMbjqUyqDv9J9dqxTTco20hIyXPM081L6AbrieWudEs0o1yDjy wcY2aWQg0T4= =UFqX -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 06 09:16:25 2022 Received: (at control) by debbugs.gnu.org; 6 Nov 2022 14:16:25 +0000 Received: from localhost ([127.0.0.1]:59049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRl-0001Kl-1N for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:25 -0500 Received: from mira.cbaines.net ([212.71.252.8]:41782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRj-0001Kc-FM for control@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:23 -0500 Received: from localhost (host-82-184-251-30.business.telecomitalia.it [82.184.251.30]) by mira.cbaines.net (Postfix) with ESMTPSA id F37AE27BBE9 for ; Sun, 6 Nov 2022 14:16:22 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 31a0aff8 for ; Sun, 6 Nov 2022 14:16:21 +0000 (UTC) From: Christopher Baines To: control@debbugs.gnu.org Subject: tag 59043 moreinfo Date: Sun, 06 Nov 2022 14:16:21 +0000 Message-ID: <87pme0jhhm.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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.0 (-) tags 59043 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 06 09:52:49 2022 Received: (at submit) by debbugs.gnu.org; 6 Nov 2022 14:52:49 +0000 Received: from localhost ([127.0.0.1]:59076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orh0z-0004Qe-GH for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:52:49 -0500 Received: from lists.gnu.org ([209.51.188.17]:58862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orh0x-0004QT-0f for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:52:48 -0500 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 1orh0w-0001s2-RZ for guix-patches@gnu.org; Sun, 06 Nov 2022 09:52:46 -0500 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orh0v-0003uJ-6g for guix-patches@gnu.org; Sun, 06 Nov 2022 09:52:46 -0500 Date: Sun, 06 Nov 2022 22:52:19 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1667746362; 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: in-reply-to:in-reply-to:references:references; bh=syYnFVDuFzisb/YwMTBKav/1TRrdVilXGvP49vpdGh0=; b=RUoYtVEq75jgtexA926lPlkv+7SK7h0H3FE/QHAC8wTast5bDkGQMWnZs45CP7PkNDXZ6M f3heiLznF8gePQwpxm7qmy23SZzHXXzilC0Ka9hA8c/x7PeatHF78G6Yy4i8IcYMLUPGm+ t+oalqMQKZtiba+T/2jTWV1Wetf+L+Mmh7hrsyukW5iD8MIHULLwkjDUqISYIZ+cduckRN r+MgKJ2CSm4SXq5h1oYq0K1a7hFUrLvAIP00CiHSB2huxIj6mFGV6zpSccPcNkAMznndA0 Qtx+XlezjiGP55JJn2NNQJLC82Nv4Mex1hnmEv/udlPKGJWRiVnWdQFIA88vqw== Message-ID: From: Hilton Chain To: Christopher Baines Subject: [PATCH v2] gnu: Add kconfig-hardened-check. In-Reply-To: <875yfsgocy.fsf@cbaines.net> References: <875yfsgocy.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com 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: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: 59043@debbugs.gnu.org, guix-patches@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: -2.3 (--) * gnu/packages/linux.scm (kconfig-hardened-check): New variable. --- v1 -> v2: Add more description. gnu/packages/linux.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cf11a7fc1b..8eadf8354c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9512,3 +9512,35 @@ (define-public tp-smapi-module @acronym{SMAPI, System Management Application Program Interface} and direct access to the embedded controller.") (license license:gpl2+))) + +(define-public kconfig-hardened-check + (package + (name "kconfig-hardened-check") + (version "0.5.17") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/a13xp0p0v/kconfig-hardened-check") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p9pywfxwyk4yfgaf7bhqrf72ywc6w6k77dbi7lldynha886ih4a")))) + (build-system python-build-system) + (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") + (synopsis + "Tool for checking the security hardening options of the Linux kernel") + (description + "@code{kconfig-hardened-check} is a tool for checking the security +hardening options of the Linux kernel. Provided preferences are based on +suggestions from various sources, including: + +@itemize +@item KSPP recommended settings +@item CLIP OS kernel configuration +@item Last public grsecurity patch (options which they disable) +@item SECURITY_LOCKDOWN_LSM patchset +@item Direct feedback from the Linux kernel maintainers +@end itemize\n +This tool supports checking Kconfig options and kernel cmdline parameters.") + (license license:gpl3))) base-commit: 97d565c786ee1a1eb920ed66384f60aad20e5cc2 -- 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 07 14:58:16 2022 Received: (at submit) by debbugs.gnu.org; 7 Nov 2022 19:58:16 +0000 Received: from localhost ([127.0.0.1]:35403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1os8G7-0006Ik-Ph for submit@debbugs.gnu.org; Mon, 07 Nov 2022 14:58:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:60102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1os8G5-0006IV-Fq for submit@debbugs.gnu.org; Mon, 07 Nov 2022 14:58:13 -0500 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 1os8G5-0001zJ-AZ for guix-patches@gnu.org; Mon, 07 Nov 2022 14:58:13 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1os8G3-0004Dj-T9 for guix-patches@gnu.org; Mon, 07 Nov 2022 14:58:13 -0500 Received: from localhost (93-42-6-17.ip84.fastwebnet.it [93.42.6.17]) by mira.cbaines.net (Postfix) with ESMTPSA id 2662827BBE9; Mon, 7 Nov 2022 19:58:11 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 7840dca1; Mon, 7 Nov 2022 19:58:10 +0000 (UTC) References: <875yfsgocy.fsf@cbaines.net> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: Hilton Chain Subject: Re: [PATCH v2] gnu: Add kconfig-hardened-check. Date: Mon, 07 Nov 2022 20:57:41 +0100 In-reply-to: Message-ID: <87v8nqo7u5.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 59043-done@debbugs.gnu.org, guix-patches@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: -2.4 (--) --=-=-= Content-Type: text/plain Hilton Chain writes: > * gnu/packages/linux.scm (kconfig-hardened-check): New variable. > --- > v1 -> v2: Add more description. > > gnu/packages/linux.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > Thanks! That looks good, I've gone ahead and pushed to master as cad335a32acf8c31b49fe83f1b38b1d1a6da76be. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNpY1JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe1RxAAuK6PhCrUm0MJLOqYhGcnrhC7yDajly+r ce+ovjCuHsUwtOOaya9GvNamqA61Znph1c273tr/eMZgBEY8D1532dDngh2uMmEL s/PRqCGH3rnLLClEKR5bxKIzVVxL5gcPsxON4JsnElFqgKjmOxOm4uI/sYIQ1cAl CkvN4qL5Nm3i7MMRKuIKiO4LZqkSPgBrSlbBVw01ng+fVi3jKaPW4geCACVB9nA0 LkIZs7ud19YW98TssLJ5fsjCqPZmW6ANvOhugNegMj1lhf9EhpWzRSOiG/lcA5WV dcMWdl5uKHGQBDu/gkT+YT7HGqmBU9DpDLqo8ZTMbf1QJwUrY469HMB3wyHHrRW+ hn1jvVAOdjfQW2qqQEdD+d7eiozp0SON5T1ovP6+VMzv0x8RsgjhI0uLhKAlZK7Y A/GajKPNdkid5qydgWl7/cQ5Nn8UsGSgFkeUAB/Su5kHRXKtlffqZWNGzVXiv1fn seFGVOrIXtBwWie+qF9PE0cMvsTpX9j2B48cSGO7rdelj8Oy3EHbdNTn00aJ5eYo sJdl08RCodTU67U+YxUml/WfIi0dVoBvtBLQn4Y/Qv5pRjB1Troi/qXi6GusyRSX NuNcV3E0+Y4Ob76khAa97wusc4fD7LAEKFHjv4bExDt0k0KlkOg6gjvxjbr/OK5F /izD1qCEFiQ= =x4kF -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 18:24:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 06 Dec 2022 12:24:08 +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