From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id YEUSDOp75WGuQgEAgWs5BA (envelope-from ) for ; Mon, 17 Jan 2022 15:23:38 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QGxPCep75WEaxgAA9RJhRA (envelope-from ) for ; Mon, 17 Jan 2022 15:23:38 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D48304B0B0 for ; Mon, 17 Jan 2022 15:23:37 +0100 (CET) Received: from localhost ([::1]:49768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n9Sv3-0004bq-1b for larch@yhetil.org; Mon, 17 Jan 2022 09:23:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39274) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9S6C-0001gg-2R for guix-patches@gnu.org; Mon, 17 Jan 2022 08:31:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52549) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n9S6B-0001Gd-P4 for guix-patches@gnu.org; Mon, 17 Jan 2022 08:31:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n9S6B-0005Nq-MI for guix-patches@gnu.org; Mon, 17 Jan 2022 08:31:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53315] [PATCH 099/150] gnu: Add rust-rustls-native-certs-0.6. Resent-From: Aleksandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Jan 2022 13:31:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53315 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53315@debbugs.gnu.org Received: via spool by 53315-submit@debbugs.gnu.org id=B53315.164242623720613 (code B ref 53315); Mon, 17 Jan 2022 13:31:03 +0000 Received: (at 53315) by debbugs.gnu.org; 17 Jan 2022 13:30:37 +0000 Received: from localhost ([127.0.0.1]:45441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9S5l-0005MP-FE for submit@debbugs.gnu.org; Mon, 17 Jan 2022 08:30:37 -0500 Received: from mout01.posteo.de ([185.67.36.65]:45937) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9S5j-0005M0-HR for 53315@debbugs.gnu.org; Mon, 17 Jan 2022 08:30:36 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id EA30C240028 for <53315@debbugs.gnu.org>; Mon, 17 Jan 2022 14:30:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1642426229; bh=qUky+VLv2Qtds+b8rnXSzIumdQKy4w0sK+IzCOW7BjM=; h=From:To:Subject:Date:From; b=hdRBkQScx6YJzUbancUdlBmJ9WQPa8I+6FsLCpk4SCzlaA3KcRr8LNFlWtzDf7bvu +3kG0BkNuD3vV58UAh1QdTYDEzXNq7+YsH108rtcVl04EeOVkU/jWZxvuzEYMdGoxJ iekELLElqx/TR6Qw+prUM05gShIqzptZxTuuHVd1aF7kY54q7TGSBr6L8nXt3dU6BS 3mo6XPp+49hqz+Wl/ju/DWkR2p0UAkzd42u9OnP8FNfEFAKIgAN3M67ji/YcsJ6A28 zXrj6FAdFk8BWo7+HgbpTLo5n8KLJfrVeEQ6GPut+pI2sCW3G7wcryo65EGJD0T3ht 3w6iY2JPutJiQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jct7n2Xp3z9rxS for <53315@debbugs.gnu.org.>; Mon, 17 Jan 2022 14:30:29 +0100 (CET) From: Aleksandr Vityazev In-Reply-To: References: Message-Id: <77973928cf5e101e57643efdd4fba017fbaee7c5.1642424353.git.avityazev@posteo.org> Date: Mon, 17 Jan 2022 13:30:28 +0000 MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1642429417; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=xgpWkFhKB+xJ0NIUWI1auzEtVajU7W9KAijo4BZmN+A=; b=Iv/4qPzb4LS6QCDkYJyWz0zWHkuuSrcbbRklpS8CDSvgURJQZbOJbqJ/w6ZxabjIrWtgGI nC0aCAaqzduaUXa+WMhxHyR8UlRRtUTtyDyTp6SD710G6ncjoFM9UCa5iQYVPpq8fWZwZj EvygkxZpQJj9DTXWqD9L9WJO5Komnrh159Gb+dE7a/F0CT9OaX5DNOMlUx+hLyYnx/kwbA 5NPl9pCmHECKjYKhkzeCataK1bQR2LZ6DeuDOVatkQFXqnLqrkbSkTDGYiblcsjSESNQbV bd/RPP18L7E5sr8hVvnyrdZ2o6yzGFFlahWAGNxWBd3aBv8wGgP2KoXN3vJkHA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1642429417; a=rsa-sha256; cv=none; b=CGt5PKnkGBw6M0aaQcyJk9/S7dxRiVpHTprKGQr+VPurkKkJhbr2oHyE6JJ3qOEs+tisAX GCT1cqTjpFWV6AtBWy2qu4Me56XtHni3aN7RosbXuFtaDTWylmBltSt8eI+IQ1o7VRHvuD bt8fi/sj+IGvfHgVV2aS7Y/pmcTzfuUqd9hpVJCuG+7k1YfE7mWB+vrz0Y3ZSJSLcrPvhg LWPn25O98aZgY0C00teYZEyGFgjO3dqW/HXJQJT+ZpHOSmOebA5bdRbKSSz0DnngwEaSvr 5yBA5cHwsRjKVQr/vdcruSDm4M+VfLhN86hJZqYQBJr8mcLi276VcNCvNv2Hxg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=hdRBkQSc; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.22 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=hdRBkQSc; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D48304B0B0 X-Spam-Score: -2.22 X-Migadu-Scanner: scn0.migadu.com X-TUID: IWzfUN98KvyF * gnu/packages/crates-io.scm (rust-rustls-native-certs-0.6): New variable. --- gnu/packages/crates-io.scm | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f3a4491ce4..ae72818814 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -47570,6 +47570,42 @@ (define-public rust-rustls-0.12 ("rust-serde-derive" ,rust-serde-derive-1) ("rust-webpki-roots" ,rust-webpki-roots-0.14)))))) +(define-public rust-rustls-native-certs-0.6 + (package + (name "rust-rustls-native-certs") + (version "0.6.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "rustls-native-certs" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0hq9h3kri19kv00gvbq61h21rarqadxh6y98wj0c2gvxlbgypaaw")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-openssl-probe" ,rust-openssl-probe-0.1) + ("rust-rustls-pemfile" ,rust-rustls-pemfile-0.2) + ("rust-schannel" ,rust-schannel-0.1) + ("rust-security-framework" ,rust-security-framework-2)) + #:cargo-development-inputs + (("rust-ring" ,rust-ring-0.16) + ("rust-rustls" ,rust-rustls-0.20) + ("rust-serial-test" ,rust-serial-test-0.5) + ("rust-untrusted" ,rust-untrusted-0.7) + ("rust-webpki" ,rust-webpki-0.22) + ("rust-webpki-roots" ,rust-webpki-roots-0.22) + ("rust-x509-parser" ,rust-x509-parser-0.12)))) + (home-page "https://github.com/ctz/rustls-native-certs") + (synopsis "Use the platform native certificate store with rustls") + (description "@code{rustls-native-certs} allows rustls to use the platform +native certificate store.") + (license + (list license:asl2.0 license:isc license:expat)))) + (define-public rust-rustls-native-certs-0.5 (package (name "rust-rustls-native-certs") @@ -65879,6 +65915,38 @@ (define-public rust-x25519-dalek-1 exchange, with curve operations provided by @code{curve25519-dalek}.") (license license:bsd-3))) +(define-public rust-x509-parser-0.12 + (package + (name "rust-x509-parser") + (version "0.12.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "x509-parser" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1vanwazknxwd1kmlp443bpph9qyas021ayqk6iljxdscm0v0ijgz")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-base64" ,rust-base64-0.13) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-data-encoding" ,rust-data-encoding-2) + ("rust-der-parser" ,rust-der-parser-6) + ("rust-lazy-static" ,rust-lazy-static-1) + ("rust-nom" ,rust-nom-7) + ("rust-oid-registry" ,rust-oid-registry-0.2) + ("rust-ring" ,rust-ring-0.16) + ("rust-rusticata-macros" ,rust-rusticata-macros-4) + ("rust-thiserror" ,rust-thiserror-1)))) + (home-page "https://github.com/rusticata/x509-parser") + (synopsis "X.509 parser written in pure Rust") + (description "Parser for the X.509 v3 format (RFC 5280 certificates).") + (license (list license:expat license:asl2.0)))) + (define-public rust-x86-0.33 (package (name "rust-x86") -- 2.34.0 -- Aleksandr Vityazev