From unknown Fri Sep 19 09:04:24 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56415] [PATCH] gnu: cl-gopher: Update to 0899e7f. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Jul 2022 04:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56415 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56415@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165708290422003 (code B ref -1); Wed, 06 Jul 2022 04:49:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jul 2022 04:48:24 +0000 Received: from localhost ([127.0.0.1]:52043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8wxc-0005ip-3Y for submit@debbugs.gnu.org; Wed, 06 Jul 2022 00:48:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:42340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8wxa-0005ii-NE for submit@debbugs.gnu.org; Wed, 06 Jul 2022 00:48:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8wxa-0007T2-Ej for guix-patches@gnu.org; Wed, 06 Jul 2022 00:48:22 -0400 Received: from mx1.dismail.de ([78.46.223.134]:46082) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8wxW-0005FR-S5 for guix-patches@gnu.org; Wed, 06 Jul 2022 00:48:22 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 69b75631 for ; Wed, 6 Jul 2022 06:48:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=dh2eH7Strk2TWRt6D6x9GNAmxkwnt7R0oc09eLJ+1Ug=; b= M5IOwDUkvs6BrfsnnWLgTh5UlvdSHoKi8iK8h5F1L8VDUB2nR/kdeJGl3Eq2xrLi EIarlSCk7TtHvMgqrK+1htVXO7EAlGTAYasKqYy9yIWd9jUlfSb2/tnNbOCd+qCx JF1sauiLR7+XiKNRKFa0CcT8sf4LRgr9+PP81zj76ZdacRefxd3hteiQY5hNZHvW ghf5UErnu0l1CyGZxVEdbDTmSlT+hLZ3Uhw0bdQ7sFWsGsm3g+4NVRgNavaSt/zP FAsALuhES+zPS17sFcpGpL8XcxDY5fVmPJkF0r/Q5kTArd5LruJBxm6PgHJCrvZI yAht8pyHAWxhcrbLL5Fi1Q== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 0c7e86a8 for ; Wed, 6 Jul 2022 06:48:15 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 3b7020cb for ; Wed, 6 Jul 2022 06:48:15 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3f21658a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 6 Jul 2022 06:48:14 +0200 (CEST) From: jgart Date: Tue, 5 Jul 2022 23:48:17 -0500 Message-Id: <20220706044817.24843-1-jgart@dismail.de> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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, 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.4 (-) 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 (--) * gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f. --- gnu/packages/lisp-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 1fb3ce6b7f..2fbe796496 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -20802,8 +20802,8 @@ (define-public ecl-asd-generator (sbcl-package->ecl-package sbcl-asd-generator)) (define-public sbcl-cl-gopher - (let ((commit "62cfd180378f56e7e8b57e4302b183810c86e337") - (revision "2")) + (let ((commit "0899e7fa2134206f9d9778c7d53c49b7a59ff070") + (revision "3")) (package (name "sbcl-cl-gopher") (version (git-version "0.0.0" revision commit)) @@ -20815,7 +20815,7 @@ (define-public sbcl-cl-gopher (commit commit))) (file-name (git-file-name "cl-gopher" version)) (sha256 - (base32 "0szz29d83fk2cxn5j1zlf4v0154qnf9cy1ix5p4jjpsql1a8xiwg")))) + (base32 "1ky4s33m5d0wvdaqji12pxr93qqfl5x62zjp3m4ihbdj0ws3yw2f")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-bordeaux-threads -- 2.36.1 From unknown Fri Sep 19 09:04:24 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#56415: closed (Re: [bug#56415] [PATCH] gnu: cl-gopher: Update to 0899e7f.) Message-ID: References: <87tu7sk47c.fsf@cbaines.net> <20220706044817.24843-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 56415 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 56415@debbugs.gnu.org Date: Thu, 07 Jul 2022 21:24:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1657229042-30720-1" This is a multi-part message in MIME format... ------------=_1657229042-30720-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56415: [PATCH] gnu: cl-gopher: Update to 0899e7f. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56415@debbugs.gnu.org. --=20 56415: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56415 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1657229042-30720-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56415-done) by debbugs.gnu.org; 7 Jul 2022 21:23:14 +0000 Received: from localhost ([127.0.0.1]:58176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Yxl-0007yN-9D for submit@debbugs.gnu.org; Thu, 07 Jul 2022 17:23:14 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Yxk-0007yC-9M for 56415-done@debbugs.gnu.org; Thu, 07 Jul 2022 17:23:04 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id DCDB127BBE9; Thu, 7 Jul 2022 22:23:03 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id e996ca4e; Thu, 7 Jul 2022 21:23:03 +0000 (UTC) References: <20220706044817.24843-1-jgart@dismail.de> User-agent: mu4e 1.6.10; emacs 28.1 From: Christopher Baines To: jgart Subject: Re: [bug#56415] [PATCH] gnu: cl-gopher: Update to 0899e7f. Date: Thu, 07 Jul 2022 22:22:38 +0100 In-reply-to: <20220706044817.24843-1-jgart@dismail.de> Message-ID: <87tu7sk47c.fsf@cbaines.net> 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: 56415-done Cc: 56415-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.0 (-) --=-=-= Content-Type: text/plain jgart via Guix-patches via writes: > * gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f. > --- > gnu/packages/lisp-xyz.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Thanks, I've pushed this as 45ed812da502344d58e8128515abd5b8ec6ca7a0. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmLHTrdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe9ZQ//R/jXDzyqzPkYoKxMmmC15a+OlVtocuhO D2ww8AOVf0J/8sKwcnMpzUamNYq66of8NEInGM2E2Z2q2Y99Xf6JB+h7h2FsO4zV C1zBfLfAPUSzDk//48ZRiPRq1CerrysDDTP2RnXH8//GALvb34A9vGnkVyY/sgUN /PJXAFHc5z/eHOq8hBIWb/3mgVnprkUx1LnqPEhkkyWxli5JaxV6cb5YTf+0KZrK tfjTTChrPIf3iUltEqKOZtt/3n9aEtLH8Eqh7GmCyz/ZSy7FWEnYBnjJeEGBPJMC bO0FB4KpI1RHoy7g0YLCZhfpsXw9YQYiTcUxdla3FGuhow3daOgNIVSKn8eObo8S G3Z/RM0tf6A9K3OCTwpkMs096DFuL4E41DZmN3YVaYgEDrZ7yHLhS8KVdtcyrk0H 4YfRNW8SqOnZBwp3VtJXjTRPRrWLljd/5ixvwzJ0Gz8FHl2eeS3ngV1mQq2yMLsU dDaVy9056uUIQP9MXAElpQK6qWbmx2rjlixaCjcSbwqmT7qDkRGvGo77fjfS/kXU 7MSid4jBxuIpbd3hrDJH2igT52LEsD26IY3sSL63HF69zjF9Fw5rAGXJBvxRsUiD 0wPdIgIuHHiWHcw/kJ8qMyQSoSkCtyQYLi0fS8mM29hCvX0SYEUm0gMVtLVjiozP sivN5V3XSMY= =nqba -----END PGP SIGNATURE----- --=-=-=-- ------------=_1657229042-30720-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Jul 2022 04:48:24 +0000 Received: from localhost ([127.0.0.1]:52043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8wxc-0005ip-3Y for submit@debbugs.gnu.org; Wed, 06 Jul 2022 00:48:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:42340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8wxa-0005ii-NE for submit@debbugs.gnu.org; Wed, 06 Jul 2022 00:48:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8wxa-0007T2-Ej for guix-patches@gnu.org; Wed, 06 Jul 2022 00:48:22 -0400 Received: from mx1.dismail.de ([78.46.223.134]:46082) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8wxW-0005FR-S5 for guix-patches@gnu.org; Wed, 06 Jul 2022 00:48:22 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 69b75631 for ; Wed, 6 Jul 2022 06:48:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=dh2eH7Strk2TWRt6D6x9GNAmxkwnt7R0oc09eLJ+1Ug=; b= M5IOwDUkvs6BrfsnnWLgTh5UlvdSHoKi8iK8h5F1L8VDUB2nR/kdeJGl3Eq2xrLi EIarlSCk7TtHvMgqrK+1htVXO7EAlGTAYasKqYy9yIWd9jUlfSb2/tnNbOCd+qCx JF1sauiLR7+XiKNRKFa0CcT8sf4LRgr9+PP81zj76ZdacRefxd3hteiQY5hNZHvW ghf5UErnu0l1CyGZxVEdbDTmSlT+hLZ3Uhw0bdQ7sFWsGsm3g+4NVRgNavaSt/zP FAsALuhES+zPS17sFcpGpL8XcxDY5fVmPJkF0r/Q5kTArd5LruJBxm6PgHJCrvZI yAht8pyHAWxhcrbLL5Fi1Q== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 0c7e86a8 for ; Wed, 6 Jul 2022 06:48:15 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 3b7020cb for ; Wed, 6 Jul 2022 06:48:15 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3f21658a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 6 Jul 2022 06:48:14 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: cl-gopher: Update to 0899e7f. Date: Tue, 5 Jul 2022 23:48:17 -0500 Message-Id: <20220706044817.24843-1-jgart@dismail.de> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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, 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.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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 (--) * gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f. --- gnu/packages/lisp-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 1fb3ce6b7f..2fbe796496 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -20802,8 +20802,8 @@ (define-public ecl-asd-generator (sbcl-package->ecl-package sbcl-asd-generator)) (define-public sbcl-cl-gopher - (let ((commit "62cfd180378f56e7e8b57e4302b183810c86e337") - (revision "2")) + (let ((commit "0899e7fa2134206f9d9778c7d53c49b7a59ff070") + (revision "3")) (package (name "sbcl-cl-gopher") (version (git-version "0.0.0" revision commit)) @@ -20815,7 +20815,7 @@ (define-public sbcl-cl-gopher (commit commit))) (file-name (git-file-name "cl-gopher" version)) (sha256 - (base32 "0szz29d83fk2cxn5j1zlf4v0154qnf9cy1ix5p4jjpsql1a8xiwg")))) + (base32 "1ky4s33m5d0wvdaqji12pxr93qqfl5x62zjp3m4ihbdj0ws3yw2f")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-bordeaux-threads -- 2.36.1 ------------=_1657229042-30720-1--