From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id iAX0MltNuWUcIQAA62LTzQ:P1 (envelope-from ) for ; Tue, 30 Jan 2024 20:26:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id iAX0MltNuWUcIQAA62LTzQ (envelope-from ) for ; Tue, 30 Jan 2024 20:26:19 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=IBr1ZcQl; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1706642779; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: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=oVt5unU99h2ibvveTG1W43YFHjq8vEAa98UL/a7u7HI=; b=J03VhJiQg227yiXft7f9c3X1xegqeF6FE8nSnPmf9VeQzasNDKG15vwvx77sY2u9oUlsu2 tzDGz0b6WpdAMdzDDyGszRGLpfnIm8CDbD/WVapo0OR8jJZ6ezECXUwzgtoJFfZ2MTO4kS cwY3mS+NZ/xL4rHv78zeA7vs/mc2bAaR+42/9tTQJ1cXQqUffkXueyaBgwzvHQTPCMzVf1 Nl5CEN1CiqaKVOiGi4XiPKVpTiDvR7C5Ukv4oqJzznacpt4rexECkroVY6bRQEDJMffmhy JPktYekm+yTexVblWrQ02z14WBaShcTqsBlaUhkNpYJncPdX1WXg0Rau5bHwaQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=IBr1ZcQl; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1706642779; a=rsa-sha256; cv=none; b=BUbQIecjQAGJfOVQQ+GNuPGDdMmj07PYl/5TLNhtScSD9oULHXQ4Zolrm62O08O3ayjvEi whVjlfPuaajHIkIYmmwHWatyVlqwvhCXYvXxizRhphqd0UyLzlD0RKYVmoDH22EI6NqipM rSRcV2ECtvjHsPb/ZEOXtm/1mwdjU1QN5MtTTztH/ITP1zo12wl5iUNyv+XYAN90HJwvCG M1SakwFnFOgMT/sQ3DPiZDxH3Cto/sywnMJIKPhWYvDeanCKE1das2IaI9h2y6r6PQ37jz chGwsgqVxDMtKxzFoM5nnbdYUSON26omtmCyv55+KxjVwGEyhy+C5HGGBTVj6A== 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 840CF4693B for ; Tue, 30 Jan 2024 20:26:19 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rUtkM-00056h-65; Tue, 30 Jan 2024 14:26:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rUtk3-00050b-Hb for guix-patches@gnu.org; Tue, 30 Jan 2024 14:25:58 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rUtk3-0004xc-91 for guix-patches@gnu.org; Tue, 30 Jan 2024 14:25:55 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rUtkC-00031v-7G; Tue, 30 Jan 2024 14:26:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68481] [PATCH v2 06/13] gnu: Add rust-rustls-native-certs-0.7. Resent-From: =?UTF-8?Q?V=C3=96R=C3=96SK=C5=90I_?= =?UTF-8?Q?Andr=C3=A1s?= Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Tue, 30 Jan 2024 19:26:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68481 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 68481@debbugs.gnu.org Cc: =?UTF-8?Q?V=C3=96R=C3=96SK=C5=90I_?= =?UTF-8?Q?Andr=C3=A1s?= , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 68481-submit@debbugs.gnu.org id=B68481.170664275411574 (code B ref 68481); Tue, 30 Jan 2024 19:26:04 +0000 Received: (at 68481) by debbugs.gnu.org; 30 Jan 2024 19:25:54 +0000 Received: from localhost ([127.0.0.1]:36820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUtk1-00030V-ES for submit@debbugs.gnu.org; Tue, 30 Jan 2024 14:25:53 -0500 Received: from mail-ej1-x632.google.com ([2a00:1450:4864:20::632]:58407) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUtjr-0002ye-Jf for 68481@debbugs.gnu.org; Tue, 30 Jan 2024 14:25:44 -0500 Received: by mail-ej1-x632.google.com with SMTP id a640c23a62f3a-a315f43ecc3so445503566b.0 for <68481@debbugs.gnu.org>; Tue, 30 Jan 2024 11:25:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706642729; x=1707247529; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oVt5unU99h2ibvveTG1W43YFHjq8vEAa98UL/a7u7HI=; b=IBr1ZcQlwxxzaU45e2nQRJdrRdY/2DIqRbfV/zFrFhjGsjIb+PEMQqkfAZtHvO448R LrZfYsInQFFHy1onxpqcFSWkddioZec3IWAlSA14M1DBLGcPNykoWnxA7zpj/ahstSKN 5flRbdnvcuBu6Ev1LofLJkeA5vn6gnpn+waILN7uP5aGqGtttK/ob46adR7jDEz4Tcy+ +odj6U78Q0WanAE084rc5q2h7FzVp8D05PXkBgrQwnHxHqaAjZWDDe/ESJGU5IKDMBZq ujOEG83jUUz+aD0CzKR50mQaTDmbbRT/6x4Mc+KoZIyyR270lqbBBvlEI5oiYJQpWsVA DDrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706642729; x=1707247529; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oVt5unU99h2ibvveTG1W43YFHjq8vEAa98UL/a7u7HI=; b=uy3EPS1pmWmFEpfj3Y7eKvwTYZAeQSA0zlt5WqSKbxwL/hBAiwcwJChGcG4liCm8Hc IzPrw/P8pKl47wfovcWKbUzINPX0QowPW5CTLpuYNPUUv/Ch0ixskmx4iqtyDBK34uHY jqgRnxdWxmOYcLlpBlmOmqiF2yqVzignlJPXbORmUxp/YQ98kaIYMa/FUw9WOJDXYkyP iB83CKAITJcW+4Bd1eSfrHUWArGCqEY8aSnrdTRC+WZa7idaEIYUUtS2Q2IlFZNYqM7Y KFoXDNm0MNoIxCWyq9ABwodDe08dzCdeZOOk0CH+UWSsqeV+yoReXZVdv58XbedBQVbd 3L8Q== X-Gm-Message-State: AOJu0YxdhjQ60dourx1dUzu97QA+sKo3o8q2t2nXcOiSUOZU80rFT12+ 0CpyNd3q4nnV1oGO710UxyYgtrfA6kIeFDOuC6UDZWxaQ46wByFXdFPByCUL X-Google-Smtp-Source: AGHT+IGWMP98W3TrmkJrAaxTmZdkE+3SbU1rYrSl95iO+gsONiUhtTwboIHwWhlBDNJI59i9/EE5gQ== X-Received: by 2002:a17:906:d146:b0:a30:e1b7:91e with SMTP id br6-20020a170906d14600b00a30e1b7091emr6647988ejb.33.1706642728759; Tue, 30 Jan 2024 11:25:28 -0800 (PST) Received: from localhost (176-241-13-110.pool.digikabel.hu. [176.241.13.110]) by smtp.gmail.com with ESMTPSA id gc5-20020a170906c8c500b00a311ab95fbdsm5392942ejb.63.2024.01.30.11.25.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Jan 2024 11:25:28 -0800 (PST) From: =?UTF-8?Q?V=C3=96R=C3=96SK=C5=90I_?= =?UTF-8?Q?Andr=C3=A1s?= Date: Tue, 30 Jan 2024 20:25:09 +0100 Message-ID: <4e055dc6100746028b4b0b7648c3c27be6ae763c.1706642716.git.voroskoi@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 3.84 X-Migadu-Scanner: mx13.migadu.com X-Spam-Score: 3.84 X-Migadu-Queue-Id: 840CF4693B X-TUID: 9gvFoPkAoeQ1 * gnu/packages/crates-tls.scm (rust-rustls-native-certs): New variable. Change-Id: Ic66c11b391be69929d0884a060d9a3bcdbfd3406 --- gnu/packages/crates-tls.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm index 40a0652119..0104d706a5 100644 --- a/gnu/packages/crates-tls.scm +++ b/gnu/packages/crates-tls.scm @@ -1117,6 +1117,37 @@ (define-public rust-rustls-ffi-0.8 (description "Rustls bindings for non-Rust languages") (license (list license:asl2.0 license:isc license:expat)))) +(define-public rust-rustls-native-certs-0.7 + (package + (name "rust-rustls-native-certs") + (version "0.7.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "rustls-native-certs" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "14ip15dcr6fmjzi12lla9cpln7mmkdid4a7wsp344v4kz9gbh7wg")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-openssl-probe" ,rust-openssl-probe-0.1) + ("rust-rustls-pemfile" ,rust-rustls-pemfile-2) + ("rust-rustls-pki-types" ,rust-rustls-pki-types-1) + ("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.22) + ("rust-rustls-webpki" ,rust-rustls-webpki-0.102) + ("rust-serial-test" ,rust-serial-test-2) + ("rust-untrusted" ,rust-untrusted-0.7) + ("rust-webpki-roots" ,rust-webpki-roots-0.26) + ("rust-x509-parser" ,rust-x509-parser-0.15)))) + (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.6 (package (name "rust-rustls-native-certs") -- 2.41.0