From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] OpenSSL: update to 1.1.1f Date: Wed, 01 Apr 2020 12:38:00 +0000 Message-ID: In-Reply-To: <6C3C7B75-459C-4542-B602-5901684092D4@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7195663211823657387==" List-Id: --===============7195663211823657387== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Michael, not that I am aware of: > user(a)machine:~/devel/ipfire-2.x> grep -E "^[+-]" log/openssl-1.1.1f | wc = -l > 0 Thanks, and best regards, Peter M=C3=BCller > 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 wr= ote: >> >> 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 @@ >> >> include Config >> >> -VER =3D 1.1.1e >> +VER =3D 1.1.1f >> >> THISAPP =3D openssl-$(VER) >> DL_FILE =3D $(THISAPP).tar.gz >> @@ -87,7 +87,7 @@ objects =3D $(DL_FILE) >> >> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >> >> -$(DL_FILE)_MD5 =3D baeff2a64d2f3d7e0a69b677c9977b57 >> +$(DL_FILE)_MD5 =3D 3f486f2f4435ef14b81814dbbc7b48bb >> >> install : $(TARGET) >> >> --=20 >> 2.16.4 >=20 --===============7195663211823657387==--