From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============8848645890426801137==" List-Id: --===============8848645890426801137== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 = "" -- 2.20.1 --===============8848645890426801137==--