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] sudo: Update to version 1.9.13p3 Date: Sat, 11 Mar 2023 16:23:06 +0000 Message-ID: In-Reply-To: <20230307220127.3459073-4-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5684334465918436747==" List-Id: --===============5684334465918436747== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.9.13p2 to 1.9.13p3 > - Update of rootfile not required > - Changelog > What's new in Sudo 1.9.13p3 > * Fixed a bug introduced in sudo 1.9.13 that caused a syntax error > when "list" was used as a user or host name. GitHub issue #246. > * Fixed a bug that could cause sudo to hang when running a command > in a pseudo-terminal when there is still input buffered after a > command has exited. > * Fixed "sudo -U otheruser -l command". This is a regression in > sudo 1.9.13. GitHub issue #248. > * Fixed "sudo -l command args" when matching a command in sudoers > with command line arguments. This is a regression in sudo 1.9.13. > GitHub issue #249. >=20 > Signed-off-by: Adolf Belka > --- > lfs/sudo | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/sudo b/lfs/sudo > index bad193d7c..759e3c83a 100644 > --- a/lfs/sudo > +++ b/lfs/sudo > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.9.13p2 > +VER =3D 1.9.13p3 > =20 > THISAPP =3D sudo-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D a96198e865c644c79b0879e1a39c9dcc5f9db2164d22fe258048= 05065a78424dd6ed6f9e0995cad2d0809a1a21957c6a059c6bdbd2ebdf26cfdf5488004d9cb4 > +$(DL_FILE)_BLAKE2 =3D 46218ecf4cf06d2280ccf4c257b12a6f697eda17b96a6b7aa56f= 6c7f22d847ec2a8036b9f615c3328d985656539c95f37a40c6c72dfa5f65786ab45a28cf353f > =20 > install : $(TARGET) > =20 --===============5684334465918436747==--