From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 26 12:26:32 2021 Received: (at submit) by debbugs.gnu.org; 26 Sep 2021 16:26:32 +0000 Received: from localhost ([127.0.0.1]:38592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUWz1-0006hE-QV for submit@debbugs.gnu.org; Sun, 26 Sep 2021 12:26:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:48082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUWz0-0006h6-Vg for submit@debbugs.gnu.org; Sun, 26 Sep 2021 12:26:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUWyy-0003ye-GA for guix-patches@gnu.org; Sun, 26 Sep 2021 12:26:30 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44366 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 1mUWyw-00084G-OU for guix-patches@gnu.org; Sun, 26 Sep 2021 12:26:28 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632673580; bh=0vMRdp5yjCx4dGirnlOh0qVIodlcgezL0zxq4e/13FQ=; h=From:To:Subject:Date; b=KbaKMjPryYaYo/gSqJPqg1e1di4ZS6aPKivmdhrbDyf+djrS8t1XtSa4YzfYsBHPM KnXKxadz583/yp+jxL3ZFqmVuDLF3xxXfhyKuD4UYfDOyqsnvX8ekH57s+1yxsXjFp 7QuVQUcquy9aRqrXjDfi2+ZVBAq4hhqYLfv73RaM= To: guix-patches@gnu.org Subject: [PATCH] gnu: ocaml-cppo: Update to 1.6.8. Message-Id: Date: Sun, 26 Sep 2021 18:26:20 +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: 46 X-Spam_score: 4.6 X-Spam_bar: ++++ X-Spam_report: (4.6 / 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.5, FROM_SUSPICIOUS_NTLD_FP=0.942, PDS_OTHER_BAD_TLD=1.999, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TO_NO_BRKTS_DYNIP=2.299 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.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-cppo): Update to 1.6.8. --- 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 e30bd2f613..8b1560b3fc 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3282,7 +3282,7 @@ (define-public ocaml-oa [...] Content analysis details: (1.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] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.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-cppo): Update to 1.6.8. --- 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 e30bd2f613..8b1560b3fc 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3282,7 +3282,7 @@ (define-public ocaml-oasis (define-public ocaml-cppo (package (name "ocaml-cppo") - (version "1.6.6") + (version "1.6.8") (source (origin (method git-fetch) @@ -3291,7 +3291,7 @@ (define-public ocaml-cppo (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1smcc0l6fh2n0y6bp96c69j5nw755jja99w0b206wx3yb2m4w2hs")))) + "0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9")))) (build-system dune-build-system) (arguments `(#:tests? #f)) base-commit: 8c6c33a2a5bf385e1589b405ee7f842684ed80c1 -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 07 22:43:17 2021 Received: (at 50822-done) by debbugs.gnu.org; 8 Oct 2021 02:43:17 +0000 Received: from localhost ([127.0.0.1]:48783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYfqv-0007vH-GG for submit@debbugs.gnu.org; Thu, 07 Oct 2021 22:43:17 -0400 Received: from lepiller.eu ([89.234.186.109]:34334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYfqt-0007v8-Ai for 50822-done@debbugs.gnu.org; Thu, 07 Oct 2021 22:43:16 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 9c14d943 for <50822-done@debbugs.gnu.org>; Fri, 8 Oct 2021 02:43:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:mime-version:content-type :content-transfer-encoding; s=dkim; bh=C+uLD/8URLBqIJqCBPrOTtATD zXK3ekEkSAfgZHSDEE=; b=KyHOIlSUIe4awxfqX+wn7VsWaGsvNlaOjo4eTsBA2 Rzww/adIqz03zLfamDVDBFGaasrDC41sWJC4Z+PasRqqNar3dwm94ErFupDCczGP vVKqtkdblCW39B5tu4zZnVt6m6SQGd68+jB6IhTwqD6lY8ECcm6OUHCxDvaokmzx CiGBi72fE+aZT3HtG743Op9rikwJYV4fyWHsDkN028JyoSLtASM3J5BjUCa5KScS cYhC0l/kOAMO/OH2Wn6jy6Wzp6L1oQGpGP5xWRhbNH3KJ++xwk6FS46npC3x+CGF nglP7x9auOnR7gIrMzjl4fFNokHhRueOY0X8fx1Jmfe2A== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id f2de93f9 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <50822-done@debbugs.gnu.org>; Fri, 8 Oct 2021 02:43:13 +0000 (UTC) Date: Fri, 8 Oct 2021 04:43:09 +0200 From: Julien Lepiller To: 50822-done@debbugs.gnu.org Subject: Re: [PATCH] gnu: ocaml-cppo: Update to 1.6.8. Message-ID: <20211008044309.1ad3ea4a@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.18.0 (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: 50822-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 (-) Pushed to master as d11b3bc71cc8fe81615c941e0d1dea242999a1e6, thanks! From unknown Mon Aug 18 02:37:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 05 Nov 2021 11:24:06 +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