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 version 1.1.1o Date: Wed, 04 May 2022 19:43:03 +0000 Message-ID: <3fa029ff-5dc9-df83-07da-13c6f3062f7d@ipfire.org> In-Reply-To: <20220504105948.3605848-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4313678089134358197==" List-Id: --===============4313678089134358197== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.1.1n to 1.1.1o > - Update of rootfile not required > - This patch is to go into CU168 as this update is for fixing a moderate se= verity CVE > - Changelog > 1.1.1o [3 May 2022] > (CVE-2022-1292) > Fixed a bug in the c_rehash script which was not properly sanitising s= hell > metacharacters to prevent command injection. This script is distribut= ed by > some operating systems in a manner where it is automatically executed.= On > such operating systems, an attacker could execute arbitrary commands w= ith the > privileges of the script. > Use of the c_rehash script is considered obsolete and should be replac= ed > by the OpenSSL rehash command line tool. >=20 > Signed-off-by: Adolf Belka > --- > lfs/openssl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/openssl b/lfs/openssl > index 2aa0aeb86..a1328fcd0 100644 > --- a/lfs/openssl > +++ b/lfs/openssl > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.1.1n > +VER =3D 1.1.1o > =20 > THISAPP =3D openssl-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -74,7 +74,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D af530258d9f7ca4f1bd1c6c344eb385e766e465c9341dd087976= 76165f67bbb82d3fd549ed7559dc12fb8c9c4db5e04fa6ec7ab729ec1467f5e8bce469ff5398 > +$(DL_FILE)_BLAKE2 =3D 5bd355fd17adf43ba4e3bf1a8036ceb724edd4f4ab80dc25aecc= 3d2647372e9db2bc12e2b89791fc4b6f7fd95a7b68e00490d09ca6518d25ab990ee27798e641 > =20 > install : $(TARGET) > =20 --===============4313678089134358197==--