From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] OpenSSL: update to 1.1.1f Date: Wed, 01 Apr 2020 12:17:00 +0000 Message-ID: <58030a3b-b673-1919-0aeb-7eb5085924bd@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8848229387903706146==" List-Id: --===============8848229387903706146== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes #12345 (yes, that's the real bug ID :-) ) Cc: Arne Fitzenreiter Cc: Michael Tremer Signed-off-by: Peter M=C3=BCller --- lfs/openssl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/openssl b/lfs/openssl index c46e0d53f..06b999a15 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.1.1e +VER =3D 1.1.1f =20 THISAPP =3D openssl-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -87,7 +87,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D baeff2a64d2f3d7e0a69b677c9977b57 +$(DL_FILE)_MD5 =3D 3f486f2f4435ef14b81814dbbc7b48bb =20 install : $(TARGET) =20 --=20 2.16.4 --===============8848229387903706146==--