From patchwork Mon Oct 28 16:49:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2552 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47211D39yHz43Sl for ; Mon, 28 Oct 2019 16:50:24 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47211C0s2xz3mY; Mon, 28 Oct 2019 16:50:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47211B5Rmwz2yZk; Mon, 28 Oct 2019 16:50:22 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4721194S6Kz2xq9 for ; Mon, 28 Oct 2019 16:50:21 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4721191mz5z2fQ; Mon, 28 Oct 2019 16:50:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1572281421; 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; bh=6k1sdJlL9pWkh76frw9MBaPpK49ka0RIZGSyKiCiEMQ=; b=wyQd9e5SsSFfSgHngNudOs2YQ5KRGxoF5rtxCIUfZBtVht603TkADB+dQhfLac7otJe+KF 5BaP4MVIR1HiocDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1572281421; 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; bh=6k1sdJlL9pWkh76frw9MBaPpK49ka0RIZGSyKiCiEMQ=; b=QdIUwbc3NjgDNvRVNg8ctkM2ftzm8+qtDVAwbbbdM3k9Pp/73+VKAatIXrE5iM+EAWduBz WUNYOri9HCGrcZXxqEcm5/HtsTGMgPoa9UyA4Rq6a6dljnBMyhlrKUc0IZxpnogOvW43R+ Ys08WDE8B4wUGbIzPkOy7GgRYaAn5zDPRMia14d+d7ewNa7YG8mqRDmfc+PKCiz8ZqybS0 RqQUTZbdAtrCKTTsCTNxwQEaViWfm8Myf+6FG+NDP4coLbS3AFdpGFt96u9BwMmYLa/P8r MMOPobgJzpK1OWeT3aGMIyQ05oBsELM9iAsTNzVj/FEg00W3Zbbplov62EmqLw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] python3: Bump release version to redistribute package Date: Mon, 28 Oct 2019 16:49:54 +0000 Message-Id: <20191028164954.20506-1-michael.tremer@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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Python 3 was linked against an old version of OpenSSL on my system and to avoid this, we need to ship it again being built against the current version of it. Signed-off-by: Michael Tremer --- lfs/python3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/python3 b/lfs/python3 index 70f39c3e9..1767afddf 100644 --- a/lfs/python3 +++ b/lfs/python3 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3 -PAK_VER = 3 +PAK_VER = 4 DEPS = ""