From unknown Sat Jun 21 12:11:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53923: =?UTF-8?Q?=E2=80=98http-fetch=E2=80=99?= is unable to fetch Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 10 Feb 2022 18:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53923 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 53923@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164451631218295 (code B ref -1); Thu, 10 Feb 2022 18:06:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Feb 2022 18:05:12 +0000 Received: from localhost ([127.0.0.1]:57067 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIDod-0004ky-EX for submit@debbugs.gnu.org; Thu, 10 Feb 2022 13:05:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:40336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIDoa-0004km-SH for submit@debbugs.gnu.org; Thu, 10 Feb 2022 13:05:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIDoa-0002Bb-JL for bug-guix@gnu.org; Thu, 10 Feb 2022 13:05:08 -0500 Received: from h178-251-242-94.cust.a3fiber.se ([178.251.242.94]:41958 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIDoV-0006CQ-Rl for bug-guix@gnu.org; Thu, 10 Feb 2022 13:05:08 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yoctocell.xyz; s=mail; t=1644515929; bh=EdkIO9jMTf3yGYCrmSUp9tzXF48Wm2pPjwOjDDtb4+I=; h=From:To:Subject:Date; b=UIi1J62GigwOx7ngvyGCDkjmGKcNvFV/RnHqy99H2gzK+ryDXNkkMblQmGeY/M1Uq 4eILE0odW5K7WIE42I3K3wKpR1VdiAEkonL686oDuVbLS/y/SnfrBE4D2V/cr9IRHW G4WgpinJ0Om2zsZBGsCwco3WggQhgDQlZBjeuNow= Date: Thu, 10 Feb 2022 18:58:48 +0100 Message-ID: <87czjuwqlj.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=178.251.242.94; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 31 X-Spam_score: 3.1 X-Spam_bar: +++ X-Spam_report: (3.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, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=1.997, PDS_OTHER_BAD_TLD=1.766, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.8 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, For some reason, the =?UTF-8?Q?=E2=80=98http-fetch=E2=80=99?= procedure in (guix http-client) is unable to fetch . --88--- scheme@(guile-user)> ,use(guix http-client) scheme@(guile-user)> (http-fetch "https://repology.org/api/v1/project/emacs:modus-themes") [...] Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.2 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, For some reason, the =E2=80=98http-fetch=E2=80=99 procedure in (guix http-c= lient) is unable to fetch . =2D-8<---------------cut here---------------start------------->8--- scheme@(guile-user)> ,use(guix http-client) scheme@(guile-user)> (http-fetch "https://repology.org/api/v1/project/emacs= :modus-themes") ice-9/boot-9.scm:1685:16: In procedure raise-exception: Bad Read-Header-Line header: # Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(guile-user) [1]> ,bt In guix/http-client.scm: 120:21 5 (http-fetch _ #:port _ #:text? _ #:buffered? _ # _ # _ # =E2= =80=A6) In web/client.scm: 530:24 4 (http-request _ #:body _ #:verify-certificate? _ #:port =E2=80= =A6) In web/response.scm: 198:31 3 (read-response #) In web/http.scm: 1188:15 2 (read-response-line _) 250:2 1 (read-header-line _) In ice-9/boot-9.scm: 1685:16 0 (raise-exception _ #:continuable? _) =2D-8<---------------cut here---------------end--------------->8--- The URL opens just fine in Icecat. =E2=80=98http-request=E2=80=99 from (we= b client) is able to handle it as well. =2D-8<---------------cut here---------------start------------->8--- scheme@(guile-user)> ,use(web client) scheme@(guile-user)> (http-request "https://repology.org/api/v1/project/ema= cs:modus-themes") $1 =3D #< version: (1 . 1) code: 200 reason-phrase: "OK" headers:= ((server . "nginx") (date . #) (content-type applicatio= n/json) (content-length . 1325) (connection close) (expires . #) (cache-control (max-age . 3600)) (x-content-type-options . "nosnif= f") (strict-transport-security . "max-age=3D31536000; includeSubDomains; pr= eload") (referrer-policy . "unsafe-url") (vary accept-encoding cookie) (per= missions-policy . "interest-cohort=3D()") (content-security-policy . "defau= lt-src 'none'; style-src 'self'; script-src 'self'; img-src 'self'; font-sr= c 'self'; frame-ancestors 'none'; base-uri 'none'; form-action 'self'") (x-= frame-options . "DENY")) port: #> $2 =3D #vu8(91 123 34 114 101 112 111 34 58 34 109 101 108 112 97 95 115 11= 6 97 98 108 101 34 44 34 110 97 109 101 34 58 34 109 111 100 117 115 45 116= 104 101 109 101 115 34 44 34 118 105 115 105 98 108 101 110 97 109 101 34 = 58 34 109 111 100 117 115 45 116 104 101 109 101 115 34 44 34 118 101 114 1= 15 105 111 110 34 58 34 50 46 48 46 48 34 44 34 109 97 105 110 116 97 105 1= 10 101 114 115 34 58 91 34 105 110 102 111 64 112 114 111 116 101 115 105 1= 08 97 111 115 46 99 111 109 34 93 44 34 115 117 109 109 97 114 121 34 58 34= 72 105 103 104 108 121 32 97 99 99 101 115 115 105 98 108 101 32 116 104 1= 01 109 101 115 32 40 87 67 65 71 32 65 65 65 41 34 44 34 115 116 97 116 117= 115 34 58 34 110 101 119 101 115 116 34 44 34 111 114 105 103 118 101 114 = 115 105 111 110 34 58 110 117 108 108 125 44 123 34 114 101 112 111 34 58 3= 4 103 110 117 95 101 108 112 97 34 44 34 110 97 109 101 34 58 34 109 111 10= 0 117 115 45 116 104 101 109 101 115 34 44 34 118 105 115 105 98 108 101 11= 0 97 109 101 34 58 34 109 111 100 117 115 45 116 104 101 109 101 115 34 44 = 34 118 101 114 115 105 111 110 34 58 34 50 46 48 46 48 34 44 34 109 97 105 = 110 116 97 105 110 101 114 115 34 58 91 34 105 110 102 111 64 112 114 111 1= 16 101 115 105 108 97 111 115 46 99 111 109 34 93 44 34 115 117 109 109 97 = 114 121 34 58 34 72 105 103 104 108 121 32 97 99 99 101 115 115 105 98 108 = 101 32 116 104 101 109 101 115 32 40 87 67 65 71 32 65 65 65 41 34 44 34 11= 5 116 97 116 117 115 34 58 34 110 101 119 101 115 116 34 44 34 111 114 105 = 103 118 101 114 115 105 111 110 34 58 110 117 108 108 125 44 123 34 114 101= 112 111 34 58 34 103 110 117 103 117 105 120 34 44 34 115 114 99 110 97 10= 9 101 34 58 34 101 109 97 99 115 45 109 111 100 117 115 45 116 104 101 109 = 101 115 34 44 34 98 105 110 110 97 109 101 34 58 34 101 109 97 99 115 45 10= 9 111 100 117 115 45 116 104 101 109 101 115 34 44 34 118 105 115 105 98 10= 8 101 110 97 109 101 34 58 34 101 109 97 99 115 45 109 111 100 117 115 45 1= 16 104 101 109 101 115 34 44 34 118 101 114 115 105 111 110 34 58 34 50 46 = 48 46 48 34 44 34 115 117 109 109 97 114 121 34 58 34 65 99 99 101 115 115 = 105 98 108 101 32 116 104 101 109 101 115 32 40 87 67 65 71 32 65 65 65 41 = 34 44 34 115 116 97 116 117 115 34 58 34 110 101 119 101 115 116 34 44 34 1= 11 114 105 103 118 101 114 115 105 111 110 34 58 110 117 108 108 125 44 123= 34 114 101 112 111 34 58 34 109 101 108 112 97 34 44 34 110 97 109 101 34 = 58 34 109 111 100 117 115 45 116 104 101 109 101 115 34 44 34 118 105 115 1= 05 98 108 101 110 97 109 101 34 58 34 109 111 100 117 115 45 116 104 101 10= 9 101 115 34 44 34 118 101 114 115 105 111 110 34 58 34 50 48 50 50 48 50 4= 9 48 46 49 53 50 52 34 44 34 109 97 105 110 116 97 105 110 101 114 115 34 5= 8 91 34 105 110 102 111 64 112 114 111 116 101 115 105 108 97 111 115 46 99= 111 109 34 93 44 34 115 117 109 109 97 114 121 34 58 34 72 105 103 104 108= 121 32 97 99 99 101 115 115 105 98 108 101 32 116 104 101 109 101 115 32 4= 0 87 67 65 71 32 65 65 65 41 34 44 34 115 116 97 116 117 115 34 58 34 114 1= 11 108 108 105 110 103 34 44 34 111 114 105 103 118 101 114 115 105 111 110= 34 58 110 117 108 108 125 44 123 34 114 101 112 111 34 58 34 110 105 120 9= 5 115 116 97 98 108 101 95 50 49 95 49 49 34 44 34 110 97 109 101 34 58 34 = 101 109 97 99 115 45 109 111 100 117 115 45 116 104 101 109 101 115 34 44 3= 4 118 105 115 105 98 108 101 110 97 109 101 34 58 34 101 109 97 99 115 45 1= 09 111 100 117 115 45 116 104 101 109 101 115 34 44 34 118 101 114 115 105 = 111 110 34 58 34 50 48 50 49 49 49 49 52 46 49 50 48 57 34 44 34 109 97 105= 110 116 97 105 110 101 114 115 34 58 91 34 102 97 108 108 98 97 99 107 45 = 109 110 116 45 110 105 120 64 114 101 112 111 108 111 103 121 34 93 44 34 9= 9 97 116 101 103 111 114 105 101 115 34 58 91 34 101 109 97 99 115 50 55 80= 97 99 107 97 103 101 115 34 93 44 34 115 116 97 116 117 115 34 58 34 117 1= 10 116 114 117 115 116 101 100 34 44 34 111 114 105 103 118 101 114 115 105= 111 110 34 58 110 117 108 108 125 44 123 34 114 101 112 111 34 58 34 110 1= 05 120 95 117 110 115 116 97 98 108 101 34 44 34 110 97 109 101 34 58 34 10= 1 109 97 99 115 45 109 111 100 117 115 45 116 104 101 109 101 115 34 44 34 = 118 105 115 105 98 108 101 110 97 109 101 34 58 34 101 109 97 99 115 45 109= 111 100 117 115 45 116 104 101 109 101 115 34 44 34 118 101 114 115 105 11= 1 110 34 58 34 50 48 50 50 48 50 48 54 46 55 53 49 34 44 34 109 97 105 110 = 116 97 105 110 101 114 115 34 58 91 34 102 97 108 108 98 97 99 107 45 109 1= 10 116 45 110 105 120 64 114 101 112 111 108 111 103 121 34 93 44 34 99 97 = 116 101 103 111 114 105 101 115 34 58 91 34 101 109 97 99 115 50 55 80 97 9= 9 107 97 103 101 115 34 93 44 34 115 116 97 116 117 115 34 58 34 117 110 11= 6 114 117 115 116 101 100 34 44 34 111 114 105 103 118 101 114 115 105 111 = 110 34 58 110 117 108 108 125 93) =2D-8<---------------cut here---------------end--------------->8--- --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmIFUlgVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x52TIP/jmf5QN1rTJz7xdimsa096+eee0z zWosnICfBFaze2Uacg/6h1RAft+XZWYQQ1pvFA2QSrN+kI62Ms0cnU3kDT45XqPe wn9WQ0ms2E97iWRtPBx3Lp0+ofpLC4XnZanhvlXzbHxztuVgHGZt4wV2b7+4mJT4 alnnhMq8xHIm5Swn4SdnOAddkJeOXJXJocnjW3WxZD2ECiYCfzslzhQpsf5OEM0W 51RZKavcvNhmXy+Gd4BNW8ABuTJ8OSTO1W59+dSBhtf3iikhccCno2AE5Iu7TxJT 3RofZYErcrSUj/HwzHSiBVOa3ApakmEPTyTL3CqHWTBTxYmk1YpcESN2cq+pM/KV 0awoyHGIgFXPR96a+ceDhGKkjiaE/BAoVD3Qhd8x+APauKV5pisn6gENsdX088Yc O0aJEi6uvPzf27Iv7hcLzIScVLQnqlQP9yDI8Gpatia84MAYLNjQBKY/hdHYoiYr j5MdkrDXV3Lhgzc4+9YyoQALsd389todX+dlYFZEn4XvQuBjf5/L71ymVThZ6MLa B4nt46SEffvFlE2m1nrJFdIosbJYXebSzjhTC67C8bIU48llttBAwnMgZRInwBuV Qd2hrPVt9F2M7j9LAvkK+GXOpKmxGBxnZilc91tXpP1l1y+zfOaXpT+1cnwzpgGN WTJ7JmrGb7T+tTGz =YzA3 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 12:11:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53923: =?UTF-8?Q?=E2=80=98http-fetch=E2=80=99?= is unable to fetch Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 16 Feb 2022 14:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53923 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Xinglu Chen Cc: 53923@debbugs.gnu.org Received: via spool by 53923-submit@debbugs.gnu.org id=B53923.16450225734638 (code B ref 53923); Wed, 16 Feb 2022 14:43:01 +0000 Received: (at 53923) by debbugs.gnu.org; 16 Feb 2022 14:42:53 +0000 Received: from localhost ([127.0.0.1]:47827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKLW9-0001Ck-0Z for submit@debbugs.gnu.org; Wed, 16 Feb 2022 09:42:53 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:57006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKLW7-0001CT-8e for 53923@debbugs.gnu.org; Wed, 16 Feb 2022 09:42:51 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id A046BB6F; Wed, 16 Feb 2022 15:42:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rfy3ZoUqn63f; Wed, 16 Feb 2022 15:42:44 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4FF493F9; Wed, 16 Feb 2022 15:42:44 +0100 (CET) From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87czjuwqlj.fsf@yoctocell.xyz> Date: Wed, 16 Feb 2022 15:42:43 +0100 In-Reply-To: <87czjuwqlj.fsf@yoctocell.xyz> (Xinglu Chen's message of "Thu, 10 Feb 2022 18:58:48 +0100") Message-ID: <87wnhux47w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: A046BB6F X-Spamd-Result: default: False [0.90 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; URL_IN_SUBJECT(1.00)[repology.org]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Xinglu Chen skribis: > scheme@(guile-user)> , use(guix http-client) > scheme@(guile-user)> (http-fetch "https://repology.org/api/v1/project/emacs:modus-themes") > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > B [...] Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Xinglu Chen skribis: > scheme@(guile-user)> ,use(guix http-client) > scheme@(guile-user)> (http-fetch "https://repology.org/api/v1/project/emacs:modus-themes") > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > B [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Hi, Xinglu Chen skribis: > scheme@(guile-user)> ,use(guix http-client) > scheme@(guile-user)> (http-fetch "https://repology.org/api/v1/project/ema= cs:modus-themes") > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > Bad Read-Header-Line header: # > > > Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. > scheme@(guile-user) [1]> ,bt > In guix/http-client.scm: > 120:21 5 (http-fetch _ #:port _ #:text? _ #:buffered? _ # _ # _ # =E2= =80=A6) > In web/client.scm: > 530:24 4 (http-request _ #:body _ #:verify-certificate? _ #:port =E2= =80=A6) > In web/response.scm: > 198:31 3 (read-response #) > In web/http.scm: > 1188:15 2 (read-response-line _) > 250:2 1 (read-header-line _) > In ice-9/boot-9.scm: > 1685:16 0 (raise-exception _ #:continuable? _) > > > The URL opens just fine in Icecat. =E2=80=98http-request=E2=80=99 from (= web client) is > able to handle it as well. It works if you strip the =E2=80=98User-Agent=E2=80=99 header that =E2=80= =98http-fetch=E2=80=99 provides by default: --8<---------------cut here---------------start------------->8--- scheme@(guile-user)> ,use(guix http-client) scheme@(guile-user)> (http-fetch "https://repology.org/api/v1/project/emacs= :modus-themes" #:headers '()) $13 =3D # $14 =3D 1342 scheme@(guile-user)> ,use(rnrs io ports) scheme@(guile-user)> (get-string-all $13) $15 =3D "[{\"repo\":\"gnu_elpa\",\"name\":\"modus-themes\",\"visiblename\":= \"modus-themes\",\"version\":\"2.0.0\",\"maintainers\":[\"info@protesilaos.= com\"],\"summary\":\"Highly accessible themes (WCAG AAA)\",\"status\":\"new= est\",\"origversion\":null},{\"repo\":\"gnuguix\",\"srcname\":\"emacs-modus= -themes\",\"binname\":\"emacs-modus-themes\",\"visiblename\":\"emacs-modus-= themes\",\"version\":\"2.0.0\",\"summary\":\"Accessible themes (WCAG AAA)\"= ,\"status\":\"newest\",\"origversion\":null},{\"repo\":\"melpa\",\"name\":\= "modus-themes\",\"visiblename\":\"modus-themes\",\"version\":\"20220215.163= 1\",\"maintainers\":[\"info@protesilaos.com\"],\"summary\":\"Highly accessi= ble and customizable themes (WCAG AAA)\",\"status\":\"rolling\",\"origversi= on\":null},{\"repo\":\"melpa_stable\",\"name\":\"modus-themes\",\"visiblena= me\":\"modus-themes\",\"version\":\"2.0.0\",\"maintainers\":[\"info@protesi= laos.com\"],\"summary\":\"Highly accessible themes (WCAG AAA)\",\"status\":= \"newest\",\"origversion\":null},{\"repo\":\"nix_stable_21_11\",\"name\":\"= emacs-modus-themes\",\"visiblename\":\"emacs-modus-themes\",\"version\":\"2= 0211114.1209\",\"maintainers\":[\"fallback-mnt-nix@repology\"],\"categories= \":[\"emacs27Packages\"],\"status\":\"untrusted\",\"origversion\":null},{\"= repo\":\"nix_unstable\",\"name\":\"emacs-modus-themes\",\"visiblename\":\"e= macs-modus-themes\",\"version\":\"20220206.751\",\"maintainers\":[\"fallbac= k-mnt-nix@repology\"],\"categories\":[\"emacs27Packages\"],\"status\":\"unt= rusted\",\"origversion\":null}]" --8<---------------cut here---------------end--------------->8--- Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 16 09:42:58 2022 Received: (at control) by debbugs.gnu.org; 16 Feb 2022 14:42:58 +0000 Received: from localhost ([127.0.0.1]:47830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKLWE-0001D5-B8 for submit@debbugs.gnu.org; Wed, 16 Feb 2022 09:42:58 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:57030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKLWC-0001Cc-Lj for control@debbugs.gnu.org; Wed, 16 Feb 2022 09:42:56 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 341E2B78 for ; Wed, 16 Feb 2022 15:42:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EBCR56LV3y_F for ; Wed, 16 Feb 2022 15:42:50 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 88B2D243 for ; Wed, 16 Feb 2022 15:42:50 +0100 (CET) Date: Wed, 16 Feb 2022 15:42:50 +0100 Message-Id: <87v8xex47p.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #53923 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 341E2B78 X-Spamd-Result: default: False [0.61 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[control@debbugs.gnu.org]; RCPT_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_MIXED_CHARSET(0.71)[subject]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.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: -0.0 (/) tags 53923 notabug close 53923 quit