From unknown Fri Sep 05 20:37:20 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54337 <54337@debbugs.gnu.org> To: bug#54337 <54337@debbugs.gnu.org> Subject: Status: [PATCHES 0/2] gnu: cryfs: Update to 0.11.2. Reply-To: bug#54337 <54337@debbugs.gnu.org> Date: Sat, 06 Sep 2025 03:37:20 +0000 retitle 54337 [PATCHES 0/2] gnu: cryfs: Update to 0.11.2. reassign 54337 guix-patches submitter 54337 Brendan Tildesley severity 54337 normal tag 54337 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 11 01:16:21 2022 Received: (at submit) by debbugs.gnu.org; 11 Mar 2022 06:16:21 +0000 Received: from localhost ([127.0.0.1]:36281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYZZ-0006tP-8Q for submit@debbugs.gnu.org; Fri, 11 Mar 2022 01:16:21 -0500 Received: from lists.gnu.org ([209.51.188.17]:38076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYZX-0006tG-Qu for submit@debbugs.gnu.org; Fri, 11 Mar 2022 01:16:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSYZV-0000lW-Hc for guix-patches@gnu.org; Fri, 11 Mar 2022 01:16:19 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]:36658) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nSYZS-000542-QS for guix-patches@gnu.org; Fri, 11 Mar 2022 01:16:16 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KFG0D0MCzz9sWh for ; Fri, 11 Mar 2022 07:16:12 +0100 (CET) Date: Fri, 11 Mar 2022 07:16:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1646979370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=2z5PJK63MBhHidrAVvLz9p0DNzWcfYcEs+gsOV3YwlQ=; b=ZkcgdaK6QljvZuxpRs375jBg11Qy7eBr/0YoDWWrwTLxB0d81lB0IwnR+dHRiw+lv4F8Fb reaCByYpzEva4XfNBqFSNWuDST/U/gzEKCOlzFHBX4/j9bBBDpPa2NnhfD7KFkRFGN9Nfl xI+VAxV2tqqW6BBsyPCTXvET5IMbvSSPlIkHCD4E3naoDrqEAyxpp/Pv/xN/6jE7LYN4HT EMNByAHIO5lkjqy5mM8MGcoxkw0yv/FjKHxxXSqfaAWJJgaLxwmZodDTdspaXoAFbZx5ly 1BkfPBYFju2cXRqCxh0OJ78xQgwnCS2MV86I1juVA7ieCswNJAM6RohFl8bZPg== From: Brendan Tildesley To: "guix-patches@gnu.org" Message-ID: <1232237267.49384.1646979368358@office.mailbox.org> Subject: [PATCHES 0/2] gnu: cryfs: Update to 0.11.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal Received-SPF: pass client-ip=80.241.56.152; envelope-from=mail@brendan.scot; helo=mout-p-102.mailbox.org 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, RCVD_IN_MSPIKE_H2=-0.001, 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.7 (-) 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: -2.7 (--) Note: cryfs includes a bundled crypto++ that is not possible to unbundle at the current time, however, cryfs 0.11.2 includes an updated crypto++ 8.6.0 with bug fixes as mentioned in bug#54336, so it's fine for now. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 11 01:19:45 2022 Received: (at 54337) by debbugs.gnu.org; 11 Mar 2022 06:19:45 +0000 Received: from localhost ([127.0.0.1]:36296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYcq-0006zy-QM for submit@debbugs.gnu.org; Fri, 11 Mar 2022 01:19:45 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:56492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYcp-0006zf-5Y for 54337@debbugs.gnu.org; Fri, 11 Mar 2022 01:19:43 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KFG485Q8rz9sbF for <54337@debbugs.gnu.org>; Fri, 11 Mar 2022 07:19:36 +0100 (CET) From: Brendan Tildesley DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1646979574; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=b1WPQIc66PTVllJUcYzA4nDMoAGVOjLZzVDG3OeAVX0=; b=RmSFIcUNBd7cRogzpPNbF0mO8WA0Furns3mnxvUBORLnqr/mud8SpT+LqSnKGAb4cVCDpZ a1er9xP0YDOEtCn/6hl9Nj+nnpBabDXfwGWGy46St2VakXIEfZdmQheyCF0ceLI5Wc1nHk vckSOWeMOfgrTpAeZoDfjW5okjllWACb2WLbdLrY33yveXGEcPDSqtP3yoQxMByDoPy0xc keVObz91cJN+2l5ZQsGIGimMFImtvhrxBvH4m+Eov8IK9LBcis+IpDr4I3Deytq3c70bop Mg+wWIk+C51PWqslMgglTufkuePYDiB4GOZFKh1M7GELD7CDIW+dfXngp7w6Qw== To: 54337@debbugs.gnu.org Subject: [PATCH 2/2] gnu: cryfs: Update to 0.11.2. Date: Fri, 11 Mar 2022 17:19:25 +1100 Message-Id: <20220311061925.11865-2-mail@brendan.scot> In-Reply-To: <20220311061925.11865-1-mail@brendan.scot> References: <20220311061925.11865-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 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.7 (-) * gnu/packages/crypto.scm (cryfs): Update to 0.11.2. [inputs]: Use boost-1.77/fixed to fix build. --- gnu/packages/crypto.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 007119c6de..e971d4c304 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1459,7 +1459,7 @@ (define-public transcrypt (define-public cryfs (package (name "cryfs") - (version "0.11.0") + (version "0.11.2") (source (origin (method url-fetch) @@ -1467,7 +1467,7 @@ (define-public cryfs "https://github.com/cryfs/cryfs/releases/download/" version "/cryfs-" version ".tar.xz")) (sha256 - (base32 "0dxphbj5sssm82rkkdb71algrcki16qlpzlvrjyvvm6b7x7zi0sm")))) + (base32 "1ggizlacm4fccsw9syy2763ihxnby6cdh3mhhraxy8bmsdjza7lm")))) (build-system cmake-build-system) (arguments '(#:modules ((guix build cmake-build-system) @@ -1514,7 +1514,7 @@ (define-public cryfs `(("python" ,python-wrapper) ("pkg-config" ,pkg-config))) (inputs - (list boost curl fuse range-v3 spdlog)) + (list boost-1.77/fixed curl fuse range-v3 spdlog)) (home-page "https://www.cryfs.org/") (synopsis "Encrypted FUSE filesystem for the cloud") (description "CryFS encrypts your files, so you can safely store them anywhere. -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 11 01:19:52 2022 Received: (at 54337) by debbugs.gnu.org; 11 Mar 2022 06:19:52 +0000 Received: from localhost ([127.0.0.1]:36299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYct-00070C-1P for submit@debbugs.gnu.org; Fri, 11 Mar 2022 01:19:51 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:36616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSYcr-0006zh-2p for 54337@debbugs.gnu.org; Fri, 11 Mar 2022 01:19:45 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KFG4B0df1z9scX for <54337@debbugs.gnu.org>; Fri, 11 Mar 2022 07:19:38 +0100 (CET) From: Brendan Tildesley DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1646979575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=b4ZUGYaINEflw0ItpaMqezeFgt4KISmP66ilDZnqJlk=; b=bCpBC8rZc3tQwPXjY70peNnmsFt812ZNlw6cSGfmqfTHuj7R10Q8v/9ZNv61FY4LNJ2HRE aoz/0AHr+33e3pda+M7wkGDfwT1MQmcOFpsH8gFTAnFXmO09JTjYqk3y6wvhkGfZ119Q4z d96fDE69fo+x8eL+MIacF3p6HDeELDrHQB/1SCZmMBRhFYoT/oVwwjSGhFHb4QAncL1KVO Jn/4dLPTFz3KFnFIkSkbGJpcOcrxqe8hAEsAchKQsZ/HQgliEPQ/bagI4Iv7X59vpHXBHM 2I5UrGETBuaeQ3e+dBu2aVvyy9q8brmn0x5tl7Q3h7lrkjuVPjkczjEWaStkSw== To: 54337@debbugs.gnu.org Subject: [PATCH 1/2] gnu: Add boost-1.77/fixed. Date: Fri, 11 Mar 2022 17:19:24 +1100 Message-Id: <20220311061925.11865-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 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.7 (-) * gnu/packages/boost.scm (boost-1.77/fixed): New variable. Since updating boost would resulting in building 1000s of rebuilds, add a temporary variant to fixing a missing import resulting in "error: 'transform' is not a member of 'std'" when building cryfs. See: https://github.com/boostorg/process/commit/e08374ed95ac33865bda40602c94909e7cd9607f * gnu/packages/patches/boost-wchar-include-algorithm.patch: New file. * gnu/local.mk: Reference patch. --- gnu/local.mk | 1 + gnu/packages/boost.scm | 11 +++++++++++ .../patches/boost-wchar-include-algorithm.patch | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 gnu/packages/patches/boost-wchar-include-algorithm.patch diff --git a/gnu/local.mk b/gnu/local.mk index 60ee713508..ce3f529a7a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -915,6 +915,7 @@ dist_patch_DATA = \ %D%/packages/patches/binutils-CVE-2021-45078.patch \ %D%/packages/patches/bloomberg-bde-cmake-module-path.patch \ %D%/packages/patches/bloomberg-bde-tools-fix-install-path.patch \ + %D%/packages/patches/boost-wchar-include-algorithm.patch \ %D%/packages/patches/bpftrace-disable-bfd-disasm.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/bubblewrap-fix-locale-in-tests.patch \ diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index b53b1f4257..d49449a72a 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2021 Franck Pérignon ;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2021 Aleksandr Vityazev +;;; Copyright © 2022 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -68,6 +69,7 @@ (define (boost-patch name version hash) (define-public boost (package (name "boost") + ;; Note: consider removing boost-1.77/fixed when updating boost to 1.78 or newer. (version "1.77.0") (source (origin (method url-fetch) @@ -193,6 +195,15 @@ (define-public boost (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt" "Some components have other similar licences.")))) +(define-public boost-1.77/fixed + ;; This patch applies for boost 1.77. Should not be needed in later releases. + ;; See: https://github.com/boostorg/process/commit/e08374ed95ac33865bda40602c94909e7cd9607f + (package/inherit boost + (name "boost-fixed") + (source (origin + (inherit (package-source boost)) + (patches (search-patches "boost-wchar-include-algorithm.patch")))))) + ;; Sadly, this is needed for irods. It won't link with 1.69 or later. (define-public boost-for-irods (package diff --git a/gnu/packages/patches/boost-wchar-include-algorithm.patch b/gnu/packages/patches/boost-wchar-include-algorithm.patch new file mode 100644 index 0000000000..c174dc5cd2 --- /dev/null +++ b/gnu/packages/patches/boost-wchar-include-algorithm.patch @@ -0,0 +1,11 @@ +--- a/boost/process/detail/traits/wchar_t.hpp ++++ b/boost/process/detail/traits/wchar_t.hpp +@@ -12,6 +12,8 @@ + #include + #include + ++#include ++ + namespace boost { namespace process { namespace detail { + + //template -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 11 17:03:15 2022 Received: (at 54337) by debbugs.gnu.org; 11 Mar 2022 22:03:15 +0000 Received: from localhost ([127.0.0.1]:38561 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSnLu-0004nE-Vy for submit@debbugs.gnu.org; Fri, 11 Mar 2022 17:03:15 -0500 Received: from michel.telenet-ops.be ([195.130.137.88]:53756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSnLs-0004n4-Qv for 54337@debbugs.gnu.org; Fri, 11 Mar 2022 17:03:13 -0500 Received: from [172.20.10.5] ([188.188.45.72]) by michel.telenet-ops.be with bizsmtp id 5A3A2700N1ZSGwU06A3Afj; Fri, 11 Mar 2022 23:03:11 +0100 Message-ID: <61782b44f00238c5fa213a84ca5f47db105dba3a.camel@telenet.be> Subject: Re: [bug#54337] [PATCH 1/2] gnu: Add boost-1.77/fixed. From: Maxime Devos To: Brendan Tildesley , 54337@debbugs.gnu.org Date: Fri, 11 Mar 2022 23:03:10 +0100 In-Reply-To: <20220311061925.11865-1-mail@brendan.scot> References: <1232237267.49384.1646979368358@office.mailbox.org> <20220311061925.11865-1-mail@brendan.scot> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-F45XSbW1hr/EHgQ1N37w" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1647036191; bh=n8rNCu7cCb5xSdU9NMUwNSy13DCOdvCMfR5a3fiQnho=; h=Subject:From:To:Date:In-Reply-To:References; b=AqNqIyGic+1ExvmCt0fTNWKfXtVTCHNh4bcCWR2dnZnCQDrB3Bu2IYYxLhTzdq3Qm e3R3CA3TpBulkv1ylHmxKdG71gOgi9x08ChvgwD4VquhHdT9gjqSunpSFGlr1Gtqgg dsZazv5JN0wYW+0dZ3O2kN++YM4KoMvH6kyzhxEc9q54PrFbUEZezwKuKF6OgfrbBr txyfe8eQ7u3oYpKu8zG4ASSdLxQOMmYzO3ES3VG6YjlsgtzMzrrGqACDBJ1ku0gbiy sdhHzACCGnJEX5ScdLcPG9ucjQ1Tzwo9erGbfWMnwfOv8cilIr1ARAdbkk4YlgVCBv Ilq2FufBL0Srw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 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.7 (-) --=-F45XSbW1hr/EHgQ1N37w Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Brendan Tildesley schreef op vr 11-03-2022 om 17:19 [+1100]: > +(define-public boost-1.77/fixed foo/fixed is conventionally used for graft-style security fixes, I would prefer using a different variable name (unfortunately I'm not feeling particularly inspired with names currently ...). Greetings, Maxime. --=-F45XSbW1hr/EHgQ1N37w Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYivHHhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7p6zAQDh2rX+EIhj0Fu6riv4kIcm9j29 N6WouUjii1mJGg3SmgEAqSvi4Ybda3ftCBQcxnyo9UQgqPS+j34pWBhDXX4aTAc= =1gAl -----END PGP SIGNATURE----- --=-F45XSbW1hr/EHgQ1N37w-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 14 05:36:14 2022 Received: (at 54337) by debbugs.gnu.org; 14 Mar 2022 09:36:14 +0000 Received: from localhost ([127.0.0.1]:44105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTh7b-0002W2-3h for submit@debbugs.gnu.org; Mon, 14 Mar 2022 05:36:14 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:47060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTh7X-0002V6-MZ for 54337@debbugs.gnu.org; Mon, 14 Mar 2022 05:36:09 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KHBHP1V8nz9sXS; Mon, 14 Mar 2022 10:36:01 +0100 (CET) From: 'Brendan Tildesley DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1647250559; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dUGmE0Ob7nTpw7uXlqs8+SqiTrdEa/NY6Vj6cDZ/uz0=; b=FeNrArRmkOJHqWcMZvA0DVJAKGV5XTmvMs7gUQKNAI+K8XAiLFZfU4csNEShHHF4JmUfVr YSdY1II+wnS5i7MXTPoZ48bITrpk2OVKv0Txf45jfV3GiBbGgFRlIGDoGVRqfaW5qCCrUq daJTQXrnpq2/NgI93Q2BKz307TIULwDNZJdmkgroBN19f9B7VTrhi2/yFQK8V83/3P2ex7 npgnyBGhZFRpS093d2FKm+9O2OqWXcFYfUu+v9oKU1IjM5eIDwoajyVJKCTpF/dLOUBZKM Pzox+ITMfLy3Rb3oJv3X61mizXPMfc8udaZBwGHDEOQCr9QOYS44k21NV9xaWQ== To: 54337@debbugs.gnu.org Subject: [PATCH v2 1/3] gnu: crypto++: Update to 8.6.0. Date: Mon, 14 Mar 2022 20:35:48 +1100 Message-Id: <20220314093550.16580-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 Cc: Maxime Devos , Brendan Tildesley 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.7 (-) From: Brendan Tildesley * gnu/packages/crypto.scm (crypto++): Update to 8.6.0. Note: This release includes a fix for a bug where code using AVX2 instructions produced incorrect encrypted files: https://github.com/weidai11/cryptopp/issues/1069 --- gnu/packages/crypto.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 0a7e401d54..d8e7941903 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -21,7 +21,7 @@ ;;; Copyright © 2020 pukkamustard ;;; Copyright © 2021 Ellis Kenyő ;;; Copyright © 2021 Maxime Devos -;;; Copyright © 2021 Brendan Tildesley +;;; Copyright © 2021, 2022 Brendan Tildesley ;;; Copyright © 2022 Allan Adair ;;; ;;; This file is part of GNU Guix. @@ -733,7 +733,7 @@ (define-public perl-math-random-secure (define-public crypto++ (package (name "crypto++") - (version "8.5.0") + (version "8.6.0") (source (origin (method git-fetch) (uri @@ -745,7 +745,7 @@ (define-public crypto++ (file-name (git-file-name name version)) (sha256 (base32 - "0in7rlazq91vfi519g9wr7bh87hii47cimxv7fmj0f88vhjaidq3")))) + "1vm821wpx59ccz6gr4xplqpxj3f1qq3jijyybj2g4npqmmldhx3b")))) (build-system gnu-build-system) (arguments `(#:make-flags -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 14 05:36:17 2022 Received: (at 54337) by debbugs.gnu.org; 14 Mar 2022 09:36:17 +0000 Received: from localhost ([127.0.0.1]:44108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTh7h-0002WN-Fg for submit@debbugs.gnu.org; Mon, 14 Mar 2022 05:36:17 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:55148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTh7f-0002Vu-Lx for 54337@debbugs.gnu.org; Mon, 14 Mar 2022 05:36:16 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KHBHY0Nc9z9sR7; Mon, 14 Mar 2022 10:36:09 +0100 (CET) From: 'Brendan Tildesley DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1647250566; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P3gMJI1bSaxtWcg4o6VskOob9SUesz2K5US3gGgNibU=; b=LBVfmDM/shrU1j4PaXHrtG/EADLPvzM9UoTdyPZt7kyW0778/AFWB1rt2hccoSXsQiEX2T +7iwL7BWmp3GYQvjFoTwklmEOiS8M1fVzedgYl6WHggdWRY5T0yTkxOpdqj9L5um7zT/LS pnQU/oGzB11wgmD6AXqIyzRLyNACVOVYpdQqbclw9NgdJ7UNZGXKIO4OtjZZm7+N9V4kd6 n7QxfEXyppq9YjEYYFG79X93M4TA2hrXsWH6XUXZvLpYc38R8M6R3zjRPmW73crRjXEA4S gCZ3IZGfHep/W/W//wOGfxR+0pJpXpzhuQb33A9GvWiwj3/r3JDpbn1aIwnsXw== To: 54337@debbugs.gnu.org Subject: [PATCH v2 3/3] gnu: cryfs: Update to 0.11.2. Date: Mon, 14 Mar 2022 20:35:50 +1100 Message-Id: <20220314093550.16580-3-mail@brendan.scot> In-Reply-To: <20220314093550.16580-1-mail@brendan.scot> References: <20220314093550.16580-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 Cc: Maxime Devos , Brendan Tildesley 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.7 (-) From: Brendan Tildesley * gnu/packages/crypto.scm (cryfs): Update to 0.11.2. [inputs]: Use boost-for-cryfs to fix build. --- gnu/packages/crypto.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index d8e7941903..c201e7a0f3 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1461,7 +1461,7 @@ (define-public transcrypt (define-public cryfs (package (name "cryfs") - (version "0.11.0") + (version "0.11.2") (source (origin (method url-fetch) @@ -1469,7 +1469,7 @@ (define-public cryfs "https://github.com/cryfs/cryfs/releases/download/" version "/cryfs-" version ".tar.xz")) (sha256 - (base32 "0dxphbj5sssm82rkkdb71algrcki16qlpzlvrjyvvm6b7x7zi0sm")))) + (base32 "1ggizlacm4fccsw9syy2763ihxnby6cdh3mhhraxy8bmsdjza7lm")))) (build-system cmake-build-system) (arguments '(#:modules ((guix build cmake-build-system) @@ -1516,7 +1516,7 @@ (define-public cryfs `(("python" ,python-wrapper) ("pkg-config" ,pkg-config))) (inputs - (list boost curl fuse range-v3 spdlog)) + (list boost-for-cryfs curl fuse range-v3 spdlog)) (home-page "https://www.cryfs.org/") (synopsis "Encrypted FUSE filesystem for the cloud") (description "CryFS encrypts your files, so you can safely store them anywhere. -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 14 05:36:24 2022 Received: (at 54337) by debbugs.gnu.org; 14 Mar 2022 09:36:24 +0000 Received: from localhost ([127.0.0.1]:44111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTh7j-0002Wb-OY for submit@debbugs.gnu.org; Mon, 14 Mar 2022 05:36:24 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:55166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTh7h-0002W6-SZ for 54337@debbugs.gnu.org; Mon, 14 Mar 2022 05:36:18 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KHBHc1pHFz9sRP; Mon, 14 Mar 2022 10:36:12 +0100 (CET) From: 'Brendan Tildesley DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1647250568; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=A2eGF0u1ZR3VE27CzqxjqmOivhW+sslfVnA97MW7efg=; b=NLTI0Wux61dPyFfsystqlhOz37gRfQksUfVe11/L46PklERvlnLm44U2oeIQuSEIqhFH4P ocG98gqaOiT6tISxhb47PuJftE71BDNT1EAgdpTe+3ch+Bt02MBYqQi6gVRvA9+qnMIS7+ v6dVpiRZM8RkynDfPBBMgKUijBHaNvfxVN5qxKXB28fv7cBdJZMD1QuY7V+LdXGnBjpbUH kk8yqbjGnlcIv2r6f5BOVw85zHW9q1eBqyh2S+qnkO0baZsj6A9lKs38TTlnSTfIlh+ygz xIr6E7IySFm1wsEGnYuVVMLyOYMAOmvg1Md1a36DQG7mPwWBzqIteKENJQZwWA== To: 54337@debbugs.gnu.org Subject: [PATCH v2 2/3] gnu: Add boost-for-cryfs. Date: Mon, 14 Mar 2022 20:35:49 +1100 Message-Id: <20220314093550.16580-2-mail@brendan.scot> In-Reply-To: <20220314093550.16580-1-mail@brendan.scot> References: <20220314093550.16580-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 Cc: Maxime Devos , Brendan Tildesley 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.7 (-) From: Brendan Tildesley * gnu/packages/boost.scm (boost-for-cryfs): New variable. Since updating boost would resulting in building 1000s of rebuilds, add a temporary variant to fixing a missing import resulting in "error: 'transform' is not a member of 'std'" when building cryfs. See: https://github.com/boostorg/process/commit/e08374ed95ac33865bda40602c94909e7cd9607f * gnu/packages/patches/boost-wchar-include-algorithm.patch: New file. * gnu/local.mk: Reference patch. . --- gnu/local.mk | 1 + gnu/packages/boost.scm | 11 +++++++++++ .../patches/boost-wchar-include-algorithm.patch | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 gnu/packages/patches/boost-wchar-include-algorithm.patch diff --git a/gnu/local.mk b/gnu/local.mk index 484757b207..465f5ae96d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -915,6 +915,7 @@ dist_patch_DATA = \ %D%/packages/patches/binutils-CVE-2021-45078.patch \ %D%/packages/patches/bloomberg-bde-cmake-module-path.patch \ %D%/packages/patches/bloomberg-bde-tools-fix-install-path.patch \ + %D%/packages/patches/boost-wchar-include-algorithm.patch \ %D%/packages/patches/bpftrace-disable-bfd-disasm.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/bubblewrap-fix-locale-in-tests.patch \ diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index b53b1f4257..b6f0c1fc22 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2021 Franck Pérignon ;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2021 Aleksandr Vityazev +;;; Copyright © 2022 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -68,6 +69,7 @@ (define (boost-patch name version hash) (define-public boost (package (name "boost") + ;; Note: consider removing boost-1.77/fixed when updating boost to 1.78 or newer. (version "1.77.0") (source (origin (method url-fetch) @@ -193,6 +195,15 @@ (define-public boost (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt" "Some components have other similar licences.")))) +(define-public boost-for-cryfs + ;; This patch applies for boost 1.77. Should not be needed in later releases. + ;; See: https://github.com/boostorg/process/commit/e08374ed95ac33865bda40602c94909e7cd9607f + (package/inherit boost + (name "boost-for-cryfs") + (source (origin + (inherit (package-source boost)) + (patches (search-patches "boost-wchar-include-algorithm.patch")))))) + ;; Sadly, this is needed for irods. It won't link with 1.69 or later. (define-public boost-for-irods (package diff --git a/gnu/packages/patches/boost-wchar-include-algorithm.patch b/gnu/packages/patches/boost-wchar-include-algorithm.patch new file mode 100644 index 0000000000..c174dc5cd2 --- /dev/null +++ b/gnu/packages/patches/boost-wchar-include-algorithm.patch @@ -0,0 +1,11 @@ +--- a/boost/process/detail/traits/wchar_t.hpp ++++ b/boost/process/detail/traits/wchar_t.hpp +@@ -12,6 +12,8 @@ + #include + #include + ++#include ++ + namespace boost { namespace process { namespace detail { + + //template -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 15 04:14:13 2022 Received: (at 54337) by debbugs.gnu.org; 15 Mar 2022 08:14:13 +0000 Received: from localhost ([127.0.0.1]:47485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU2Jo-0005jR-Qp for submit@debbugs.gnu.org; Tue, 15 Mar 2022 04:14:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU2Jm-0005j6-EK for 54337@debbugs.gnu.org; Tue, 15 Mar 2022 04:14:10 -0400 Received: from [2001:470:142:3::e] (port=60740 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nU2Jg-0007y2-GP; Tue, 15 Mar 2022 04:14:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=7qLiGkoI/+4pKykuIuuMDDZotmZoOldGtHpnhgg4afs=; b=r0Cw0QOIE3bCAIWWYGYa oQndwV37WvRxJcmjXLpGuBH1Gli/mHgB02NUwrq4+U6WCcY2MXP52/4MbaQ+56qb3Iqqf4FABJ6C/ 9MpgZXQcsx1gWl5eWsWShPSeDF68zB3FAdT03VDbKrHjugUogqnGkCGndAyRanigN5WcFHIymQRbV IvhOHyY0ivIq7jTMYBTF3xD662J5H2JdkvnPHvmqLRN/sNqA1Jw3PdrVQ7y73D8HPENn8P7XN88Fb 8Op1j+a/KDBaLJGg3K/6FEofko9cWb9Lrq5Mu7aR0KbS9ncHKJT/YVLvklvyQuyQxS7j4drSf3xXR 04TREXcPoOQZdQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38530 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nU2Jf-0002z4-Th; Tue, 15 Mar 2022 04:14:04 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 'Brendan Tildesley Subject: Re: [bug#54337] [PATCH v2 2/3] gnu: Add boost-for-cryfs. References: <20220314093550.16580-1-mail@brendan.scot> <20220314093550.16580-2-mail@brendan.scot> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 =?utf-8?Q?Vent=C3=B4se?= an 230 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 15 Mar 2022 09:14:01 +0100 In-Reply-To: <20220314093550.16580-2-mail@brendan.scot> (Brendan Tildesley's message of "Mon, 14 Mar 2022 20:35:49 +1100") Message-ID: <87sfrjocom.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54337 Cc: Maxime Devos , 54337@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: -3.3 (---) Hi, 'Brendan Tildesley skribis: > From: Brendan Tildesley > > * gnu/packages/boost.scm (boost-for-cryfs): New variable. Since > updating boost would resulting in building 1000s of rebuilds, add a > temporary variant to fixing a missing import resulting in "error: > 'transform' is not a member of 'std'" when building cryfs. See: > https://github.com/boostorg/process/commit/e08374ed95ac33865bda40602c9490= 9e7cd9607f > > * gnu/packages/patches/boost-wchar-include-algorithm.patch: New > file. > * gnu/local.mk: Reference patch. [...] > +(define-public boost-for-cryfs > + ;; This patch applies for boost 1.77. Should not be needed in later re= leases. > + ;; See: https://github.com/boostorg/process/commit/e08374ed95ac33865b= da40602c94909e7cd9607f > + (package/inherit boost > + (name "boost-for-cryfs") > + (source (origin > + (inherit (package-source boost)) > + (patches (search-patches "boost-wchar-include-algorithm.pa= tch")))))) > + > ;; Sadly, this is needed for irods. It won't link with 1.69 or later. > (define-public boost-for-irods > (package > diff --git a/gnu/packages/patches/boost-wchar-include-algorithm.patch b/g= nu/packages/patches/boost-wchar-include-algorithm.patch > new file mode 100644 > index 0000000000..c174dc5cd2 > --- /dev/null > +++ b/gnu/packages/patches/boost-wchar-include-algorithm.patch > @@ -0,0 +1,11 @@ > +--- a/boost/process/detail/traits/wchar_t.hpp > ++++ b/boost/process/detail/traits/wchar_t.hpp > +@@ -12,6 +12,8 @@ > + #include > + #include > +=20 > ++#include =E2=80=98guix lint=E2=80=99 must complain that this patch lacks a comment a= t the top. :-) Since this affect only cryfs, and since it=E2=80=99s just a missing include= , I wonder if we could instead add =E2=80=9C#include =E2=80=9D in th= e cryfs source file(s) that include(s) Boost headers? That way, we wouldn=E2=80=99t need an extra Boost build. Thoughts? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 15 09:08:01 2022 Received: (at 54337) by debbugs.gnu.org; 15 Mar 2022 13:08:01 +0000 Received: from localhost ([127.0.0.1]:47803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU6u9-0007rV-9D for submit@debbugs.gnu.org; Tue, 15 Mar 2022 09:08:01 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:44476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU6u7-0007rF-FW for 54337@debbugs.gnu.org; Tue, 15 Mar 2022 09:08:00 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KHtxN6VXdz9sWl; Tue, 15 Mar 2022 14:07:52 +0100 (CET) Date: Tue, 15 Mar 2022 14:07:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1647349671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=z799cMblSSupZnxDYWzLb8cjZKglrnu1jPH3pjFI7N4=; b=tB7aUk8q19PIEwzHiooP0oVGM/trbtP8PEqgcm8Ug2xSagZY/b5goc8YVfmaKF5jQr2HmT 8E/R7WKlQeBB4w9xo6TM1xPokX9Fc9Dh96rbPoDgWeTpglIPyMUrc+e9rb/DIp0UU1+z3b 2fsT5QirWq83+IwHh2c+sbChxfYfWu+YUwuzym+jibr/e59yOrfQKKxyLt+pfgjGOg+Kcd ztxfMRvRwzDeGelxmoccGsP0rf6MT18Y/7mziiEZRgq3FvKYDkfBzCSat9lkTCY77JVvNn adPGCufgNHkJ+RigaKWFMrYP6AkDJvh1Vl2kaaTHxEK+tTCbwu966MQi/AtJMw== From: Brendan Tildesley To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Message-ID: <1108725176.370717.1647349667684@office.mailbox.org> In-Reply-To: <87sfrjocom.fsf@gnu.org> References: <20220314093550.16580-1-mail@brendan.scot> <20220314093550.16580-2-mail@brendan.scot> <87sfrjocom.fsf@gnu.org> Subject: Re: [bug#54337] [PATCH v2 2/3] gnu: Add boost-for-cryfs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 Importance: Normal X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 Cc: Maxime Devos , 54337@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.7 (-) > On 03/15/2022 9:14 AM Ludovic Court=C3=A8s wrote: ... > Since this affect only cryfs, and since it=E2=80=99s just a missing inclu= de, I > wonder if we could instead add =E2=80=9C#include =E2=80=9D in = the cryfs > source file(s) that include(s) Boost headers? That way, we wouldn=E2=80= =99t > need an extra Boost build. >=20 > Thoughts? >=20 Happy to do that but I don't understand where to put the includes. can you = see from this: RandomDataBuffer.cpp In file included from /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.7= 7.0/include/boost/process/detail/basic_cmd.hpp:14, from /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.7= 7.0/include/boost/process/args.hpp:33, from /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.7= 7.0/include/boost/process.hpp:22, from /tmp/guix-build-cryfs-0.11.2.drv-0/src/cpp-utils/proc= ess/subprocess.cpp:6: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::cha= r_converter > >::conv= (const std::vector >&)=E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:150:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 150 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::cha= r_converter= > >::conv(const std::initializer_list >&)= =E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:165:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 165 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::cha= r_converter >::conv(const std::vector&)= =E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:180:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 180 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::cha= r_converter >::conv(const std::initia= lizer_list&)=E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:197:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 197 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::char_c= onverter > >::conv(co= nst std::vector >&)=E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:214:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 214 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::char_c= onverter > = >::conv(const std::initializer_list >&)= =E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:229:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 229 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::char_c= onverter >::conv(const std::vector&)= =E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:244:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 244 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp: In static member function =E2=80=98static st= d::vector > boost::process::detail::char_c= onverter >::conv(const std::initializ= er_list&)=E2=80=99: /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/proc= ess/detail/traits/wchar_t.hpp:261:14: error: =E2=80=98transform=E2=80=99 is= not a member of =E2=80=98std=E2=80=99 261 | std::transform(in.begin(), in.end(), ret.begin(), | ^~~~~~~~~ [ 36%] Building CXX object src/cpp-utils/CMakeFiles/cpp-utils.dir/random/Ra= ndomGenerator.cpp.o From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 15 12:35:22 2022 Received: (at 54337) by debbugs.gnu.org; 15 Mar 2022 16:35:22 +0000 Received: from localhost ([127.0.0.1]:49466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUA8o-0003uT-9s for submit@debbugs.gnu.org; Tue, 15 Mar 2022 12:35:22 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:34238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUA8m-0003uH-JO for 54337@debbugs.gnu.org; Tue, 15 Mar 2022 12:35:21 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by laurent.telenet-ops.be with bizsmtp id 6gbJ2700t4UW6Th01gbK5W; Tue, 15 Mar 2022 17:35:19 +0100 Message-ID: <0b11d224d6308bc428c8c7eb779ed49f3ec9ccc1.camel@telenet.be> Subject: Re: [bug#54337] [PATCH v2 2/3] gnu: Add boost-for-cryfs. From: Maxime Devos To: Brendan Tildesley , Ludovic =?ISO-8859-1?Q?Court=E8s?= Date: Tue, 15 Mar 2022 17:35:14 +0100 In-Reply-To: <1108725176.370717.1647349667684@office.mailbox.org> References: <20220314093550.16580-1-mail@brendan.scot> <20220314093550.16580-2-mail@brendan.scot> <87sfrjocom.fsf@gnu.org> <1108725176.370717.1647349667684@office.mailbox.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-S9JWdXDB0PFrlFJrfFTi" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1647362119; bh=dInR+CBqsivw8DX14cdPj/OcbSpG5LHlDsa8xIyafRM=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=jKc3V3EGK3cDBeifI27bKu/uLP4IcdiyuDdNpq83gGCMA8QoXswCJL0fgmV/ct9V0 AyvdKhIiVGodr06jCmrmP4uFbb+09uyGOTNQ4airsUWTfXZi4q8J/POBM4ZHiLnHqp amqAM0fzx1mrOjr2mhU466dFZpXH8UVHrov6JNlSEQQoq8Bwx0Mfu+Hlwn7ZqBlSDq E+IkWeo5D26i/UCmizvf5IC21/mINXLR2R9LZoi+itklaUhSKdA/llemMqLogvjggV r9L4p4GlgTkVnQtFEh+EankGq+5iaU2bGkNGdXHlZrVRoX9CH5qSEI5bBgep7nUWBL P9V5yK0Ge5SJQ== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 Cc: 54337@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.7 (-) --=-S9JWdXDB0PFrlFJrfFTi Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Brendan Tildesley schreef op di 15-03-2022 om 14:07 [+0100]: > Happy to do that but I don't understand where to put the includes. can yo= u see from this: >=20 > RandomDataBuffer.cpp > In file included from /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1= .77.0/include/boost/process/detail/basic_cmd.hpp:14, > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 from /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-b= oost-1.77.0/include/boost/process/args.hpp:33, > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 from /gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-b= oost-1.77.0/include/boost/process.hpp:22, > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 from /tmp/guix-build-cryfs-0.11.2.drv-0/src/cpp-ut= ils/process/subprocess.cpp:6: [...] In subprocess.cpp. > [ 36%] Building CXX object src/cpp-utils/CMakeFiles/cpp-utils.dir/random/= RandomGenerator.cpp.o Looks like parallel compilation is enabled, to investigate issues like these, I recommend adding "--cores=3D1" to "guix build". Greetings, Maxime. --=-S9JWdXDB0PFrlFJrfFTi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjDAQhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7t1HAP4nvxLcyiGfnq6pgSr3SjZnurqN VIUzVdYsLbQiiTyzxQD/XvhwjE8UlmLP/wQna3hkvum6yCRQF8sxsRVplgFE2Aw= =2o6n -----END PGP SIGNATURE----- --=-S9JWdXDB0PFrlFJrfFTi-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 15 23:03:45 2022 Received: (at 54337) by debbugs.gnu.org; 16 Mar 2022 03:03:46 +0000 Received: from localhost ([127.0.0.1]:49952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUJwv-0003zO-Je for submit@debbugs.gnu.org; Tue, 15 Mar 2022 23:03:45 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:50874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUJwt-0003z6-AA for 54337@debbugs.gnu.org; Tue, 15 Mar 2022 23:03:43 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KJFTj0YTBz9sWb; Wed, 16 Mar 2022 04:03:37 +0100 (CET) Date: Wed, 16 Mar 2022 04:03:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1647399815; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6wKFLiOKQqV8tOfdjNrU2DFTsNwyCf/LyKSnK7BBEoE=; b=oh2Cnjm2uRqIgACmCFyaxG0w6yXacEtRRPzd4xnE+BJVX9Ies6NUCjNQ7Or00pGUDy8o6J GM1v8gAxNIUbl6dh7frlxzFSygaPmxVA6NbulCGEvg6jZDfTu8Se5JR4rnoaNU/PEJmMW/ lg+3Lm/kvD72canj56NsRtKFfo4fQFsPZelWvneuwuoOA1LZB/9L3V/NKBE55/IFbnIBpy LDk4VkAEvvdJMEWovrzK3o2syJPcR0O+zu0Cb44HPE9gDzR0dj04MMIQR9ONlx4UyqN5+q vRybvxE/rnswgQ+3SWA1ChQqxiLUId74rvDZfuhHWCeY1T3zN9WM3RXHn4bixQ== From: Brendan Tildesley To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Message-ID: <855462635.430174.1647399811692@office.mailbox.org> In-Reply-To: <87sfrjocom.fsf@gnu.org> References: <20220314093550.16580-1-mail@brendan.scot> <20220314093550.16580-2-mail@brendan.scot> <87sfrjocom.fsf@gnu.org> Subject: Re: [bug#54337] [PATCH v3] gnu: Update crfys to 0.11.2 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_430173_63660362.1647399811691" X-Priority: 3 Importance: Normal X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54337 Cc: Maxime Devos , 54337@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.7 (-) ------=_Part_430173_63660362.1647399811691 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > On 03/15/2022 9:14 AM Ludovic Court=C3=A8s wrote: > Since this affect only cryfs, and since it=E2=80=99s just a missing inclu= de, I > wonder if we could instead add =E2=80=9C#include =E2=80=9D in = the cryfs > source file(s) that include(s) Boost headers? That way, we wouldn=E2=80= =99t > need an extra Boost build. >=20 > Thoughts? >=20 > Ludo=E2=80=99. Just this one patch works: ------=_Part_430173_63660362.1647399811691 Content-Type: text/x-patch; charset=UTF-8; name=v3-0001-gnu-cryfs-Update-to-0.11.2.patch Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=v3-0001-gnu-cryfs-Update-to-0.11.2.patch X-Part-Id: d690254444ae4be8a5d8e7fe2b21c065 RnJvbSBhNTIyOGZlODYwNjU5YzliZjZjNDEwZjhiNTdhNDA3YjMwMTczNjQ4IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBCcmVuZGFuIFRpbGRlc2xleSA8bWFpbEBicmVuZGFuLnNjb3Q+ CkRhdGU6IFRodSwgMTAgTWFyIDIwMjIgMjA6NDk6NDQgKzExMDAKU3ViamVjdDogW1BBVENIIHYz XSBnbnU6IGNyeWZzOiBVcGRhdGUgdG8gMC4xMS4yLgoKKiBnbnUvcGFja2FnZXMvY3J5cHRvLnNj bSAoY3J5ZnMpOiBVcGRhdGUgdG8gMC4xMS4yLgpbYXJndW1lbnRzXTogRml4IGJ1aWxkIHdpdGgg Ym9vc3QgMS43NwotLS0KIGdudS9wYWNrYWdlcy9jcnlwdG8uc2NtIHwgMTUgKysrKysrKysrKyst LS0tCiAxIGZpbGUgY2hhbmdlZCwgMTEgaW5zZXJ0aW9ucygrKSwgNCBkZWxldGlvbnMoLSkKCmRp ZmYgLS1naXQgYS9nbnUvcGFja2FnZXMvY3J5cHRvLnNjbSBiL2dudS9wYWNrYWdlcy9jcnlwdG8u c2NtCmluZGV4IGQ4ZTc5NDE5MDMuLmNmOGJjMTExZTEgMTAwNjQ0Ci0tLSBhL2dudS9wYWNrYWdl cy9jcnlwdG8uc2NtCisrKyBiL2dudS9wYWNrYWdlcy9jcnlwdG8uc2NtCkBAIC0xNDYxLDcgKzE0 NjEsNyBAQCAoZGVmaW5lLXB1YmxpYyB0cmFuc2NyeXB0CiAoZGVmaW5lLXB1YmxpYyBjcnlmcwog ICAocGFja2FnZQogICAgIChuYW1lICJjcnlmcyIpCi0gICAgKHZlcnNpb24gIjAuMTEuMCIpCisg ICAgKHZlcnNpb24gIjAuMTEuMiIpCiAgICAgKHNvdXJjZQogICAgICAob3JpZ2luCiAgICAgICAg KG1ldGhvZCB1cmwtZmV0Y2gpCkBAIC0xNDY5LDcgKzE0NjksNyBAQCAoZGVmaW5lLXB1YmxpYyBj cnlmcwogICAgICAgICAgICAgICJodHRwczovL2dpdGh1Yi5jb20vY3J5ZnMvY3J5ZnMvcmVsZWFz ZXMvZG93bmxvYWQvIgogICAgICAgICAgICAgIHZlcnNpb24gIi9jcnlmcy0iIHZlcnNpb24gIi50 YXIueHoiKSkKICAgICAgICAoc2hhMjU2Ci0gICAgICAgIChiYXNlMzIgIjBkeHBoYmo1c3NzbTgy cmtrZGI3MWFsZ3Jja2kxNnFscHpsdnJqeXZ2bTZiN3g3emkwc20iKSkpKQorICAgICAgICAoYmFz ZTMyICIxZ2dpemxhY200ZmNjc3c5c3l5Mjc2M2loeG5ieTZjZGgzbWhocmF4eThibXNkanphN2xt IikpKSkKICAgICAoYnVpbGQtc3lzdGVtIGNtYWtlLWJ1aWxkLXN5c3RlbSkKICAgICAoYXJndW1l bnRzCiAgICAgICcoIzptb2R1bGVzICgoZ3VpeCBidWlsZCBjbWFrZS1idWlsZC1zeXN0ZW0pCkBA IC0xNDg1LDcgKzE0ODUsNyBAQCAoZGVmaW5lLXB1YmxpYyBjcnlmcwogICAgICAgICAgICAgICAg ICAgICAgICAgICIvY21ha2UtdXRpbHMvRGVwZW5kZW5jaWVzRnJvbUxvY2FsU3lzdGVtLmNtYWtl IikpCiAgICAgICAgIzpwaGFzZXMKICAgICAgICAobW9kaWZ5LXBoYXNlcyAlc3RhbmRhcmQtcGhh c2VzCi0gICAgICAgICAoYWRkLWJlZm9yZSAnY29uZmlndXJlICdmaXgtY29uZmlndXJlCisgICAg ICAgICAoYWRkLWJlZm9yZSAnY29uZmlndXJlICdmaXgtdXAKICAgICAgICAgICAgKGxhbWJkYSog KCM6a2V5IHRlc3RzPyAjOmFsbG93LW90aGVyLWtleXMpCiAgICAgICAgICAgICAgOzsgUmVtb3Zl IGp1bmsgZGlyZWN0b3J5IHRoYXQgYnJlYWtzIHRoZSBidWlsZAogICAgICAgICAgICAgIChjaGRp ciAiLi4iKSAoZGVsZXRlLWZpbGUtcmVjdXJzaXZlbHkgIi5jaXJjbGVjaSIpCkBAIC0xNDk2LDcg KzE0OTYsMTQgQEAgKGRlZmluZS1wdWJsaWMgY3J5ZnMKICAgICAgICAgICAgICAod2hlbiB0ZXN0 cz8KICAgICAgICAgICAgICAgIChzdWJzdGl0dXRlKiAiQ01ha2VMaXN0cy50eHQiCiAgICAgICAg ICAgICAgICAgICgoIm9wdGlvbi5CVUlMRF9URVNUSU5HIC5idWlsZCB0ZXN0IGNhc2VzLiBPRkYu IikKLSAgICAgICAgICAgICAgICAgICJvcHRpb24oQlVJTERfVEVTVElORyBcImJ1aWxkIHRlc3Qg Y2FzZXNcIiBPTikiKSkpKSkKKyAgICAgICAgICAgICAgICAgICJvcHRpb24oQlVJTERfVEVTVElO RyBcImJ1aWxkIHRlc3QgY2FzZXNcIiBPTikiKSkpCisgICAgICAgICAgICAgOzsgd29yayBhcm91 bmQgYSBtaXNzaW5nIGltcG9ydCBmaXhlZCB1cHN0cmVhbSBpbiBib29zdCAxLjc4CisgICAgICAg ICAgICAgOzsgU2VlIGh0dHBzOi8vZ2l0aHViLmNvbS9ib29zdG9yZy9wcm9jZXNzL2lzc3Vlcy8y MTMKKyAgICAgICAgICAgICAoc3Vic3RpdHV0ZSogKGZpbmQtZmlsZXMgIi4iICJzdWJwcm9jZXNz LmNwcCQiKQorICAgICAgICAgICAgICAgKCgiI2luY2x1ZGUgPGJvb3N0L3Byb2Nlc3MuaHBwPi4q IiBsaW5lKQorICAgICAgICAgICAgICAgIChzdHJpbmctYXBwZW5kCisgICAgICAgICAgICAgICAg ICIjaW5jbHVkZSA8YWxnb3JpdGhtPlxuIgorICAgICAgICAgICAgICAgICBsaW5lKSkpKSkKICAg ICAgICAgIChyZXBsYWNlICdjaGVjawogICAgICAgICAgICAobGFtYmRhKiAoIzprZXkgdGVzdHM/ ICM6YWxsb3ctb3RoZXIta2V5cykKICAgICAgICAgICAgICAod2hlbiB0ZXN0cz8KLS0gCjIuMzQu MAoK ------=_Part_430173_63660362.1647399811691-- From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 16 06:40:41 2022 Received: (at 54337) by debbugs.gnu.org; 16 Mar 2022 10:40:41 +0000 Received: from localhost ([127.0.0.1]:50304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUR57-0002YY-LR for submit@debbugs.gnu.org; Wed, 16 Mar 2022 06:40:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUR56-0002YL-5k for 54337@debbugs.gnu.org; Wed, 16 Mar 2022 06:40:40 -0400 Received: from [2001:470:142:3::e] (port=57184 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUR50-0006aC-Cn; Wed, 16 Mar 2022 06:40:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=1Kcul6jo8cBYg5kiMeFKOedCATVvnMJZCAPrfgKLjdk=; b=UL4PniuglJY4WThud8vm ceGyJRi13b92Xzh6/yCNFh50u14WheEZ4ul9ZThBQkp9GnbQ9mV0XdUpnbrsmCTcLGiUx7H1KpEUy 5d0QMlOJl0dr1JE6evzxu7nFmbetCviM2Dl2f2tVwSNBhu1AnqFdUAJagM2nR1AYj48lKqmCykoTh 9Y1ekxZvKdlDOytcZ7cnuT785NE0vtP5cb4YeTldd1/qdtHTjT1/1FKBvi+nsqv5s8Fz1oLBBk5ut f/DqGiTqYpKevmPH4oZKnRQqFPrY24UANUD5gAamhbXzxO0BQ6aen+Zzr4Cc6HSuOtKuymfgflJEG AHs7g4vUD1dWiA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49730 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUR50-0006ik-00; Wed, 16 Mar 2022 06:40:34 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brendan Tildesley Subject: Re: [bug#54337] [PATCH v3] gnu: Update crfys to 0.11.2 References: <20220314093550.16580-1-mail@brendan.scot> <20220314093550.16580-2-mail@brendan.scot> <87sfrjocom.fsf@gnu.org> <855462635.430174.1647399811692@office.mailbox.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 =?utf-8?Q?Vent=C3=B4se?= an 230 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 16 Mar 2022 11:40:32 +0100 In-Reply-To: <855462635.430174.1647399811692@office.mailbox.org> (Brendan Tildesley's message of "Wed, 16 Mar 2022 04:03:31 +0100 (CET)") Message-ID: <87mthqfae7.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54337 Cc: Maxime Devos , 54337@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: -3.3 (---) Hi, Brendan Tildesley skribis: > From a5228fe860659c9bf6c410f8b57a407b30173648 Mon Sep 17 00:00:00 2001 > From: Brendan Tildesley > Date: Thu, 10 Mar 2022 20:49:44 +1100 > Subject: [PATCH v3] gnu: cryfs: Update to 0.11.2. > > * gnu/packages/crypto.scm (cryfs): Update to 0.11.2. > [arguments]: Fix build with boost 1.77 Well done. Applied, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 16 06:41:18 2022 Received: (at control) by debbugs.gnu.org; 16 Mar 2022 10:41:18 +0000 Received: from localhost ([127.0.0.1]:50309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUR5h-0002a1-Ts for submit@debbugs.gnu.org; Wed, 16 Mar 2022 06:41:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUR5h-0002Zm-0V for control@debbugs.gnu.org; Wed, 16 Mar 2022 06:41:17 -0400 Received: from [2001:470:142:3::e] (port=57194 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUR5b-0006dJ-OL for control@debbugs.gnu.org; Wed, 16 Mar 2022 06:41:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=WAgmXwX3eOzZIdPU6SvkteIYH0j2OjvY2YNR8YY1vWE=; b=Yy4Duv3XS4/qPb JYD2iwupIU9yF+TOZ0j7EzQauTY0TAqouDaZSF4mSl3o6e9p77BA/Uz6i67HNRbrhzWpsWB0legIm bLV0Kjxmu4xUYnLdu/7J4hD0JHSsOTRbDVJlPOZCT3PTKi6U3Swt/gDr10dtEx+xTlYNcvIheba40 4JojRlRSixr/fmvxw0dZLTED+BDwOCYD57yCJsXQPFeaQi4w4XxfsESYg1beyiA4nhtdx55BgTSFy 9RSpmX1at3f2maFyqvM22LccfV0emcaK+E1b2Ag9BdoZ4LVH5CWW2D3omAY0aYbHwWw6AdgtymrVW 3NHn1mAO7navgrPNp/bw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56195 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUR5b-0006mU-Bi for control@debbugs.gnu.org; Wed, 16 Mar 2022 06:41:11 -0400 Date: Wed, 16 Mar 2022 11:41:10 +0100 Message-Id: <87lexafad5.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #54337 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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: -3.3 (---) close 54337 quit From unknown Fri Sep 05 20:37:20 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 Apr 2022 11:24:05 +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