From unknown Mon Aug 18 18:02:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48154] [PATCH] gnu: sequoia: Update to 1.1.0. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 02 May 2021 07:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48154 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48154@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16199413015194 (code B ref -1); Sun, 02 May 2021 07:42:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 May 2021 07:41:41 +0000 Received: from localhost ([127.0.0.1]:41231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ld6jT-0001Li-Tn for submit@debbugs.gnu.org; Sun, 02 May 2021 03:41:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:33478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ld6jS-0001LY-BG for submit@debbugs.gnu.org; Sun, 02 May 2021 03:41:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56794) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ld6jS-0004bq-3p for guix-patches@gnu.org; Sun, 02 May 2021 03:41:38 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:60526) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ld6jP-0007we-2H for guix-patches@gnu.org; Sun, 02 May 2021 03:41:37 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4FXyj76nMCz1rynZ for ; Sun, 2 May 2021 09:41:31 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4FXyj75rwMz1qqkt for ; Sun, 2 May 2021 09:41:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id l-Yf5bpY_Ydd for ; Sun, 2 May 2021 09:41:30 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-60-142.dynamic.mnet-online.de [188.174.60.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 2 May 2021 09:41:30 +0200 (CEST) Received: from thisbe.fritz.box (thisbe.fritz.box [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 39D726034B; Sun, 2 May 2021 09:44:12 +0200 (CEST) From: Hartmut Goebel Date: Sun, 2 May 2021 09:41:27 +0200 Message-Id: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=2001:a60:0:28:0:1:25:1; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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 (---) * gnu/packages/sequoia.scm (sequoia): Update to 1.1.0. [arguments]: Remove phase "package", add phases "fix-rand-dependency" and "fix-permissions". --- gnu/packages/sequoia.scm | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm index b75a622c64..b1d78dad0a 100644 --- a/gnu/packages/sequoia.scm +++ b/gnu/packages/sequoia.scm @@ -42,15 +42,15 @@ (define-public sequoia (package (name "sequoia") - (version "1.0.0") + (version "1.1.0") (source (origin (method git-fetch) (uri (git-reference (url "https://gitlab.com/sequoia-pgp/sequoia.git") - (commit (string-append "v" version)))) + (commit (string-append "openpgp/v" version)))) (sha256 - (base32 "0y80bl786m29ww3272qsl1ql0xc3pwd6iiqlkv3nmhnjsmygbn0d")) + (base32 "0knkm0nw1h4ww51vks4jnnp1yc45llfi7j0i70f6vf2bcknnbmci")) (file-name (git-file-name name version)))) (build-system cargo-build-system) (outputs '("out" "python")) @@ -140,12 +140,25 @@ ;; Run make instead of using the rust build system, as ;; suggested by the installation instructions (replace 'build (lambda _ (invoke "make" "build-release") #t)) + (delete 'package) ;; cargo can't package a multi-crate workspace (replace 'check (lambda* (#:key tests? #:allow-other-keys) (if tests? (invoke "make" "check") #t))) (replace 'install (lambda _ (invoke "make" "install") #t)) + (add-after 'unpack 'fix-rand-dependency + (lambda _ + (substitute* "ipc/Cargo.toml" + ;; required: enable rand::rngs::OsRng in rand >= 0.8 + (("(^rand =.*,) default-features = false(.*)" _ a b) + (string-append a " features = [\"getrandom\"]" b))) + #t)) + (add-after 'unpack 'fix-permissions + (lambda _ + (chmod "sq/src/sq-usage.rs" #o644) + (chmod "sqv/src/sqv-usage.rs" #o644) + #t)) (add-after 'unpack 'fix-environment (lambda* (#:key outputs #:allow-other-keys) ;; adjust prefix -- 2.21.4 From unknown Mon Aug 18 18:02:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48154] [PATCH] gnu: sequoia: Update to 1.1.0. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 May 2021 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48154 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hartmut Goebel Cc: 48154@debbugs.gnu.org Received: via spool by 48154-submit@debbugs.gnu.org id=B48154.162005062019406 (code B ref 48154); Mon, 03 May 2021 14:04:02 +0000 Received: (at 48154) by debbugs.gnu.org; 3 May 2021 14:03:40 +0000 Received: from localhost ([127.0.0.1]:46547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldZAi-00052w-2G for submit@debbugs.gnu.org; Mon, 03 May 2021 10:03:40 -0400 Received: from flashner.co.il ([178.62.234.194]:49342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldZAf-00052q-8M for 48154@debbugs.gnu.org; Mon, 03 May 2021 10:03:38 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id A921D40413; Mon, 3 May 2021 14:03:30 +0000 (UTC) Date: Mon, 3 May 2021 17:03:28 +0300 From: Efraim Flashner Message-ID: Mail-Followup-To: Efraim Flashner , Hartmut Goebel , 48154@debbugs.gnu.org References: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="obWqne7qgIMS3pyB" Content-Disposition: inline In-Reply-To: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) 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 (-) --obWqne7qgIMS3pyB Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm assuming the inputs haven't changed. Does sequoia4pEp build with these changes? --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --obWqne7qgIMS3pyB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCQAqwACgkQQarn3Mo9 g1EhYA//ZhXm72oByvm2KxhaRx1nz/A9e1QfOuzypqnl3dGk2UovFY1oQB1EqhcA tNIa7b0sBsZ7x0gSWjiDoFLFSc/U5uQmLg6TadmLvsvt8R8AnOcbHgTxjVhs+VYf ofHVtiyLLGtdAyRKe/qVv4VIyZkMJhPCYXYhppmBKhVSEJdDRJnn+1dEjhc24/gW t/lIytiEWZB1TmQoQUuT8yvfU1FBtIFjVOddsYymsRzMIvU3fav14iKwpsYXDftS +278lwNzTZPpfdBu98aMWW9XEkLkm0YhU96sRD4bNuI1oM2ITFPl0hvhZHHqYFHu kEqBuJvbu9rJ4QoQmh3QGTYLQ6aN6rZrwsjcmcKRDjFsYcmAZtjNI1jS4stQBtHn ReA5YSUz+Mm0YhECvV5VeGjHAcSFtCdVowYKgB9viJs71Vr3ZdBxgp7HB1maOuaS gfLJdvlDZEac5uZK2UtmOCgbjJEl7G8xynfP5baofUspVtCwvgd/s6SQpamrHIXM np09aoovdY121V/ZMcpF4ay36FmmX0A0oEjadQKfiu6eMOJNdmc5GMycKgRZgHhB b23lcpBz78chaHZmnyqEI235I+mgFPXbA0l1gzqpcV3jjbihK/OAlCm4UGbXasEp 0JK6kFAFsdklO6dyN3YnM1O2uoaZbR7qqdvhBCLcoTQnVMT+TrQ= =TmSO -----END PGP SIGNATURE----- --obWqne7qgIMS3pyB-- From unknown Mon Aug 18 18:02:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48154] [PATCH] gnu: sequoia: Update to 1.1.0. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 May 2021 19:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48154 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner , 48154@debbugs.gnu.org Received: via spool by 48154-submit@debbugs.gnu.org id=B48154.162006864415878 (code B ref 48154); Mon, 03 May 2021 19:05:02 +0000 Received: (at 48154) by debbugs.gnu.org; 3 May 2021 19:04:04 +0000 Received: from localhost ([127.0.0.1]:48166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lddrQ-000482-6x for submit@debbugs.gnu.org; Mon, 03 May 2021 15:04:04 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:47755) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lddrO-00047f-Bc for 48154@debbugs.gnu.org; Mon, 03 May 2021 15:04:02 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4FYsp91Yrmz1s0RZ; Mon, 3 May 2021 21:04:00 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4FYsp86HKwz1qqkk; Mon, 3 May 2021 21:04:00 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id KHsbV11Y2Nis; Mon, 3 May 2021 21:04:00 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-83.dynamic.mnet-online.de [188.174.55.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Mon, 3 May 2021 21:04:00 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 16E976018A; Mon, 3 May 2021 21:07:19 +0200 (CEST) References: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Mon, 3 May 2021 21:03:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) 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 (-) Am 03.05.21 um 16:03 schrieb Efraim Flashner: > I'm assuming the inputs haven't changed. Does sequoia4pEp build with > these changes? sequoia4pEp is completely unchanged and still builds (more precisely: still the old version from store is used) -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Mon Aug 18 18:02:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48154] [PATCH] gnu: sequoia: Update to 1.1.0. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 04 May 2021 06:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48154 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hartmut Goebel Cc: 48154@debbugs.gnu.org Received: via spool by 48154-submit@debbugs.gnu.org id=B48154.162010967619825 (code B ref 48154); Tue, 04 May 2021 06:28:02 +0000 Received: (at 48154) by debbugs.gnu.org; 4 May 2021 06:27:56 +0000 Received: from localhost ([127.0.0.1]:51119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldoXE-00059h-HT for submit@debbugs.gnu.org; Tue, 04 May 2021 02:27:56 -0400 Received: from flashner.co.il ([178.62.234.194]:52420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldoXD-00059b-6N for 48154@debbugs.gnu.org; Tue, 04 May 2021 02:27:55 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 9CF2140349; Tue, 4 May 2021 06:27:48 +0000 (UTC) Date: Tue, 4 May 2021 09:27:46 +0300 From: Efraim Flashner Message-ID: Mail-Followup-To: Efraim Flashner , Hartmut Goebel , 48154@debbugs.gnu.org References: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="39WCBJrdsNhYwgnM" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) 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 (-) --39WCBJrdsNhYwgnM Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 03, 2021 at 09:03:57PM +0200, Hartmut Goebel wrote: > Am 03.05.21 um 16:03 schrieb Efraim Flashner: > > I'm assuming the inputs haven't changed. Does sequoia4pEp build with > > these changes? >=20 > sequoia4pEp is completely unchanged and still builds (more precisely: sti= ll the old version from store is used) >=20 Looks good to me then! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --39WCBJrdsNhYwgnM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCQ6WIACgkQQarn3Mo9 g1HcDhAAlg/pcmutV67qEbjUCLonc2E8VHGARlbbyWnICZN6nKPXD+iW04Fz/L6v v8Lc/Co6gGKfEg/GBHfgdvdBWVLtUsV2LF9BcTFo73GJYo5oVyZAh8qmOtcscZmZ YwvPlozbgaYnLUHexRfsOLwKi/SR2llPue2bQIHS31OwgTbvSQJjMVtxO493nq3D jyjbeXpCM64oeDeVW4d3fG+wqiaKi48v7X2LBaLY4qDuJKv4IXUNOnz6fhGE7OmV UkeJ8CUcZP8bjAD2jR88vh+UmMuJjMLfPo/FLSHZbvVf7Px5atb7PkeyVH0XGhuT zO/RRRPhRfi+Kdb7g+gZUC3JlY0ASnp8V6RMjf4mEulsMG382fN/88M4bgmI1+bH nIEGDRxBKkAFycLJEC1qOHYUq05ebo+48Bv7IblsitkJxnn0hAi5D+5+AHPTV3Eq c0xjgMyuqAHkazMaMUzoRlqj2R4yakscG1fBsykvtPfo68uaz+Gur3cd/UTJsXxF 0Hq+ENjbUGdvIrRF/eQJYU6IfqQaUpOoUkgA8BUFtfK1eiak2w1F+EodPEouAnpH VHq5o9jqCa7A8Hr7CH/hmsc8AQmcZmcAjmVOUZux0xrkqdVAlA+K136N0BBOWKoZ yCpccL6TcYW4PARgms2i3g/FV97UTFOl+PfGJ3tCkpDyInNtQiw= =DERw -----END PGP SIGNATURE----- --39WCBJrdsNhYwgnM-- From unknown Mon Aug 18 18:02:00 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: Hartmut Goebel Subject: bug#48154: closed (Re: [bug#48154] [PATCH] gnu: sequoia: Update to 1.1.0.) Message-ID: References: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> X-Gnu-PR-Message: they-closed 48154 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48154@debbugs.gnu.org Date: Tue, 04 May 2021 08:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1620116042-31803-1" This is a multi-part message in MIME format... ------------=_1620116042-31803-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48154: [PATCH] gnu: sequoia: Update to 1.1.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 48154@debbugs.gnu.org. --=20 48154: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48154 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1620116042-31803-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48154-close) by debbugs.gnu.org; 4 May 2021 08:13:57 +0000 Received: from localhost ([127.0.0.1]:51598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldqBp-0008Ge-Lk for submit@debbugs.gnu.org; Tue, 04 May 2021 04:13:57 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:49886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldqBn-0008GY-Ud for 48154-close@debbugs.gnu.org; Tue, 04 May 2021 04:13:56 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4FZCKZ291jz1qt3l; Tue, 4 May 2021 10:13:54 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4FZCKZ0SBgz1qqw9; Tue, 4 May 2021 10:13:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id qVZ81m3ibbv4; Tue, 4 May 2021 10:13:53 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-63-36.dynamic.mnet-online.de [188.174.63.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Tue, 4 May 2021 10:13:53 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id F1C476008D; Tue, 4 May 2021 10:17:25 +0200 (CEST) Subject: Re: [bug#48154] [PATCH] gnu: sequoia: Update to 1.1.0. From: Hartmut Goebel To: Efraim Flashner , 48154-close@debbugs.gnu.org References: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> Organization: crazy-compilers.com Message-ID: Date: Tue, 4 May 2021 10:13:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48154-close 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 (-) Pushed as ec4012c5820fb139d07dee492f8b0d492ec1c042 Thanks for reviewing. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------=_1620116042-31803-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 May 2021 07:41:41 +0000 Received: from localhost ([127.0.0.1]:41231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ld6jT-0001Li-Tn for submit@debbugs.gnu.org; Sun, 02 May 2021 03:41:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:33478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ld6jS-0001LY-BG for submit@debbugs.gnu.org; Sun, 02 May 2021 03:41:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56794) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ld6jS-0004bq-3p for guix-patches@gnu.org; Sun, 02 May 2021 03:41:38 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:60526) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ld6jP-0007we-2H for guix-patches@gnu.org; Sun, 02 May 2021 03:41:37 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4FXyj76nMCz1rynZ for ; Sun, 2 May 2021 09:41:31 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4FXyj75rwMz1qqkt for ; Sun, 2 May 2021 09:41:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id l-Yf5bpY_Ydd for ; Sun, 2 May 2021 09:41:30 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-60-142.dynamic.mnet-online.de [188.174.60.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 2 May 2021 09:41:30 +0200 (CEST) Received: from thisbe.fritz.box (thisbe.fritz.box [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 39D726034B; Sun, 2 May 2021 09:44:12 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: sequoia: Update to 1.1.0. Date: Sun, 2 May 2021 09:41:27 +0200 Message-Id: <2de6a8e0ec4d2b6121ff58155fc530d76fbd550f.1619941234.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=2001:a60:0:28:0:1:25:1; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) * gnu/packages/sequoia.scm (sequoia): Update to 1.1.0. [arguments]: Remove phase "package", add phases "fix-rand-dependency" and "fix-permissions". --- gnu/packages/sequoia.scm | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm index b75a622c64..b1d78dad0a 100644 --- a/gnu/packages/sequoia.scm +++ b/gnu/packages/sequoia.scm @@ -42,15 +42,15 @@ (define-public sequoia (package (name "sequoia") - (version "1.0.0") + (version "1.1.0") (source (origin (method git-fetch) (uri (git-reference (url "https://gitlab.com/sequoia-pgp/sequoia.git") - (commit (string-append "v" version)))) + (commit (string-append "openpgp/v" version)))) (sha256 - (base32 "0y80bl786m29ww3272qsl1ql0xc3pwd6iiqlkv3nmhnjsmygbn0d")) + (base32 "0knkm0nw1h4ww51vks4jnnp1yc45llfi7j0i70f6vf2bcknnbmci")) (file-name (git-file-name name version)))) (build-system cargo-build-system) (outputs '("out" "python")) @@ -140,12 +140,25 @@ ;; Run make instead of using the rust build system, as ;; suggested by the installation instructions (replace 'build (lambda _ (invoke "make" "build-release") #t)) + (delete 'package) ;; cargo can't package a multi-crate workspace (replace 'check (lambda* (#:key tests? #:allow-other-keys) (if tests? (invoke "make" "check") #t))) (replace 'install (lambda _ (invoke "make" "install") #t)) + (add-after 'unpack 'fix-rand-dependency + (lambda _ + (substitute* "ipc/Cargo.toml" + ;; required: enable rand::rngs::OsRng in rand >= 0.8 + (("(^rand =.*,) default-features = false(.*)" _ a b) + (string-append a " features = [\"getrandom\"]" b))) + #t)) + (add-after 'unpack 'fix-permissions + (lambda _ + (chmod "sq/src/sq-usage.rs" #o644) + (chmod "sqv/src/sqv-usage.rs" #o644) + #t)) (add-after 'unpack 'fix-environment (lambda* (#:key outputs #:allow-other-keys) ;; adjust prefix -- 2.21.4 ------------=_1620116042-31803-1--