From patchwork Fri Jun 17 09:42:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5667 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LPYxy2LJZz3wcT for ; Fri, 17 Jun 2022 09:43:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LPYxx45X9zmt; Fri, 17 Jun 2022 09:43:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LPYxx48y0z2xPS; Fri, 17 Jun 2022 09:43:17 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LPYxw16crz2xPJ for ; Fri, 17 Jun 2022 09:43:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LPYxv4wQGzbj; Fri, 17 Jun 2022 09:43:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1655458995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0Mv0VH+j2rfyAJh7rJpobWP/O4yeeK7KEBkNSLXboF4=; b=oXu/dElLF6zqAkFtwYLRKmeRIknnl4M7Rubme7f57An6WM2MuY6ZrNkoFpWU2OX54Z04yF A+ai9pC//b2Dr3Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1655458995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0Mv0VH+j2rfyAJh7rJpobWP/O4yeeK7KEBkNSLXboF4=; b=HD8s/CRXXTf+yuCFJaRcyLxxjJ2zO3h98OAoLXkGjo44Ik1QBFFHFpEiI1SZ0y50+wS4sq +ETclYgRJHc9ORKx0/lX3Oa8FqT1NHO3LhCqxmPcmFRutjc6io+zq8qYoK0YWCYQ75zRD+ kMv9VhVMQQjN2X7mi7qShOcvOSfy89/aQdf9EYNM9JmDl34+NzW3Cvixn7hLF48zijmIKa EwcY1AWOwrYYJnkYcP6rLh4xopz2EGPJ0sm2/Vd0I+rQgKxp8ItueFAetDDHFU9d0AKBWJ /MbYm33q9PU2YAHcSD50pexjNWkii5+mbDWzLDJI2/bA+aO9I7MDo7/hnwzr1A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/23] make.sh: New rust dependencies for python3-cryptography Date: Fri, 17 Jun 2022 11:42:22 +0200 Message-Id: <20220617094243.6422-2-adolf.belka@ipfire.org> In-Reply-To: <20220617094243.6422-1-adolf.belka@ipfire.org> References: <20220617094243.6422-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - New rust dependencies added for python3-cryptography Signed-off-by: Adolf Belka --- make.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/make.sh b/make.sh index d46d2a6c0..60a92a22d 100755 --- a/make.sh +++ b/make.sh @@ -1294,6 +1294,7 @@ buildipfire() { lfsmake2 rust-proc-macro-hack lfsmake2 rust-indoc-impl lfsmake2 rust-indoc + lfsmake2 rust-indoc-0.3.6 lfsmake2 rust-instant lfsmake2 rust-lock_api lfsmake2 rust-smallvec @@ -1301,6 +1302,7 @@ buildipfire() { lfsmake2 rust-parking_lot lfsmake2 rust-paste-impl lfsmake2 rust-paste + lfsmake2 rust-paste-0.1.18 lfsmake2 rust-ctor lfsmake2 rust-ghost lfsmake2 rust-inventory-impl @@ -1309,6 +1311,22 @@ buildipfire() { lfsmake2 rust-pyo3-macros-backend lfsmake2 rust-pyo3-macros lfsmake2 rust-pyo3 + lfsmake2 rust-num-traits + lfsmake2 rust-num-integer + lfsmake2 rust-num_threads + lfsmake2 rust-time + lfsmake2 rust-chrono + lfsmake2 rust-asn1_derive + lfsmake2 rust-asn1 + lfsmake2 rust-proc-macro-error-attr + lfsmake2 rust-proc-macro-error + lfsmake2 rust-Inflector + lfsmake2 rust-ouroboros_macro + lfsmake2 rust-aliasable + lfsmake2 rust-stable_deref_trait + lfsmake2 rust-ouroboros + lfsmake2 rust-base64 + lfsmake2 rust-pem lfsmake2 gdb lfsmake2 grub lfsmake2 efivar