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.15p4 Date: Sat, 30 Dec 2023 07:23:00 +0000 Message-ID: In-Reply-To: <20231218172911.2531726-12-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6203722865643227740==" List-Id: --===============6203722865643227740== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.9.15p2 to 1.9.15p4 > - Update of rootfile not required > - Changelog > 1.9.15p4 > * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's > privileges from being listed by "sudo -l" if the sudoers entry > in /etc/nsswitch.conf contains "[SUCCESS=3Dreturn]". This did not > affect the ability to run commands via sudo. Bug #1063. > 1.9.15p3 > * Always disable core dumps when sudo sends itself a fatal signal. > Fixes a problem where sudo could potentially dump core dump when > it re-sends the fatal signal to itself. This is only an issue > if the command received a signal that would normally result in > a core dump but the command did not actually dump core. > * Fixed a bug matching a command with a relative path name when > the sudoers rule uses shell globbing rules for the path name. > Bug #1062. > * Permit visudo to be run even if the local host name is not set. > GitHub issue #332. > * Fixed an editing error introduced in sudo 1.9.15 that could > prevent sudoreplay from replaying sessions correctly. > GitHub issue #334. > * Fixed a bug introduced in sudo 1.9.15 where "sudo -l > /dev/null" > could hang on Linux systems. GitHub issue #335. > * Fixed a bug introduced in sudo 1.9.15 where Solaris privileges > specified in sudoers were not applied to the command being run. >=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 d6bae3c7e..5be3c13ab 100644 > --- a/lfs/sudo > +++ b/lfs/sudo > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.9.15p2 > +VER =3D 1.9.15p4 > =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 002f820d6d82b3384a9206545a999765c2924b2650fd7f6331c1= 91e3f631507064d71a042c606b4fcea0d518d38b5a24d3f44964bb09cb5774e50501abc3f524 > +$(DL_FILE)_BLAKE2 =3D 011d8ee099bfc16cff141dabffd0ce2befa7fdc834108759e9fd= c3c2c11c3bca02eb0c410915394b1b3e3725fbb08544f98ffa584299dbce0db2b49234c0550a > =20 > install : $(TARGET) > =20 --===============6203722865643227740==--