Reviewed-by: Peter Müller > - 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. > > Signed-off-by: Adolf Belka > --- > lfs/sudo | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/sudo b/lfs/sudo > index bad193d7c..759e3c83a 100644 > --- a/lfs/sudo > +++ b/lfs/sudo > @@ -24,7 +24,7 @@ > > include Config > > -VER = 1.9.13p2 > +VER = 1.9.13p3 > > THISAPP = sudo-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = a96198e865c644c79b0879e1a39c9dcc5f9db2164d22fe25804805065a78424dd6ed6f9e0995cad2d0809a1a21957c6a059c6bdbd2ebdf26cfdf5488004d9cb4 > +$(DL_FILE)_BLAKE2 = 46218ecf4cf06d2280ccf4c257b12a6f697eda17b96a6b7aa56f6c7f22d847ec2a8036b9f615c3328d985656539c95f37a40c6c72dfa5f65786ab45a28cf353f > > install : $(TARGET) >