From patchwork Wed Nov 9 18:56:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6090 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 4N6vPV062Dz3xfS for ; Wed, 9 Nov 2022 18:58:22 +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 4N6vPG0WlQz2pZ; Wed, 9 Nov 2022 18:58:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPD0cFvz30Br; Wed, 9 Nov 2022 18:58:08 +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 4N6vP91YzGz309y for ; Wed, 9 Nov 2022 18:58:05 +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 4N6vP86wtcz2HW; Wed, 9 Nov 2022 18:58:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020285; 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=xMUGl6lX/cEYcNHKvmdgNA59QX0C9OPf1QPu7Dts1Hw=; b=rMk7qaHeMKEhtFzdmrXwuOiJQm7BVi0dkVpI18jWPvE9/9YJ5oJQucKOlL2COA9vTpCh64 nj0CqHCktCOOylCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020285; 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=xMUGl6lX/cEYcNHKvmdgNA59QX0C9OPf1QPu7Dts1Hw=; b=c9Jb4bV118UM/u/Ddo5t47kWumPFFb5LpdSM3RIJE8CarZSGdpyF1BNJVaQ7bUd1J0opUV swjRcIjrYrlr2ERjKhqjWHwSnU6HjGaOKkeLta3aBNbDNOv0N5gKUfjBa8sUtnLOzrNXWg bupHckHZP0KxMn2lq+5XcdtzynOomKn/HoRT/R2bIzaUsrXLR/Ot9G8w9MOuX463TKghl8 Ii8ux2gMj5BLaRgfrJKWVDGreQ5QO7FTpRKKUR9IkqXLqnEQPBwDzXjd+1U/wqQpklig3M 1tDCSlypRIJsyrKPZa/t7JgLHm92kJsL3rz+UO0bnOM3TizNvSIcZdyRSeBVrw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 13/48] rust-asn1_derive:Update to version 0.12.2 - required by python3-cryptography Date: Wed, 9 Nov 2022 19:56:59 +0100 Message-Id: <20221109185734.3920-13-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> References: <20221109185734.3920-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" - Updated from version 0.8.7 to 0.12.2 - Update of rootfile - No changelog found in source tarball or other location Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/rust-asn1_derive | 14 +++++++------- lfs/rust-asn1_derive | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/rust-asn1_derive b/config/rootfiles/common/rust-asn1_derive index 67a57cca9..a39da224a 100644 --- a/config/rootfiles/common/rust-asn1_derive +++ b/config/rootfiles/common/rust-asn1_derive @@ -1,7 +1,7 @@ -#usr/share/cargo/registry/asn1_derive-0.8.7 -#usr/share/cargo/registry/asn1_derive-0.8.7/.cargo-checksum.json -#usr/share/cargo/registry/asn1_derive-0.8.7/Cargo.toml -#usr/share/cargo/registry/asn1_derive-0.8.7/Cargo.toml.deps -#usr/share/cargo/registry/asn1_derive-0.8.7/LICENSE -#usr/share/cargo/registry/asn1_derive-0.8.7/src -#usr/share/cargo/registry/asn1_derive-0.8.7/src/lib.rs +#usr/share/cargo/registry/asn1_derive-0.12.2 +#usr/share/cargo/registry/asn1_derive-0.12.2/.cargo-checksum.json +#usr/share/cargo/registry/asn1_derive-0.12.2/Cargo.toml +#usr/share/cargo/registry/asn1_derive-0.12.2/Cargo.toml.deps +#usr/share/cargo/registry/asn1_derive-0.12.2/LICENSE +#usr/share/cargo/registry/asn1_derive-0.12.2/src +#usr/share/cargo/registry/asn1_derive-0.12.2/src/lib.rs diff --git a/lfs/rust-asn1_derive b/lfs/rust-asn1_derive index b7dd21c43..59a5c06d1 100644 --- a/lfs/rust-asn1_derive +++ b/lfs/rust-asn1_derive @@ -24,7 +24,7 @@ include Config -VER = 0.8.7 +VER = 0.12.2 THISAPP = asn1_derive-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cc1fe4a8c27730e65164daaed5d2d346364f08a47439e012f670db82190dba50cfbdf720cb253d7a057cb4b560b8ce73c557c639e90856e27d632995643dc45f +$(DL_FILE)_BLAKE2 = 42df556593a730cda26d6b7e46b91e80366de9689b13cd137e1c5d9537b24baa8020b4b6d2d55540a98953e50924d9b60eaacfa8eabc1d1c36f5ca3dcfc2abf5 install : $(TARGET)