From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] OpenSSL: update to 1.1.1f Date: Wed, 01 Apr 2020 14:12:41 +0100 Message-ID: <99A0CB4F-946E-4742-9E89-F4EB069DB34C@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6383016410772795301==" List-Id: --===============6383016410772795301== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Okay, cool. Thanks for checking. > On 1 Apr 2020, at 13:38, Peter M=C3=BCller wro= te: >=20 > Hello Michael, >=20 > not that I am aware of: >=20 >> user(a)machine:~/devel/ipfire-2.x> grep -E "^[+-]" log/openssl-1.1.1f | wc= -l >> 0 >=20 > Thanks, and best regards, > Peter M=C3=BCller >=20 >=20 >> Lovely. >>=20 >> Reviewed-by: Michael Tremer >>=20 >> Does it not change any root files? >>=20 >> Best, >> -Michael >>=20 >>> On 1 Apr 2020, at 13:17, Peter M=C3=BCller w= rote: >>>=20 >>> Fixes #12345 (yes, that's the real bug ID :-) ) >>>=20 >>> Cc: Arne Fitzenreiter >>> Cc: Michael Tremer >>> Signed-off-by: Peter M=C3=BCller >>> --- >>> lfs/openssl | 6 +++--- >>> 1 file changed, 3 insertions(+), 3 deletions(-) >>>=20 >>> 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 >>=20 --===============6383016410772795301==--