From 70c969e94188247bcf3979be248e51806013d242 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 22 Jun 2022 12:16:37 +0000 Subject: [PATCH] OpenSSL: Update to 1.1.1p MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Please refer to https://www.openssl.org/news/openssl-1.1.1-notes.html for the release notes regarding this version. Signed-off-by: Peter Müller --- lfs/openssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssl b/lfs/openssl index a1328fcd09..43401237a8 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ include Config -VER = 1.1.1o +VER = 1.1.1p THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -74,7 +74,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5bd355fd17adf43ba4e3bf1a8036ceb724edd4f4ab80dc25aecc3d2647372e9db2bc12e2b89791fc4b6f7fd95a7b68e00490d09ca6518d25ab990ee27798e641 +$(DL_FILE)_BLAKE2 = 723c7784f39d7a475c190f0399b3721a6f315e1ea6f92617e12bfed3701609398b52d7881a6111c9260337cf369a85cc66f3d368043ab31a19ca5c8eb2237214 install : $(TARGET) -- 2.39.2