From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 07 08:53:58 2022 Received: (at submit) by debbugs.gnu.org; 7 Jan 2022 13:53:58 +0000 Received: from localhost ([127.0.0.1]:43378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5pgl-0005NF-Ve for submit@debbugs.gnu.org; Fri, 07 Jan 2022 08:53:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:47894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5pgi-0005N5-VX for submit@debbugs.gnu.org; Fri, 07 Jan 2022 08:53:51 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52814) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5pgh-0003zC-Pt for guix-patches@gnu.org; Fri, 07 Jan 2022 08:53:48 -0500 Received: from 4.mo550.mail-out.ovh.net ([46.105.76.26]:53455) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5pge-0006gV-QS for guix-patches@gnu.org; Fri, 07 Jan 2022 08:53:47 -0500 Received: from player773.ha.ovh.net (unknown [10.108.4.54]) by mo550.mail-out.ovh.net (Postfix) with ESMTP id E5BC621C45 for ; Fri, 7 Jan 2022 13:53:34 +0000 (UTC) Received: from ngraves.fr (201.238.0.109.rev.sfr.net [109.0.238.201]) (Authenticated sender: ngraves@ngraves.fr) by player773.ha.ovh.net (Postfix) with ESMTPSA id 63CA22629BDC4 for ; Fri, 7 Jan 2022 13:53:34 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-105G0063f4692fe-1f70-47b6-90cc-d1abd49b9958, C5EFE81BC3FDA951DF58A4F1F033AF37FC7B5DFC) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 109.0.238.201 User-agent: mu4e 1.6.10; emacs 28.0.50 From: Nicolas Graves To: guix-patches@gnu.org Subject: [PATCH 1/41] gnu: rust-rbw: adding rust-zeroize-1.4 Date: Fri, 07 Jan 2022 14:39:15 +0100 Message-ID: <87bl0nslcz.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0002-rust-rbw-dependencies-adding-rust-zeroize-1.4.patch Content-Transfer-Encoding: quoted-printable Content-Description: rust-rbw-dependencies-adding-rust-zeroize X-Ovh-Tracer-Id: 5034461435409064698 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvuddrudegvddgfeefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpegfhffvufffkfggtggugfesrehqredttderjeenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpefgjeeiiedvkeehgeffjeelheffteelfedugeegieehjeeluddvgfdvfeffjeeuudenucffohhmrghinhepuggrlhgvkhdrrhhspdhgihhthhhusgdrtghomhdpughotghsrdhrshdptghrrghtvghsrdhiohenucfkpheptddrtddrtddrtddpuddtledrtddrvdefkedrvddtudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtpdhhvghlohepphhlrgihvghrjeejfedrhhgrrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpehnghhrrghvvghssehnghhrrghvvghsrdhfrhdprhgtphhtthhopehguhhigidqphgrthgthhgvshesghhnuhdrohhrgh Received-SPF: pass client-ip=46.105.76.26; envelope-from=ngraves@ngraves.fr; helo=4.mo550.mail-out.ovh.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.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: -2.3 (--) >From 117ac2e745d1e9e2122bdf5859ae2b2781ca01c4 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 6 Jan 2022 23:16:42 +0100 Subject: [PATCH 02/42] rust-rbw dependencies : adding rust-zeroize-1.4 --- gnu/packages/crates-io.scm | 56 ++++++++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 14 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fb400cf3fc..43c8456b32 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -23,6 +23,7 @@ ;;; Copyright =C2=A9 2021 Ricardo Wurmus ;;; Copyright =C2=A9 2021 Jacob Hrbek ;;; Copyright =C2=A9 2021 Zheng Junjie <873216071@qq.com> +;;; Copyright =C2=A9 2022 Graves Nicolas ;;; ;;; This file is part of GNU Guix. ;;; @@ -1345,7 +1346,7 @@ (define-public rust-aes-gcm-0.6 ("rust-block-cipher" ,rust-block-cipher-0.7) ("rust-ghash" ,rust-ghash-0.3) ("rust-subtle" ,rust-subtle-2) - ("rust-zeroize" ,rust-zeroize-1)) + ("rust-zeroize" ,rust-zeroize-1.1)) #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3) ("rust-criterion-cycles-per-byte" @@ -1379,7 +1380,7 @@ (define-public rust-aes-gcm-0.5 ("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6) ("rust-ghash" ,rust-ghash-0.2) ("rust-subtle" ,rust-subtle-2) - ("rust-zeroize" ,rust-zeroize-1)))))) + ("rust-zeroize" ,rust-zeroize-1.1)))))) =20 (define-public rust-aes-soft-0.6 (package @@ -13538,7 +13539,7 @@ (define-public rust-curve25519-dalek-3 ("rust-rand-core" ,rust-rand-core-0.5) ("rust-serde" ,rust-serde-1) ("rust-subtle" ,rust-subtle-2) - ("rust-zeroize" ,rust-zeroize-1)))) + ("rust-zeroize" ,rust-zeroize-1.1)))) (home-page "https://dalek.rs/curve25519-dalek") (synopsis "Group operations on ristretto255 and Curve25519") (description @@ -16743,7 +16744,7 @@ (define-public rust-ed25519-dalek-1 ("rust-serde" ,rust-serde-1) ("rust-serde-bytes" ,rust-serde-bytes-0.11) ("rust-sha2" ,rust-sha2-0.9) - ("rust-zeroize" ,rust-zeroize-1)))) + ("rust-zeroize" ,rust-zeroize-1.1)))) (home-page "https://dalek.rs") (synopsis "Ed25519 EdDSA key generations, signing, and verification") (description @@ -21766,7 +21767,7 @@ (define-public rust-ghash-0.3 (arguments `(#:cargo-inputs (("rust-polyval" ,rust-polyval-0.4) - ("rust-zeroize" ,rust-zeroize-1)) + ("rust-zeroize" ,rust-zeroize-1.1)) #:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.1)))) (home-page "https://github.com/RustCrypto/universal-hashes") @@ -21792,7 +21793,7 @@ (define-public rust-ghash-0.2 `(#:skip-build? #t #:cargo-inputs (("rust-polyval" ,rust-polyval-0.3) - ("rust-zeroize" ,rust-zeroize-1)))))) + ("rust-zeroize" ,rust-zeroize-1.1)))))) =20 (define-public rust-gif-0.11 (package @@ -30461,7 +30462,7 @@ (define-public rust-merlin-2 ("rust-hex" ,rust-hex-0.3) ("rust-keccak" ,rust-keccak-0.1) ("rust-rand-core" ,rust-rand-core-0.5) - ("rust-zeroize" ,rust-zeroize-1)))) + ("rust-zeroize" ,rust-zeroize-1.1)))) (home-page "https://docs.rs/merlin") (synopsis "Composable proof transcripts for public-coin arguments of knowledge") @@ -31836,7 +31837,7 @@ (define-public rust-nanorand-0.5 `(#:skip-build? #true ;error with pre-release randomize #:cargo-inputs (("rust-getrandom" ,rust-getrandom-0.2) - ("rust-zeroize" ,rust-zeroize-1)) + ("rust-zeroize" ,rust-zeroize-1.1)) #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3) ("rust-fastrand" ,rust-fastrand-1) @@ -31866,7 +31867,7 @@ (define-public rust-nanorand-0.4 `(#:skip-build? #true ;error with pre-release randomize #:cargo-inputs (("rust-getrandom" ,rust-getrandom-0.2) - ("rust-zeroize" ,rust-zeroize-1)) + ("rust-zeroize" ,rust-zeroize-1.1)) #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3) ("rust-fastrand" ,rust-fastrand-1) @@ -34203,7 +34204,7 @@ (define-public rust-num-bigint-dig-0.6 ("rust-rand" ,rust-rand-0.7) ("rust-serde" ,rust-serde-1) ("rust-smallvec" ,rust-smallvec-1) - ("rust-zeroize" ,rust-zeroize-1)))) + ("rust-zeroize" ,rust-zeroize-1.1)))) (home-page "https://github.com/dignifiedquire/num-bigint") (synopsis "Big integer implementation for Rust") @@ -39197,7 +39198,7 @@ (define-public rust-polyval-0.4 `(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-0.1) ("rust-universal-hash" ,rust-universal-hash-0.4) - ("rust-zeroize" ,rust-zeroize-1)) + ("rust-zeroize" ,rust-zeroize-1.1)) #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3) ("rust-criterion-cycles-per-byte" @@ -39225,7 +39226,7 @@ (define-public rust-polyval-0.3 #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-0.1) ("rust-universal-hash" ,rust-universal-hash-0.3) - ("rust-zeroize" ,rust-zeroize-1)))))) + ("rust-zeroize" ,rust-zeroize-1.1)))))) =20 (define-public rust-pom-3 (package @@ -64015,7 +64016,7 @@ (define-public rust-win-crypto-ng-0.4 ("rust-doc-comment" ,rust-doc-comment-0.3) ("rust-rand-core" ,rust-rand-core-0.5) ("rust-winapi" ,rust-winapi-0.3) - ("rust-zeroize" ,rust-zeroize-1)))) + ("rust-zeroize" ,rust-zeroize-1.1)))) (home-page "https://crates.io/crates/win-crypto-ng") (synopsis "Safe bindings to MS Windows Cryptography API Next Generation") @@ -64811,7 +64812,7 @@ (define-public rust-zerocopy-derive-0.2 crate.") (license license:bsd-3))) =20 -(define-public rust-zeroize-1 +(define-public rust-zeroize-1.1 (package (name "rust-zeroize") (version "1.1.0") @@ -64837,6 +64838,33 @@ (define-public rust-zeroize-1 implementation that works everywhere, even WASM!") (license (list license:asl2.0 license:expat)))) =20 +(define-public rust-zeroize-1.4 + (package + (name "rust-zeroize") + (version "1.4.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "zeroize" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "068nvl3n5hk6lfn5y24grf2c7anzzqfzjjccscq3md7rqp79v3fn"))= )) + (build-system cargo-build-system) + (arguments + `(#:skip-build? + #t + #:cargo-inputs + (("rust-zeroize-derive" ,rust-zeroize-derive-1)))) + (home-page "https://github.com/RustCrypto/utils/tree/master/zeroize") + (synopsis + "Securely clear secrets from memory.") + (description + "Securely clear secrets from memory with a simple trait built on sta= ble Rust +primitives which guarantee memory is zeroed using an operation will not be +'optimized away' by the compiler. Uses a portable pure Rust implementatio= n that +works everywhere, even WASM!") + (license (list license:asl2.0 license:expat)))) + (define-public rust-zeroize-derive-1 (package (name "rust-zeroize-derive") --=20 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 08 09:27:35 2022 Received: (at control) by debbugs.gnu.org; 8 Jan 2022 14:27:35 +0000 Received: from localhost ([127.0.0.1]:46608 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6Cgx-0006ga-IY for submit@debbugs.gnu.org; Sat, 08 Jan 2022 09:27:35 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:45320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6Cgt-0006gO-Rg for control@debbugs.gnu.org; Sat, 08 Jan 2022 09:27:34 -0500 Received: from [172.20.10.5] ([213.132.158.202]) by baptiste.telenet-ops.be with bizsmtp id gETV260044NHtyl01ETVvC; Sat, 08 Jan 2022 15:27:30 +0100 Message-ID: Subject: From: Maxime Devos To: control@debbugs.gnu.org Date: Sat, 08 Jan 2022 15:27:19 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-cAKfGiSbG85wNp2SVHoA" 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=1641652050; bh=QA5evavfvBnnAvD8pYmMByoCCcn1NDu/0B7qPkGFq98=; h=Subject:From:To:Date; b=T3ReuTqM+XxulwNk87bd3NKBlUOqmXTSPVxQUe13onMupB/zm0T4EAxl8A1gOgikQ s0t2icQuXhW91QQnaRMZWql2MEubNX89foALTSC+x4CnIAYoA77tNK6uaj1N7hudtk yy4RmV44nPOYimC8bvCed9dHjIfKcbgrvo3yn6A7TAFA6l8WdeeMhBc2Cow0/tlISe nkCbhMaO7VGKGrPIq6QkZ8PpSVsF0sfPlrSuG+xuTUXXjFyuL2Rjfbds8J6ZlQvPXl W3QhpvV/EDOCZ3Gzes4iZIhPjwWCMM+4ysjYAOlyWDI/K2AIkfuumEvqbNj7q3EAx1 rkJp1gZHKb/Sw== X-Spam-Score: 1.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 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 53086 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 53099 53100 53101 53102 53103 53104 53105 53106 53 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [195.130.132.51 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [195.130.132.51 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (maximedevos[at]telenet.be) 2.0 BLANK_SUBJECT Subject is present but empty 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: 0.3 (/) --=-cAKfGiSbG85wNp2SVHoA Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable merge 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 530= 86 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 = 53099 53100 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 531= 11 53112 53113 53114 53115 53116 53117 thanks Please see =E2=80=9817.6.=E2=80=99 for how to submit patches, in particular This mailing list is backed by a Debbugs instance, which allows us to keep track of submissions (*note Tracking Bugs and Patches::). Each message sent to that mailing list gets a new tracking number assigned; people can then follow up on the submission by sending email to =E2=80=98NNN@debbugs.gnu.org=E2=80=99, where NNN is the tracking number (*n= ote Sending a Patch Series::). Debbugs doesn't know about patch series. Greetings, Maxime. --=-cAKfGiSbG85wNp2SVHoA 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+4iGRcl7gUCYdmfRxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tNZAP9sPvRaz8o7PkpKszREdsz/Ew7C WxoFdH/XFGqJFMoK9gD+OkctPSWfcIsZH07IjzUMpa3tZUCH3gQjLJaJD3hYWgo= =YP3Q -----END PGP SIGNATURE----- --=-cAKfGiSbG85wNp2SVHoA-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 08 09:31:02 2022 Received: (at control) by debbugs.gnu.org; 8 Jan 2022 14:31:02 +0000 Received: from localhost ([127.0.0.1]:46615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6CkI-0007h9-2v for submit@debbugs.gnu.org; Sat, 08 Jan 2022 09:31:02 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:35360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6CkF-0007eB-Hn for control@debbugs.gnu.org; Sat, 08 Jan 2022 09:31:00 -0500 Received: from [172.20.10.5] ([213.132.158.202]) by xavier.telenet-ops.be with bizsmtp id gEWx2600K4NHtyl01EWyWg; Sat, 08 Jan 2022 15:30:58 +0100 Message-ID: Subject: From: Maxime Devos To: control@debbugs.gnu.org Date: Sat, 08 Jan 2022 15:30:57 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-E0rcpQhCvUe6X4m9iKrk" 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=1641652258; bh=Qy2VI3OjKVRsPMG9UNLniF5MM1YOFOdIwLmuFIq9t5w=; h=Subject:From:To:Date; b=URZMkL332WfN6FC9udms3c81yRmiKKjSBvOBbNoXzrST9YLYFn/JwZQeN43JSMlrn lnTLF20HqQmL1sOlwnHfLQE6aUxo39iIJkYxhtG653s0ImE1f7gc1rhwv0LbNV7zEo nCXJIXpAZQwO8tBC5adq1H+ZW3Jxwd7AbKs2HwrFbq/3hFXSC20PIiyPc4WLqxWGu2 PKp9U5iXP5sd4Ucr1iEjNrU0Wt1lieeHCgPbfNjWGdsMhWtkvE0w/SspIv8LQcFJRp RM95f1BadZ9Att7Jkff20W+xLOe5q/Pj4bUJDCsnJ331YQHEL+WVTVsAtI+Bw0w2PX +GVM/G8X+mq1w== X-Spam-Score: 1.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 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 53086 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 53099 53100 53101 53102 53103 53104 53105 53106 53 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [195.130.132.52 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (maximedevos[at]telenet.be) 2.0 BLANK_SUBJECT Subject is present but empty 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: 0.3 (/) --=-E0rcpQhCvUe6X4m9iKrk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable merge 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 530= 86 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 = 53099 53100 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 531= 11 53112 53113 53114 53115 53116 53117 thanks Please see =E2=80=9817.6.=E2=80=99 for how to submit patches, in particular This mailing list is backed by a Debbugs instance, which allows us to keep track of submissions (*note Tracking Bugs and Patches::). Each message sent to that mailing list gets a new tracking number assigned; people can then follow up on the submission by sending email to =E2=80=98NNN@debbugs.gnu.org=E2=80=99, where NNN is the tracking number (*n= ote Sending a Patch Series::). Debbugs doesn't know about patch series. Greetings, Maxime. --=-E0rcpQhCvUe6X4m9iKrk 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+4iGRcl7gUCYdmgIRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7oh/AP0aZMvt5eG5fesBn/e7P4VC5ENF 6ACVU7AFj/x4LjTxoAD9GMcosih7UDsWODNJeoDuH7t6Jl7fdSVy1ZQiccWK+AI= =FdRw -----END PGP SIGNATURE----- --=-E0rcpQhCvUe6X4m9iKrk-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 19 08:29:49 2022 Received: (at submit) by debbugs.gnu.org; 19 Jan 2022 13:29:49 +0000 Received: from localhost ([127.0.0.1]:52717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAB24-0007ZM-U8 for submit@debbugs.gnu.org; Wed, 19 Jan 2022 08:29:49 -0500 Received: from lists.gnu.org ([209.51.188.17]:43422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAB1x-0007Yw-Qb for submit@debbugs.gnu.org; Wed, 19 Jan 2022 08:29:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAB1x-0000fn-Iu for guix-patches@gnu.org; Wed, 19 Jan 2022 08:29:41 -0500 Received: from [2001:4b98:dc4:8::223] (port=52485 helo=relay3-d.mail.gandi.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAB1v-0003dG-HQ for guix-patches@gnu.org; Wed, 19 Jan 2022 08:29:41 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 9EB1760015; Wed, 19 Jan 2022 13:29:33 +0000 (UTC) From: Nicolas Goaziou To: Nicolas Graves via Guix-patches via Subject: Re: [bug#53075] [PATCH 1/41] gnu: rust-rbw: adding rust-zeroize-1.4 References: <87bl0nslcz.fsf@ngraves.fr> Date: Wed, 19 Jan 2022 14:29:32 +0100 In-Reply-To: <87bl0nslcz.fsf@ngraves.fr> (Nicolas Graves via Guix-patches via's message of "Fri, 07 Jan 2022 14:39:15 +0100") Message-ID: <87zgnretvn.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2001:4b98:dc4:8::223 (failed) Received-SPF: pass client-ip=2001:4b98:dc4:8::223; envelope-from=mail@nicolasgoaziou.fr; helo=relay3-d.mail.gandi.net X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Nicolas Graves , 53075-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, Nicolas Graves via Guix-patches via writes: > From 117ac2e745d1e9e2122bdf5859ae2b2781ca01c4 Mon Sep 17 00:00:00 2001 > From: Nicolas Graves > Date: Thu, 6 Jan 2022 23:16:42 +0100 > Subject: [PATCH 02/42] rust-rbw dependencies : adding rust-zeroize-1.4 Thank you. First some general notes about your patches. The first thing is that your patch set should have gone under the same bug number. You created more than 40 bugs for rbw. You may want to look at "Contributing" section of the Guix manual for details. Also, commit messages are normalized in Guix. You should look at what I wrote instead of yours to get a feel about it. Eventually, descriptions should consist of full sentences. Now about this patch. Unless under exceptional circumstances, we don't add a new package for a change below the first non-zero digit. In this case, the common way is to simply update rust-zeroize-1 to 1.4.3. Therefore, I dropped this patch and did the above. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 19 08:58:22 2022 Received: (at control) by debbugs.gnu.org; 19 Jan 2022 13:58:22 +0000 Received: from localhost ([127.0.0.1]:53114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nABTh-0000N4-Mi for submit@debbugs.gnu.org; Wed, 19 Jan 2022 08:58:22 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:46899) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nABTc-0000Mk-EH for control@debbugs.gnu.org; Wed, 19 Jan 2022 08:58:21 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id B49516001A for ; Wed, 19 Jan 2022 13:58:09 +0000 (UTC) From: Nicolas Goaziou To: control@debbugs.gnu.org Subject: Closing Guix bugs Date: Wed, 19 Jan 2022 14:58:08 +0100 Message-ID: <87v8yfakun.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) 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: -1.7 (-) close 53100 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 53111 53112 53113 53114 53115 53116 53123 From unknown Fri Aug 15 20:57:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 17 Feb 2022 12:24:03 +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