From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 21 06:11:13 2025 Received: (at submit) by debbugs.gnu.org; 21 Apr 2025 10:11:13 +0000 Received: from localhost ([127.0.0.1]:60465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6o7N-00045k-9K for submit@debbugs.gnu.org; Mon, 21 Apr 2025 06:11:13 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56186) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6o7K-00045I-As for submit@debbugs.gnu.org; Mon, 21 Apr 2025 06:11:11 -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 1u6o7E-0005k8-43 for guix-patches@gnu.org; Mon, 21 Apr 2025 06:11:04 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u6o78-0003n1-KJ for guix-patches@gnu.org; Mon, 21 Apr 2025 06:11:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745230254; bh=eouFC93jWXAHxVlad9OVgf3o5aagvnLGMBpX+T7Bl2g=; h=From:To:Cc:Subject:Date:From; b=Z5KqThGkq2ifYZAKys2Y/5oagOYtb2AQPtBcvdhYdFjBCV5Y/Z5cPHmHF+c5ApizM TqD22vCr8RYQUrjA90yn4cKJ3aGgiEfvjYF07584ST3sEOJ5A0SProtaCAJgxaNhMB ZvDLlf6rDaDghR25EI6WI3IV3YC1eN5EKkQELo+o= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Zh1NG4xV2z11R4; Mon, 21 Apr 2025 10:10:54 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Zh1NG2Cbjz11QB; Mon, 21 Apr 2025 10:10:54 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH 0/2] Fix threadsafety errors in offlineimap with python-3.11. Date: Mon, 21 Apr 2025 12:11:45 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@inventati.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-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: Cayetano Santos 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 (/) Offlineimap3 is broken since the latest python-team branch merge, which upgrades to python 3.11, see https://github.com/OfflineIMAP/offlineimap3/issues/151 Commit 7cd32cf in upstream repository fixes the issue, but there is no new release since then. As latest tag upstream dates from 4 years ago, it is time to update to a non release, fixing the problem. This upgrade requires also urllib3-1.25. Cayetano Santos (2): gnu: Add python-urllib3-1.25. gnu: offlineimap3: Update to 8.0.0-0.db34745. gnu/packages/mail.scm | 80 +++++++++++++++++++------------------ gnu/packages/python-web.scm | 15 +++++++ 2 files changed, 56 insertions(+), 39 deletions(-) base-commit: f9a7f2c8afdf33a36bd36177c0aa98d35331bf26 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 21 06:15:39 2025 Received: (at 77952) by debbugs.gnu.org; 21 Apr 2025 10:15:39 +0000 Received: from localhost ([127.0.0.1]:60500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6oBf-0004P2-7b for submit@debbugs.gnu.org; Mon, 21 Apr 2025 06:15:39 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]:56727) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6oBc-0004Oi-Bc for 77952@debbugs.gnu.org; Mon, 21 Apr 2025 06:15:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745230533; bh=3x6vS5mTwFLoI5pMBUBNJvHh+ZqIgZ7SJp5TnPK0dIA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Syogd+Pmd0NCxZDdPWi9nd8Mmuwf923l093ZXeCoVhutSbbzWowzzm4C1BH6SYtJb ITzdYy+lWoG2qEdJGZEUrbDLfqIc5ADOgHiQ4sGkrcnuwF+PNBUokOtYTM1Ignh0Jk Pfj+hCopf46p0sRqOfwmgmqDwKgfliULhyEk04bk= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Zh1Td0hxYz11l8; Mon, 21 Apr 2025 10:15:33 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Zh1Tc5LT6z11k2; Mon, 21 Apr 2025 10:15:32 +0000 (UTC) From: Cayetano Santos To: 77952@debbugs.gnu.org Subject: [PATCH 1/2] gnu: Add python-urllib3-1.25. Date: Mon, 21 Apr 2025 12:15:30 +0200 Message-ID: <779681ef6bc55d6789f9417a22dd97435125b721.1745229729.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 77952 Cc: Cayetano Santos 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 (-) * gnu/packages/python-web.scm (python-urllib3-1.25): New variable. Change-Id: I28ea55b42dee708ad8d15e51d6b8e8a5ec2f392f --- gnu/packages/python-web.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8fe9f58978..ef5cd127df 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5139,6 +5139,21 @@ (define-public python-urllib3-next (list python-hatchling python-hatch-vcs)))) +(define-public python-urllib3-1.25 + (package + (inherit python-urllib3) + (version "1.25.19") + (source + (origin + (method url-fetch) + (uri (pypi-uri "urllib3" version)) + (sha256 + (base32 + "09rmjqm5syhhc8fx3v06h3yv6cqy0b1081jg8wm5grpwpr72j61h")))) + (native-inputs + (list python-setuptools + python-wheel)))) + (define-public python-urllib3-1.26 (package (inherit python-urllib3) -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 21 06:15:44 2025 Received: (at 77952) by debbugs.gnu.org; 21 Apr 2025 10:15:44 +0000 Received: from localhost ([127.0.0.1]:60502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6oBj-0004PL-Qh for submit@debbugs.gnu.org; Mon, 21 Apr 2025 06:15:44 -0400 Received: from confino.investici.org ([93.190.126.19]:41549) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6oBd-0004Op-R0 for 77952@debbugs.gnu.org; Mon, 21 Apr 2025 06:15:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745230536; bh=eezcNu7Fl0KcJlA49OnisOVQInQ81hRnLWGvqxqhCbA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eWvIU+cBiwdjNyhwX6HKkC6MQBl1qdEEJemv/kyWPmwmMueLFZ6FGMSr76jou+1HA /l6I9G6TbIyYxNwZH+yrTawlxQ3Y+4NbIi9M2DhTK4p8zh0OHykiSfgYtL0ecQVNcn DFTtTQtFYStdP6sYaQVxB3CY6cmkO6hjx0NnjPg8= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Zh1Th2l1rz11kk; Mon, 21 Apr 2025 10:15:36 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Zh1Th0Knjz11k2; Mon, 21 Apr 2025 10:15:35 +0000 (UTC) From: Cayetano Santos To: 77952@debbugs.gnu.org Subject: [PATCH 2/2] gnu: offlineimap3: Update to 8.0.0-0.db34745. Date: Mon, 21 Apr 2025 12:15:31 +0200 Message-ID: <2af13767aa789f356700efda2d46d68db09010f5.1745229729.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 77952 Cc: Cayetano Santos 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 (-) * gnu/packages/mail.scm (offlineimap3): Update to 8.0.0-0.db34745. Change-Id: Ic000dd21aeb1ae98c6af9335b8bda93ffeb1e959 --- gnu/packages/mail.scm | 80 ++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 9f88bbf70d..8e56efaddd 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1184,47 +1184,49 @@ (define-public bogofilter (license license:gpl3+))) (define-public offlineimap3 - (package - (name "offlineimap3") - (version "8.0.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/OfflineIMAP/offlineimap3") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0y3giaz9i8vvczlxkbwymfkn3vi9fv599dy4pc2pn2afxsl4mg2w")))) - (build-system python-build-system) - (native-inputs - (list asciidoc)) - (inputs - (list python-distro python-imaplib2 python-rfc6555)) - (arguments - `(;; Tests require a modifiable IMAP account. - #:tests? #f - #:phases - (modify-phases %standard-phases - (add-after 'build 'build-documentation - (lambda _ - (substitute* "docs/Makefile" - ;; Prevent xmllint and xsltproc from downloading a DTD file. - (("a2x -v") "a2x --no-xmllint --xsltproc-opts=--nonet -v")) - (invoke "make" "-C" "docs" "man"))) - (add-after 'install 'install-documentation - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (man (string-append out "/share/man"))) - (install-file "docs/offlineimap.1" (string-append man "/man1")) - (install-file "docs/offlineimapui.7" (string-append man "/man7")))))))) - (home-page "https://www.offlineimap.org") - (synopsis "Sync emails between two repositories") - (description - "OfflineImap synchronizes emails between two repositories, so that you + (let ((commit "db347452273bb0f1b1a8ea952f6fb46cf95fedbf") + (revision "0")) + (package + (name "offlineimap3") + (version (git-version "8.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/OfflineIMAP/offlineimap3") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0af6qxnjihpk29ns5i8545yj5spa0a0w85vrikaja768xc56wkrg")))) + (build-system python-build-system) + (native-inputs + (list asciidoc python-wheel)) + (inputs + (list python-distro python-imaplib2 python-rfc6555 python-urllib3-1.25)) + (arguments + `(;; Tests require a modifiable IMAP account. + #:tests? #f + #:phases + (modify-phases %standard-phases + (add-after 'build 'build-documentation + (lambda _ + (substitute* "docs/Makefile" + ;; Prevent xmllint and xsltproc from downloading a DTD file. + (("a2x -v") "a2x --no-xmllint --xsltproc-opts=--nonet -v")) + (invoke "make" "-C" "docs" "man"))) + (add-after 'install 'install-documentation + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (man (string-append out "/share/man"))) + (install-file "docs/offlineimap.1" (string-append man "/man1")) + (install-file "docs/offlineimapui.7" (string-append man "/man7")))))))) + (home-page "https://www.offlineimap.org") + (synopsis "Sync emails between two repositories") + (description + "OfflineImap synchronizes emails between two repositories, so that you can read the same mailbox from multiple computers. It supports IMAP as REMOTE repository and Maildir/IMAP as LOCAL repository.") - (license license:gpl2+))) + (license license:gpl2+)))) (define-public offlineimap (deprecated-package "offlineimap" offlineimap3)) -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 23 18:20:53 2025 Received: (at 77952-done) by debbugs.gnu.org; 23 Apr 2025 22:20:53 +0000 Received: from localhost ([127.0.0.1]:59176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u7iSa-00013P-V9 for submit@debbugs.gnu.org; Wed, 23 Apr 2025 18:20:53 -0400 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:56528) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1u7iSY-00012W-7D for 77952-done@debbugs.gnu.org; Wed, 23 Apr 2025 18:20:50 -0400 Received: by mail-wr1-x42e.google.com with SMTP id ffacd0b85a97d-39ee57c0b8cso299748f8f.0 for <77952-done@debbugs.gnu.org>; Wed, 23 Apr 2025 15:20:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1745446844; x=1746051644; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=4rMQhOepCXAepw5RBb8b6sFgsKGREAQlh0cS+Z0wIHY=; b=Blne6sip1wFchadslKmHYpNQPCKr8/DjBWl5ETJ3EQDSnvRdfc7yFOb7r2l1QLi2jh qvRYdDbES2UOMD/bQcqVWjh3ocXYnwowMFYZL8gq8cA/vh0sSYrukFYgKrPdASzuisd9 Fi0njSxUhOla/vFlV/gAgWyGuuufZrsEsIGEDXnoHsp/NdKh0s7okzzXzCu9ooYoXFHm hQIhcjXVsEa43GLd094o/k6An2Tm5NpUp6sNAicUUdzjuvwYRdoivb7HSptZQ0H8jk+1 43swH85l2Yg2H2pmkGoiC4V8cqq0VI4xHa9CULJkVul4Fl+xMGksDDNqBVmyLKKJmu6q T4Yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1745446844; x=1746051644; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=4rMQhOepCXAepw5RBb8b6sFgsKGREAQlh0cS+Z0wIHY=; b=X9OoKoNcwiV5hw7pl1InhR1hDL20+XQBSsN0lDLjMcFd54AKxXkPu8dZvLyczhZBjW xEtnT4c8Mbw1S9tDg/YIUYgGlj89BswnVVP3I0ZYABaGo1z5DFd+dhH7qK2NYK7dSrz/ gcSJsjGAUSM/ul+RMUpkP00WSTK8rMqtpdN/+0eT4KWVcfkLRimC2jcPYAXAeAzaEB4o mRtmHBEUvfhbuaQlRVTX1ZZxbEoHzf07ANw/b7RswTtXKSQnMOd0/blzkNpJqqXemEsV KhpSxSO8Jpye4iL2Ny2lRFZZ6UgB9PVc1VYHkackfDI1wZqfBbsHE6iicZHzHD/03gdV g20w== X-Gm-Message-State: AOJu0YzjPRsbcDxR8w9ra6joMgh0ARrgrWI9HOG1dpEwqvxYS1c/zpN5 3Gq+DnORhORLfBo315dQ886HIK6rDjKyNOaOBHcZIZ8XZoWLGgj8LXdUHpRO X-Gm-Gg: ASbGncsptM/D4rAqzBwmy+zAQbWkGbXBOe6g2srB1Irhmme2JxVdiESrIRqtoH6bw1D CPooOSn+eTsU8QoD6B7zeoCpWfTme1HCk/KCwnbl+J1AI8dID8OlZPO8JLWF11wI59WZjd0Cac6 2Hz5w0aG7za4139p5jwBE3aWL+7SIIn9P4AqeqxjrC5gUHEaAmqTezGM95xWcU04OZOPxEim7Lq xzPoJYmXUzcBcdY57FNIYdww4FjHUWdcfmo4E6lrLc364bafTTHzbYbzBbgZuxfolDAPpLJ2V9h AMX73C55yOQYl57pMLoER9UV/q6EDEqbVa3+5GEzs8m72peN/dLvewxBCtIGKJwchai821swoR1 2pUExZIpIvZNM9RIy X-Google-Smtp-Source: AGHT+IFNObvZK07J27EB+VvCowiBon51Ikh36n30mlzLoKLgVcoPsFA+CQZe28jp8Pqh4/jlrXyj1A== X-Received: by 2002:a05:6000:4210:b0:391:456b:6ab7 with SMTP id ffacd0b85a97d-3a06cf6417cmr150777f8f.34.1745446843841; Wed, 23 Apr 2025 15:20:43 -0700 (PDT) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3a06d4c4a06sm92013f8f.52.2025.04.23.15.20.42 for <77952-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Apr 2025 15:20:43 -0700 (PDT) From: Sharlatan Hellseher To: 77952-done@debbugs.gnu.org Subject: [PATCH 0/2] Fix threadsafety errors in offlineimap with python-3.11. Date: Wed, 23 Apr 2025 23:20:42 +0100 Message-ID: <87a586zfid.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77952-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: -1.0 (-) --=-=-= Content-Type: text/plain Hi, Thanks for the patches. I've migrated to G-expressions and pyproject and pushed to master as: 3f61193716 * gnu: offlineimap3: Update to 8.0.0-0.db34745. fc718a5df9 * gnu: Add python-urllib3-1.25. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJKBAEBCgA0FiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmgJZ7oWHHNoYXJsYXRh bnVzQGdtYWlsLmNvbQAKCRB21ye/9izStYYQD/4xQ+HbNWKyHPK8YYsRzsAqMa/c +u8Jy9M4fBar3Kej++get2NtshbAhNwyHuGRNSQ89ZuYQvfKePG142QBjj5sGw4p UklaiaGBz7ic3esUhylrcGvg5Zicy9iSwbKoVbZ+nSAEYL4x0d4zKildUIXw0KZo NmnjhxtAv4MkMFez8zi9L3RrOeQrxqwjxO1B9M64G2UG+qHKX0E7RAwhyytUS0xu Okf7vIeDf49hqO+Tx3rhF/mKn8aVsJd8enEbTYlAfM4qdBP+8ysPpLd181Pfoq5j 4IsK6RZBNsNEc+riSjnwxc2tWgVuKp4FiPZcZsJphimdryqdIb4L8ykgW0/7jrgJ bY48c3k1exGsBM0636Vu1+gCSowIxc2rZHSYE3FKrXyPtCdTtpcc+J44uxXElo3f Luv35m+EmI/K8+8cz9BCz4VoNqNNkQa/88HvGHPVVvXUAOXwa1Md1ampFhDd28Az T2CqEWGD2dfAMjcIAmc3QqiCX39UYuYrm//z/L6y4lraGmpPHFq5Sd71UlJB0GBv r8o+n9ke/LJHrOYO2eSED82rQiBq4T+kZbGakqk6RTMY7zzvWud6VZ8/UiaAV7k6 RibJ9whic96+ZWNOF7ra3iQdn3Gw9Jr0CwuzdBj5mcjbob5YZs/NCuQgSrImturI mgnebO0UyNow8bjY+g== =+AHk -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 12:50:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 May 2025 11:24:16 +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