From unknown Tue Aug 19 14:22:13 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49222] [PATCH] gnu: ocaml-uri: Update to 4.2.0. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Jun 2021 12:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49222 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49222@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162462571712731 (code B ref -1); Fri, 25 Jun 2021 12:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Jun 2021 12:55:17 +0000 Received: from localhost ([127.0.0.1]:45104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwlMa-0003JH-TH for submit@debbugs.gnu.org; Fri, 25 Jun 2021 08:55:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:39698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwlMY-0003J9-PB for submit@debbugs.gnu.org; Fri, 25 Jun 2021 08:55:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42146) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwlMX-0007pp-Q6 for guix-patches@gnu.org; Fri, 25 Jun 2021 08:55:14 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54780 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 1lwlMV-0004Qu-Ov for guix-patches@gnu.org; Fri, 25 Jun 2021 08:55:13 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624625703; bh=Bdmxh0wHSuyMtQmjg9MMvTrD7cFESizb9VtXm/mxoKY=; h=From:To:Subject:Date; b=j03moRjfcR4YX4vv+15Wm+F9xYNDk28ZNWecRK4Ii5Fg+7DvIj8Ou95jlZrhZTuIY qyocDqpzSTuDjUfee3SyQ3wsAZO2g8+gqHmHEv734f9fj0xK13tlSr5fETY7fflnh3 6RfgJ7TXy9sh7jpSoBKuGrXEJeom5w3t3/PdmIzc= Message-Id: Date: Fri, 25 Jun 2021 14:55:03 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 29 X-Spam_score: 2.9 X-Spam_bar: ++ X-Spam_report: (2.9 / 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.499, FROM_SUSPICIOUS_NTLD_FP=1.495, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.7 (++) 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: * gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1262c0e303..0eb63b94d4 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3452,7 +3452,7 @@ JSON.") (define-public [...] Content analysis details: (2.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -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] 1.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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 (/) * gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1262c0e303..0eb63b94d4 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3452,7 +3452,7 @@ JSON.") (define-public ocaml-uri (package (name "ocaml-uri") - (version "4.1.0") + (version "4.2.0") (home-page "https://github.com/mirage/ocaml-uri") (source (origin @@ -3463,7 +3463,7 @@ JSON.") (file-name (git-file-name name version)) (sha256 (base32 - "10bf28my1yhj8a2d7bkgbna9j20wq0ghp92k926y29bmjj2qh0l7")))) + "1bgkc66cq00mgnkz3i535srwzwc4cpdsv0mly5dzvvq33451xwf0")))) (build-system dune-build-system) (arguments '(#:package "uri" #:test-target ".")) base-commit: 3c86372e36cecaed1ad55675ce32a14b972406bf -- 2.32.0 From unknown Tue Aug 19 14:22:13 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: Xinglu Chen Subject: bug#49222: closed (Re: [bug#49222] [PATCH] gnu: ocaml-uri: Update to 4.2.0.) Message-ID: References: <20210627145556.769dd690@tachikoma.lepiller.eu> X-Gnu-PR-Message: they-closed 49222 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49222@debbugs.gnu.org Date: Sun, 27 Jun 2021 12:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1624798622-29126-1" This is a multi-part message in MIME format... ------------=_1624798622-29126-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49222: [PATCH] gnu: ocaml-uri: Update to 4.2.0. 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 49222@debbugs.gnu.org. --=20 49222: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49222 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1624798622-29126-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49222-done) by debbugs.gnu.org; 27 Jun 2021 12:56:10 +0000 Received: from localhost ([127.0.0.1]:49060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxUKY-0007YV-HA for submit@debbugs.gnu.org; Sun, 27 Jun 2021 08:56:10 -0400 Received: from lepiller.eu ([89.234.186.109]:48060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxUKS-0007YJ-UB for 49222-done@debbugs.gnu.org; Sun, 27 Jun 2021 08:56:08 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 96b52d9b; Sun, 27 Jun 2021 12:56:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=LvhEfNLH4Bwi wAgfdmlao36rwP4WrI79c8n0eFvx9Qo=; b=I5Z9/F1+rmZIPWms6goVMEtzeyPa INICglLM6/lv+yJox9X82u2qWkf+JQKAVT6dOGZZEbBg23/om0Cim/tLjXlx1CIQ gg3X2uQMvr3092LH43T3BuMPPi3HPqhzbfTudO57YsP+Td1xONep0q/X8rN16Y5C 7cIqym1BWb0q8mlKiM98F0AiIfnJZunIssUD5d5fb5N0EzRcg7FyNCQlTjtEpEB6 UfvHy1wa2R/P1wRJO0nQI+DaqbONTmsFJCGZ0LqJQH20HeVITW+Jy7xpArTEWGMb pBHFaCxSzwlzQvA4XttSY9E0YLWmqic4NvKWBdtO3iif2K5EnXdn5r7r9A== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 21553ef6 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 27 Jun 2021 12:56:01 +0000 (UTC) Date: Sun, 27 Jun 2021 14:55:56 +0200 From: Julien Lepiller To: Xinglu Chen Subject: Re: [bug#49222] [PATCH] gnu: ocaml-uri: Update to 4.2.0. Message-ID: <20210627145556.769dd690@tachikoma.lepiller.eu> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49222-done Cc: 49222-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 (-) Pushed as 41aec416ce8a18f4ba764757103ea9524a30959d, thank you! ------------=_1624798622-29126-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Jun 2021 12:55:17 +0000 Received: from localhost ([127.0.0.1]:45104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwlMa-0003JH-TH for submit@debbugs.gnu.org; Fri, 25 Jun 2021 08:55:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:39698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwlMY-0003J9-PB for submit@debbugs.gnu.org; Fri, 25 Jun 2021 08:55:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42146) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwlMX-0007pp-Q6 for guix-patches@gnu.org; Fri, 25 Jun 2021 08:55:14 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54780 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 1lwlMV-0004Qu-Ov for guix-patches@gnu.org; Fri, 25 Jun 2021 08:55:13 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624625703; bh=Bdmxh0wHSuyMtQmjg9MMvTrD7cFESizb9VtXm/mxoKY=; h=From:To:Subject:Date; b=j03moRjfcR4YX4vv+15Wm+F9xYNDk28ZNWecRK4Ii5Fg+7DvIj8Ou95jlZrhZTuIY qyocDqpzSTuDjUfee3SyQ3wsAZO2g8+gqHmHEv734f9fj0xK13tlSr5fETY7fflnh3 6RfgJ7TXy9sh7jpSoBKuGrXEJeom5w3t3/PdmIzc= To: guix-patches@gnu.org Subject: [PATCH] gnu: ocaml-uri: Update to 4.2.0. Message-Id: Date: Fri, 25 Jun 2021 14:55:03 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 29 X-Spam_score: 2.9 X-Spam_bar: ++ X-Spam_report: (2.9 / 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.499, FROM_SUSPICIOUS_NTLD_FP=1.495, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.7 (++) 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: * gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1262c0e303..0eb63b94d4 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3452,7 +3452,7 @@ JSON.") (define-public [...] Content analysis details: (2.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -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] 1.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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: 0.2 (/) * gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1262c0e303..0eb63b94d4 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3452,7 +3452,7 @@ JSON.") (define-public ocaml-uri (package (name "ocaml-uri") - (version "4.1.0") + (version "4.2.0") (home-page "https://github.com/mirage/ocaml-uri") (source (origin @@ -3463,7 +3463,7 @@ JSON.") (file-name (git-file-name name version)) (sha256 (base32 - "10bf28my1yhj8a2d7bkgbna9j20wq0ghp92k926y29bmjj2qh0l7")))) + "1bgkc66cq00mgnkz3i535srwzwc4cpdsv0mly5dzvvq33451xwf0")))) (build-system dune-build-system) (arguments '(#:package "uri" #:test-target ".")) base-commit: 3c86372e36cecaed1ad55675ce32a14b972406bf -- 2.32.0 ------------=_1624798622-29126-1--