From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 08 20:54:16 2022 Received: (at submit) by debbugs.gnu.org; 9 Apr 2022 00:54:16 +0000 Received: from localhost ([127.0.0.1]:36431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMl-0007Jp-Sa for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:54598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMg-0007JP-Iy for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56514) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMg-00053V-CA for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:10 -0400 Received: from mout02.posteo.de ([185.67.36.142]:38099) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMe-0002ak-Eq for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:10 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 9DC39240107 for ; Sat, 9 Apr 2022 02:54:06 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KZxT96rxDz6tmB; Sat, 9 Apr 2022 02:54:05 +0200 (CEST) From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH 4/5] gnu: libcyaml: Update to 1.3.1. Date: Sat, 9 Apr 2022 00:53:45 +0000 Message-Id: <20220409005346.69279-4-alex@zrythm.org> In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> References: <20220409005346.69279-1-alex@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.142; envelope-from=alex@zrythm.org; helo=mout02.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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.3 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Theodotou 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.3 (--) * gnu/packages/serialization.scm (libcyaml): Update to 1.3.1. --- gnu/packages/serialization.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 5cf39ac7f4..a9ba212c9d 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Joshua Sierles, Nextjournal ;;; Copyright © 2020 Martin Becze -;;; Copyright © 2020 Alexandros Theodotou +;;; Copyright © 2020, 2022 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -354,7 +354,7 @@ (define-public libyaml+static (define-public libcyaml (package (name "libcyaml") - (version "1.1.0") + (version "1.3.1") (source (origin (method git-fetch) @@ -364,7 +364,7 @@ (define-public libcyaml (file-name (git-file-name name version)) (patches (search-patches "libcyaml-libyaml-compat.patch")) (sha256 - (base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93")))) + (base32 "0gvf3h8r8300wdwfjgxw3nzlj7w14q63m67p8wdm5fvpha017n4y")))) (build-system gnu-build-system) (arguments `(#:make-flags -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 09 02:33:47 2022 Received: (at control) by debbugs.gnu.org; 9 Apr 2022 06:33:47 +0000 Received: from localhost ([127.0.0.1]:36604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nd4fL-0007W6-KJ for submit@debbugs.gnu.org; Sat, 09 Apr 2022 02:33:47 -0400 Received: from mail-ej1-f65.google.com ([209.85.218.65]:42737) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nd4fK-0007Vs-D9 for control@debbugs.gnu.org; Sat, 09 Apr 2022 02:33:46 -0400 Received: by mail-ej1-f65.google.com with SMTP id i27so21123319ejd.9 for ; Fri, 08 Apr 2022 23:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:user-agent:mime-version :content-transfer-encoding; bh=pVDrBwk5dhECAN5vGIUHMxBW2FpwvTxo7sCfLJP12us=; b=FXchzU8uU5wBBm0Ye4ow20r8ZHj3CEZiPokVlRqUsA6Nz0o21+4Uc+nz6j8uOnfC9P SFvf/kPIi0aZnOkJjFqvY2f18/+wYZhfy7kaMlfxhV3Uxqbyudz0bKdvgM/rtxJxPskB 9dAkpprQkMOT/uSi2E1n5F7lPlcvBblrR8S7PIAkwc1OSrdX8tprPK3iarbIaEReDw9r eBvB5+0WtHdFBQ7DqJvz0V9ToxHy0DQSK72YYvNMXW/T4TQVraqOVpOi2pO3zxBAr04R T/hfEhFJtcdEFvdfpIwAS+SiEpWeK8WVJGXhFthGl4kndeYVU+3jv6HtG3VE1cnyW/Ka bdtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:user-agent :mime-version:content-transfer-encoding; bh=pVDrBwk5dhECAN5vGIUHMxBW2FpwvTxo7sCfLJP12us=; b=wV2vkhO/TrfO/Hj8rmZZ2LcTH6VLQf33HXoN3aiAni3aWavr3ZnILlSYD6lVdQOYPv JAmgKFeKiK2cjDxfYCn2mAtLTBS+0i1Arhci03slLuO5tIXYRVJYkBGYPZf4gmvPPbhI f+do2l5GwubumjmVxF5/rZeQW7XnrBuHswtTFxqFqkmzjc9bktECy9hoOSdJ1gkuSz/L qXOr7/NjmFW0uiAzrwCRgAA65QWJE0wr/vS4lJ+mmuKemUQbvSbQAwE+Kht0vIPjWXiZ KoZSWXWzNkP/+jv+T3iS7eLEHUSSX1+LK2v60L2TishJXB1cLblXMolCokP/AzfEBOiO zhVQ== X-Gm-Message-State: AOAM5314OKCw1ixMBhuY15d/74nc3sPBxkuImIvZ4DNAX5Qvx4vKz9to EE2LUND0D9d1gMm3pAa6CFo8Dxdlh/M= X-Google-Smtp-Source: ABdhPJxgL3Y3m85ZMGC2kahcu/RvDznuygLVk4x8Iwf3PUMNJIN7oZOQTWcBGZHs5/RZ4DV2GDSWfQ== X-Received: by 2002:a17:907:6e04:b0:6e0:95c0:47b8 with SMTP id sd4-20020a1709076e0400b006e095c047b8mr21607445ejc.483.1649486020448; Fri, 08 Apr 2022 23:33:40 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id y22-20020a170906559600b006e858ba2549sm1174501ejp.49.2022.04.08.23.33.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 23:33:39 -0700 (PDT) Message-ID: <48479468a8115ac746ddfbee5a0d277c32f8f965.camel@gmail.com> Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Sat, 09 Apr 2022 08:33:37 +0200 Content-Type: text/plain User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 3.3 (+++) 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: merge 54805 54806 54807 54808 54809 thanks Content analysis details: (3.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_VALIDITY_RPBL RBL: Relay in Validity RPBL, https://senderscore.org/blocklistlookup/ [209.85.218.65 listed in bl.score.senderscore.com] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.218.65 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. 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: 2.3 (++) 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: merge 54805 54806 54807 54808 54809 thanks Content analysis details: (2.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_VALIDITY_RPBL RBL: Relay in Validity RPBL, https://senderscore.org/blocklistlookup/ [209.85.218.65 listed in bl.score.senderscore.com] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.218.65 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager merge 54805 54806 54807 54808 54809 thanks From unknown Sun Jun 22 17:16:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 13 Jul 2022 11:24:04 +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