From debbugs-submit-bounces@debbugs.gnu.org Mon May 08 03:23:42 2023 Received: (at submit) by debbugs.gnu.org; 8 May 2023 07:23:42 +0000 Received: from localhost ([127.0.0.1]:39006 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pvvDh-000899-TY for submit@debbugs.gnu.org; Mon, 08 May 2023 03:23:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:33518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pvgKm-0002z4-TY for submit@debbugs.gnu.org; Sun, 07 May 2023 11:30:01 -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 1pvgKm-0002Fb-H0 for guix-patches@gnu.org; Sun, 07 May 2023 11:30:00 -0400 Received: from mail.uvy.fr ([146.59.197.40]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pvgKk-0005Vt-Oj for guix-patches@gnu.org; Sun, 07 May 2023 11:30:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uvy.fr; s=202105; t=1683473394; bh=6BMLhnwwWCvJwrDu1ZQyAPJQHLzShl1sC7C8pZlbSGs=; h=From:To:Cc:Subject:Date; b=5y9j6vxpTD4/t+8Do5F+SyiUOjQ+lHAZNCiB9wQ928hBiXb2+4w1hRv/G5tU4vUSE JjFW6niHDTAPE0WRH0wfQI2DOn3Esris5ePns33PiEXwhAojqxB7R8S/865xNfo5s3 ERtRkM3cHawpETvd3FTIEqUBHPC5ZYyD8sdRyfI5c9fcH4+oNnTl0i2bzMnmYmIig9 71Nale7MZXasm0bsCO1hwCOBGo+yYMqxqs/JgqdSzu10mxD15fxUvXtBmzg8eL/4do Zn9nr08cAZf5mE6FxUxpRIKGm7pAbGI6Au8oHYsNsQrQvYNPUHytEW72Qndx0XFXs2 MGZ+yAG4UcIJA== From: Benjamin To: guix-patches@gnu.org Subject: [PATCH] gnu: swaylock: Add linux-pam to inputs Date: Sun, 7 May 2023 17:27:15 +0200 Message-Id: X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=146.59.197.40; envelope-from=benjamin@uvy.fr; helo=mail.uvy.fr 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 08 May 2023 03:23:39 -0400 Cc: Benjamin 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 (--) Adding linux-pam to inputs allows swaylock to run without setuid if configured with a proper pam file. --- gnu/packages/wm.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index fe732e572e..b128b77e6a 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1705,9 +1705,7 @@ (define-public swaylock (sha256 (base32 "03jrjwlwxkcyd6m9a1bbwapasnz7b7aws7h0y6jigjm4m478phv6")))) (build-system meson-build-system) - (inputs (list cairo gdk-pixbuf libxkbcommon - ;("linux-pam" ,linux-pam) ; FIXME: Doesn't work. - wayland)) + (inputs (list cairo gdk-pixbuf libxkbcommon linux-pam wayland)) (native-inputs (list pango pkg-config scdoc wayland-protocols)) (home-page "https://github.com/swaywm/sway") (synopsis "Screen locking utility for Wayland compositors") base-commit: 7f8575c97a8c112e9f82981b8803d075a82738dd -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu May 18 13:54:54 2023 Received: (at 63357-done) by debbugs.gnu.org; 18 May 2023 17:54:55 +0000 Received: from localhost ([127.0.0.1]:54450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzhq2-0001rV-LE for submit@debbugs.gnu.org; Thu, 18 May 2023 13:54:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzhq0-0001rJ-DC for 63357-done@debbugs.gnu.org; Thu, 18 May 2023 13:54:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzhpt-0002q2-Q1; Thu, 18 May 2023 13:54:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=0EdlusNHm2PHJyMyRBjwaTxdLwOm0Bc7/xEBMc03UPw=; b=Uzcb/fP4tN82cuWYVnu6 NRBF/uuN88rcZGiAhNWtYvuD8/BO5vMGVb2zS65RfgTu0r1mcDeczK7b0PyVmSMqXAALbvgzsukkf SvHlTsIfJxlYTQXb8GxjVTYEfTY1ZrvnwmVsC9kDkzR1BWwzZwIXik7DqvfTgdtXMsBGMaksEJUnn odB1aQx1uHP/2Q0SeXF5oiThFSmSnrU1woNjUuWZqhQpJZwrTbakRHjJkxpgflxB6DGUsAORZfIRk boZX7lo6TAaWvEnSw9MgXarx4vDr2/9XNP9vsglqLEjp/c96m/lya/6S87DyMD41ybupY1WnDKGsa snnp3OmSeEO5ZQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzhpt-0000PB-Dl; Thu, 18 May 2023 13:54:45 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Benjamin Subject: Re: bug#63357: [PATCH] gnu: swaylock: Add linux-pam to inputs References: Date: Thu, 18 May 2023 19:54:43 +0200 In-Reply-To: (benjamin@uvy.fr's message of "Sun, 7 May 2023 17:27:15 +0200") Message-ID: <87bkih34po.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63357-done Cc: 63357-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 (---) Hi, Benjamin skribis: > Adding linux-pam to inputs allows swaylock to run without setuid if > configured with a proper pam file. > --- > gnu/packages/wm.scm | 4 +--- I tweaked the commit log and applied it. Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon May 22 11:14:35 2023 Received: (at 63357-done) by debbugs.gnu.org; 22 May 2023 15:14:35 +0000 Received: from localhost ([127.0.0.1]:35837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q17F5-0004On-Fb for submit@debbugs.gnu.org; Mon, 22 May 2023 11:14:35 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:53981) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q17F1-0004OT-Uw for 63357-done@debbugs.gnu.org; Mon, 22 May 2023 11:14:33 -0400 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id 536BA6000E; Mon, 22 May 2023 15:14:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1684768466; 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=J0uaBtqyecoUFEklgke7ovDpzHVD2m19xT9CsVA7qWU=; b=WCLXzGzS5b0rH6WNBza6/Yellubl6MJqrHrmGVym1YasBx4INz2WBG28WZTlFsQXsQUXLO dltP8hAYad2lmKTKk/Ms08M8qSa/r8YB43TntM7SscxH2LFohes5XheH7j+AlAtrdzDJeY euSIwQoeCvtNIJZUaRS4FGKZgMGAZF5WLwGzUlZZqfyVVOY245ZAvx/bWPj34AMKhref5X w3VpMotfORrj6VTetDikNiDcJQdMmaafq5uXG4N+dK0Sb6pKNUtdPqSPwkZeLP9QGau8Kj DL7tuqktyS8Ce9rS5j4OR07J7yNW9FF3B6Mns0Td08CrOtKsgQH1Jsjt/s195g== From: Andrew Tropin To: Ludovic =?utf-8?Q?Court=C3=A8s?= , Benjamin Subject: Re: bug#63357: [PATCH] gnu: swaylock: Add linux-pam to inputs In-Reply-To: <87bkih34po.fsf@gnu.org> References: <87bkih34po.fsf@gnu.org> Date: Mon, 22 May 2023 19:14:22 +0400 Message-ID: <87h6s4qtyp.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 63357-done Cc: 63357-done@debbugs.gnu.org, muradm 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; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2023-05-18 19:54, Ludovic Court=C3=A8s wrote: > Hi, > > Benjamin skribis: > >> Adding linux-pam to inputs allows swaylock to run without setuid if >> configured with a proper pam file. >> --- >> gnu/packages/wm.scm | 4 +--- > > I tweaked the commit log and applied it. Thanks! Hey guys! One of our colleagues mentioned that it's a breaking change and swaylock with pam backend will complain if suid is set, so the old setups with (screen-locker-service swaylock) will break after this commit. Do we want to document how to configure pam for swaylock in manual and add a news entry for this change? =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmRrhs8ACgkQIgjSCVjB 3rD0/w//W3SSU/wk3u7Ud3/arYWAHKQLOW+T/WQ7mBFuXyD9oMbRiziQiavhwZJo 2XTfvxukhR3IRJ2XEDgvjgbBjEpC6gMble7wPFyxKeQa3sVHagQgZibXeGE/h3uZ p2VtzU5L+reEmtgommNqPBuOmXp/uMUpxYYvIZafBHc+iZLdopxitjQv9wsVoGYx WeQVJLHs8bj+ZeA4I9IG4MaGvGbvFZeZYmEOQV3l8vGvw++6qglDpdZq46SZcj8+ Cjem4u+un+zcBYLFUJMujuxO2c5+BTEbulEyE8v+rfI8vvWs+J63l/7ER0wuRLRP i44p8owzbNXP+e4dOuGb6hRJzCDkYULn1sFmaN3p0luwm3Zr4OLmC7rfkbF42VoD okrmjmANw+Mj9OvEvkkIC3/ML19H7coqS1mERPR8MYXQTk80XQ//jELaZLu1INgz nIgBfmexDKgGZ2fA8V6qObNhmjy8ydT6E2NQGS6ON9384vyeocd1GagzyXSQL8xL o6Z0TyQY9ebrzYtIEEZxZaZnIs3URn4EAQxnBuxeozqKfO8aaMYfYLGV7eaq8Zr+ gbxGoZ0q7feqkNPm1Af+9JxB93q1D9oZsbWTTvRl81G9VHfZzHvtgL884kmLkVG3 qQO2YMupwe4LYoY68Nw0C3gzBsTzGj911JwBIuZEixCeAY2QL9c= =+DFa -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 22 11:53:29 2023 Received: (at 63357-done) by debbugs.gnu.org; 22 May 2023 15:53:29 +0000 Received: from localhost ([127.0.0.1]:36013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q17qj-0005cI-3A for submit@debbugs.gnu.org; Mon, 22 May 2023 11:53:29 -0400 Received: from mail.uvy.fr ([146.59.197.40]:55160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q17qg-0005by-P3 for 63357-done@debbugs.gnu.org; Mon, 22 May 2023 11:53:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uvy.fr; s=202105; t=1684770800; bh=GQpYCHPTT2zTUVerGxy5DmuQM8CV2oMiMYXUvmS13NM=; h=Date:To:Cc:Subject:From:References:In-Reply-To; b=INBgZIFHy5AUszqax9E7l/EMMJLpkoJepQCQ88SAiASFHaKrxm7DyaZFYezChTDmX U/sU3I3cS4N8A2J0HkVDiTFc+kAkhiK9/iW4nCsZvipfQ3FKd4ygr48Yo4RVuIAlo0 bsTSedrr116OmM4ELdV5oSFExui0FjR8u1+o0wea9zVOcmargVnQifJD4gBGzNeKa7 1YhGQ2rcD/fR9rHMzD8214iUkQbLnyS4q/hFuB/xw5PzDeQGunEfJ0p2a8apTD+/61 HEuUvw5nt8JDsScXhIWJiwP4jYWncJMQPnS+fPnUpBF9fu+oynTGRQCB9dKVPu/B1C z1RpmyRxPVWmw== Content-Type: text/plain; charset=UTF-8 Date: Mon, 22 May 2023 17:53:32 +0200 To: "Andrew Tropin" , =?utf-8?q?Ludovic_Court=C3=A8s?= Subject: Re: bug#63357: [PATCH] gnu: swaylock: Add linux-pam to inputs From: "Benjamin" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Message-Id: X-Mailer: aerc 0.14.0 References: <87bkih34po.fsf@gnu.org> <87h6s4qtyp.fsf@trop.in> In-Reply-To: <87h6s4qtyp.fsf@trop.in> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63357-done Cc: 63357-done@debbugs.gnu.org, muradm 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 (-) Hello, > One of our colleagues mentioned that it's a breaking change and swaylock > with pam backend will complain if suid is set, so the old setups with > (screen-locker-service swaylock) will break after this commit. > > Do we want to document how to configure pam for swaylock in manual and > add a news entry for this change? First of all sorry for the breaking change. I am pretty new to guix and did not know about screen-locker-service. How I managed to make this to work is by setting a custom pam system service : (define-public swaylock-pam-service-type (service-type (name 'swaylock) (extensions (list (service-extension pam-root-service-type (const (list (pam-serv= ice (name "s= waylock") (auth (l= ist (= pam-entry = (control "include") = (module "greetd")))))))))) (description "Swaylock pam configuration") (default-value '()))) I do not know the policy in case of breaking changes, but if it is easier we can roll back this change maybe ? Best Benjamin From debbugs-submit-bounces@debbugs.gnu.org Mon May 22 15:34:35 2023 Received: (at 63357-done) by debbugs.gnu.org; 22 May 2023 19:34:35 +0000 Received: from localhost ([127.0.0.1]:36725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1BIh-0006JS-4W for submit@debbugs.gnu.org; Mon, 22 May 2023 15:34:35 -0400 Received: from nomad-cl1.muradm.net ([139.162.159.157]:56192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1BId-0006JB-Re for 63357-done@debbugs.gnu.org; Mon, 22 May 2023 15:34:34 -0400 Received: from localhost ([127.0.0.1]:46664) by nomad-cl1.muradm.net with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1q1BIT-0003be-04; Mon, 22 May 2023 19:34:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=muradm.net; s=mail; h=Content-Type:MIME-Version:Message-ID:In-reply-to:Date:Subject:Cc:To :From:References:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=h+6yQfk6kL0mZc/ueZJmaulc8esBWkJKII7vD4NtDwY=; b=LfPXl1oKHUF94+s7KXVsXcDdBt 2Ks2fd+W6SLd5ZebdO+crQ9F4w6KQiCPixoe7a9ixkoJUFDoj3USiJm93Sw1gb3IQIk+HzYmiGZtr 3QOtcrNDcQnOQshRj+kgVAyd0qYxTLWxGQ9c6oTLtrcrxe+7FgHwpBl23HgN53Oc6wJ2+WetSegJM pzJZb2kEYznmx8PZ6F8+1ElUhcSzSYoMpL50JIo8/LIqndidaBBEJ1t5O76RHOzv95iVMww2X9uUt sL37BLIPuMZM20cDkykRlEqSIeC8rsM51sZmqmBSJxXLrudb2SO4N7ZAOvlcqY6bVwxzgZatJ+8on TCZJhq+BXWRWgNvs/w8n+AiEPC8zpHJK//cMuzjik69bwi5MkdpNkYA8Bm1U/Zd1fhpOkynSymjp2 cr9p/86p00urvf1IhVJfFLzZYr9s9MTJcDlZ4PT7xNZlNBswC7CFZ3HhAQjTMPlJyc7QdWF2T2hp7 7YlL/LSiisxpIdMKR/zMgNC6; Received: from muradm by localhost with local (Exim 4.96) (envelope-from ) id 1q1BIX-0007S8-0R; Mon, 22 May 2023 22:34:25 +0300 References: <87bkih34po.fsf@gnu.org> <87h6s4qtyp.fsf@trop.in> User-agent: mu4e 1.10.2; emacs 30.0.50 From: muradm To: Benjamin Subject: Re: bug#63357: [PATCH] gnu: swaylock: Add linux-pam to inputs Date: Mon, 22 May 2023 22:33:02 +0300 In-reply-to: Message-ID: <87v8gk88jj.fsf@muradm.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63357-done Cc: 63357-done@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= , Andrew Tropin 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 (-) --=-=-= Content-Type: text/plain; format=flowed Hi, I would suggest to go forward with fixing screen-locker-service-type. Root cause of issue is explained within the commit message of: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63652 muradm "Benjamin" writes: > Hello, > >> One of our colleagues mentioned that it's a breaking change and >> swaylock >> with pam backend will complain if suid is set, so the old >> setups with >> (screen-locker-service swaylock) will break after this commit. >> >> Do we want to document how to configure pam for swaylock in >> manual and >> add a news entry for this change? > > First of all sorry for the breaking change. > > I am pretty new to guix and did not know about > screen-locker-service. > How I managed to make this to work is by setting a custom pam > system > service : > > (define-public swaylock-pam-service-type > (service-type (name 'swaylock) > (extensions (list (service-extension > pam-root-service-type > (const > (list > (pam-service > (name > "swaylock") > (auth > (list > (pam-entry > (control > "include") > (module > "greetd")))))))))) > (description "Swaylock pam configuration") > (default-value '()))) > > I do not know the policy in case of breaking changes, but if it > is > easier we can roll back this change maybe ? > > Best > > Benjamin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEESPY5lma9A9l5HGLP6M7O0mLOBeIFAmRrw8AACgkQ6M7O0mLO BeKmpw//VYB7D+B31EJSyl1hcLDhwjxpd+tsXyq7Wp0eAd1XISiCPvKn9lI2Eb1S 9lEynXrg4Hk/4J7zznN7s608ETS8037Rh/DZt0kXubzgqiOlbzDnFzKB1IoVfFfJ SE3/er2fVvQwMtjmO3xnvpe8Icj0rNzI6pmvfWOm/2tfYq0rWsLomrXZAwLYXZ4l d2OAYf1lDCv4szAMK+M3OHWfRQYv4z5qHRSktQkO/s/TVPKayM7YI+w/tn1OeDRJ ze0GcEVJUEbjLeGsnEHNJbE82gPsykNcUaNQhtrIH04hcrMoVFNc8QKIACC4b5Ap L7s2+ubIgGOjTp3TtryqGoXrWiFvt6pKFO6zcWDC+hli1ML9rxFxUzAfefWq3bCz bTD8GdfGEuVqFUPixcfsdxN3/gRHBGbbiJ0dnulklQL6LZ8qRbnLjdiO5DtMcwGu k/fkxRpei9fMMY+lkqhytbHt5jLqPP4pfqw9ev5fU6RrILtexnqskzT0aQbbtJVE jWAbuN3+ye7bZpdjf1TKbSAavr2DfdNgP9QmL4iGZC1fdcq9Fzl+8FoQLBFEFtZ0 izU8Swk8EVLSrRyx9cbBlNvNJ2K09IdRCtwkXJKhEa6TQJN+jRFQTRFZPPHm7Kpr QFAezJboXLF9VDGGQa/+yzwVKxAJVndsc9Icidgl4Of0IS7kUms= =Oad+ -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 11:33:13 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, 20 Jun 2023 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