From patchwork Wed Nov 9 18:57:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6116 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 4N6vQ23pVVz3xkd for ; Wed, 9 Nov 2022 18:58:50 +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 4N6vPX2y9Lz2yS; Wed, 9 Nov 2022 18:58:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPX0g64z2yyP; Wed, 9 Nov 2022 18:58:24 +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 4N6vPW1fBrz2ylT for ; Wed, 9 Nov 2022 18:58:23 +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 4N6vPV0Wl2z2nK; Wed, 9 Nov 2022 18:58:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020302; 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=w9CcgY0LFu30jTOunB+NMsDDZglxGq9nQY3U4kYclrY=; b=ecxvBT4JA9QXE7CdGp4N31IQib1kIIQtGUNQG0t4Z4V10PPFTe+RT09qi+aJOynLIHGdL+ ogpLolfP9mxiq+Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020302; 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=w9CcgY0LFu30jTOunB+NMsDDZglxGq9nQY3U4kYclrY=; b=MKZ7mMIq8mMWTTu0DN18OlKx4KfJBSYpZU+Eu11YbAJlZnfZdDVT+EBjdLEZUCi3N/AmTH bEzp4mo81j7jK28g1vgA5SuVlB3Htbp4rFLogyQaoun6qTnQ/H2mAErXAjmvV2tWfISbxI TG6PaYrYPFsUq7EFcnlk6Ibw+PigxmEd6GFYgGHFdbzYOQZjo3kiFq7HMrTHG5Y/BpClrq c1SNtQCMrI4sE6Vsnt4faumnfcvKfQYfTxEDTppTws5DIdnTY2JiOIA2hy93LNTMx7vhM7 8HP3RUddYDNyL5pPx8wukb696QEI8UFbbSkKD0nHt0QxTLCv0qXagrJcu/8Law== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 38/48] python3-rsa:Update to version 4.9 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:24 +0100 Message-Id: <20221109185734.3920-38-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 4.8 to 4.9 - Update of rootfile - Changelog ## Version 4.9 - release 2022-07-20 - Remove debug logging from `rsa/key.py` ([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)). - Remove overlapping slots in `PrivateKey` and `PublicKey`. ([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)). - Do not include CHANGELOG/LICENSE/README.md in wheel ([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)). - Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around ([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)). Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-rsa | 15 +++++++-------- lfs/python3-rsa | 6 +++--- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/config/rootfiles/packages/python3-rsa b/config/rootfiles/packages/python3-rsa index 73ac732ad..cbca7e5de 100644 --- a/config/rootfiles/packages/python3-rsa +++ b/config/rootfiles/packages/python3-rsa @@ -5,15 +5,14 @@ usr/bin/pyrsa-priv2pub usr/bin/pyrsa-sign usr/bin/pyrsa-verify #usr/lib/python3.10/site-packages/rsa -#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info -#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info +#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/rsa/__init__.py -usr/lib/python3.10/site-packages/rsa/_compat.py usr/lib/python3.10/site-packages/rsa/asn1.py usr/lib/python3.10/site-packages/rsa/cli.py usr/lib/python3.10/site-packages/rsa/common.py diff --git a/lfs/python3-rsa b/lfs/python3-rsa index 5f728de44..95c9c2f47 100644 --- a/lfs/python3-rsa +++ b/lfs/python3-rsa @@ -24,7 +24,7 @@ include Config -VER = 4.8 +VER = 4.9 SUMMARY = Pure-Python RSA Implementation THISAPP = rsa-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-rsa -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c76bc2ad30ae56555ec81b314c5fae3882652b55d02834431a117b19bfefde1f3628355fb9581096d82e462e2519299fdf5b2cf814d9a0a98fb6a88377dd7a4f +$(DL_FILE)_BLAKE2 = 85d9c6e546cca5bde5f40c46f86eb6a462f0ab59697c4a5fc48541ca2a658fe5ba25f8a36322bf900aedf4a5ae77e5bef74cbd3533a22c3695b2c8c93b1f57c6 install : $(TARGET)