From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 06:13:18 2021 Received: (at 49451) by debbugs.gnu.org; 1 Aug 2021 10:13:18 +0000 Received: from localhost ([127.0.0.1]:35562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mA8T7-0007j0-Va for submit@debbugs.gnu.org; Sun, 01 Aug 2021 06:13:18 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:36090 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mA8T7-0007in-5y for 49451@debbugs.gnu.org; Sun, 01 Aug 2021 06:13:17 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1627812789; bh=P1tf5ms1QLC8wPtzzMBctya9R9m2W3v207Q5SrwByao=; h=From:To:Subject:In-Reply-To:References:Date; b=bt1gMoPExE8FBhCB5cpeho2jx39VH8XrITMO6ACxSzYLaLZOxqldspsL7HElsSAQ4 jRT6cLP6pbmHgGj43pni91xDZYpYWPq2tBKX3QNV3syLP1cFPEGAMM4R1HuZckhF9k uo5UCOCZdfnFYfLO3ceUy0KG9UVam51HRKP7TcDU= To: southerntofu , 49451@debbugs.gnu.org Subject: Re: [bug#49451] [PATCH 06/20] gnu: rust-fragile: Update to 1.0 In-Reply-To: References: Date: Sun, 01 Aug 2021 12:13:09 +0200 Message-ID: <871r7dbhhm.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) 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: On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote: > --- > gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm > index e322661709..258649f6 [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 49451 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.9 (++) 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: On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote: > --- > gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm > index e322661709..258649f6 [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote: > --- > gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm > index e322661709..258649f6a0 100644 > --- a/gnu/packages/crates-io.scm > +++ b/gnu/packages/crates-io.scm > @@ -16452,6 +16452,29 @@ implementation that is more efficient for smalle= r hash keys.") > syntax, as used by HTML forms.") > (license (list license:expat license:asl2.0)))) >=20=20 > +(define-public rust-fragile-1 > + (package > + (name "rust-fragile") > + (version "1.0.0") > + (source > + (origin > + (method url-fetch) > + (uri (crate-uri "fragile" version)) > + (file-name > + (string-append name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "1wlihmkjyhvl5rckal32p010piy1l15s6l81h7z31jcd971kk839")))) > + (build-system cargo-build-system) > + (arguments `(#:skip-build? #t)) > + (home-page > + "https://github.com/mitsuhiko/rust-fragile") > + (synopsis > + "Provides wrapper types for sending non-send values to other threa= ds") > + (description > + "Provides wrapper types for sending non-send values to other threa= ds") Full sentence and missing period. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmEGc7UVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5OUMP/2wZKuCQ16kkHlkEsaU5FLGRZdH7 JmpBWnYsfrIFUD7UgzpnwUHfPWCr2XNiZA5EoSVyW3bJTWyY1u1VwPCpubQ2QUW/ bZcl5ihskJLk4iCkwkHt3C6ZfSIiP8YV0YsYWfzrdvJMWjhWfUZDGOXIY/DhXTPU /spR+ADo+sWtjbqrH8Z/V9NeS3Ww/QCmCc2kXuOzLPu4uY3Ojy1FeeIgDSTz0cO5 ct9pd/p7i8m78XMG1K/94SX7+23OsbrGxkRjRERBpa2O1+Q0TgDIobbT2obUMypP 84roG+SyounUsuOljw+pOm0qWaNwqpZ++ix257ac5EvJYUxGpnewD3bRrKHSggUv pleEpchAkg0gVwxbyIgqnUUlcxrAHCBuVSEv6jI8QYVWa9EdoN8+Dx57ckx4bNGM 94yUdlLs6QBDkVI5R6D+TbZN3s9OxDxLBlA1k75HdWVWfWp1iAljCPdm7n0aONcn e23ee6fI3NGOVSLnFWY2jC+9Lw84SW/gN7QlKJD+uEL7ClwdhGxIHZp43CHqqLvE K/PMI8lUkXoqFHX1F2jPq63Ej8J9HSQ3OEYIaPAxvzwdWDNtxR6eRzjgnInw6pwp TUG02zuhQ8TFmWkJlW4/ck7UAhiZIMtVTpcrPP3hh8plaHVhqvR6l0ZqIx9NHpnF kUeWmBRxPn3Bxuwu =JAAP -----END PGP SIGNATURE----- --=-=-=--