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.15p5 Date: Wed, 03 Jan 2024 21:25:00 +0000 Message-ID: In-Reply-To: <20231231204927.3367253-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5546442262999495667==" List-Id: --===============5546442262999495667== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.9.15p4 to 1.9.15p5 > - Update of rootfile not required > - Changelog > 1.9.15p5 > Fixed evaluation of the lecture, listpw, verifypw, and fdexec sudoers = Defaults > settings when used without an explicit value. Previously, if specified > without a value they were evaluated as boolean false, even when the n= egation > operator (=E2=80=99!=E2=80=99) was not present. > Fixed a bug introduced in sudo 1.9.14 that prevented LDAP netgroup que= ries > using the NETGROUP_BASE setting from being performed. > Sudo will now transparently rename a user=E2=80=99s lecture file from = the older > name-based path to the newer user-ID-based path. GitHub issue #342. > Fixed a bug introduced in sudo 1.9.15 that could cause a memory alloca= tion > failure if sysconf(_SC_LOGIN_NAME_MAX) fails. Bug #1066 >=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 5be3c13ab..129e41e9f 100644 > --- a/lfs/sudo > +++ b/lfs/sudo > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.9.15p4 > +VER =3D 1.9.15p5 > =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 011d8ee099bfc16cff141dabffd0ce2befa7fdc834108759e9fd= c3c2c11c3bca02eb0c410915394b1b3e3725fbb08544f98ffa584299dbce0db2b49234c0550a > +$(DL_FILE)_BLAKE2 =3D 73ee598c2a2848d5be24f97492b13eba2f326c514799220e43a1= aeafc6692224a7555fb7cc0a96a2720751d3e4d98e752804db589ac3c1476f24e71f5b9bc720 > =20 > install : $(TARGET) > =20 --===============5546442262999495667==--