From 70fb575b0fd72dd31a3d97f036f0a0abdc05d83801caf3a3cdf75bd48bbc3400 Mon Sep 17 00:00:00 2001 From: Otto Hollmann Date: Tue, 2 Jan 2024 07:33:29 +0000 Subject: [PATCH] Accepting request 1136064 from home:ohollmann:branches:Base:System - Update to 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 negation operator ('!') was not present. * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP netgroup queries using the NETGROUP_BASE setting from being performed. * Sudo will now transparently rename a user's 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 allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails. Bug #1066. OBS-URL: https://build.opensuse.org/request/show/1136064 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=251 --- sudo-1.9.15p4.tar.gz | 3 --- sudo-1.9.15p4.tar.gz.sig | Bin 566 -> 0 bytes sudo-1.9.15p5.tar.gz | 3 +++ sudo-1.9.15p5.tar.gz.sig | Bin 0 -> 566 bytes sudo.changes | 15 +++++++++++++++ sudo.spec | 4 ++-- 6 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 sudo-1.9.15p4.tar.gz delete mode 100644 sudo-1.9.15p4.tar.gz.sig create mode 100644 sudo-1.9.15p5.tar.gz create mode 100644 sudo-1.9.15p5.tar.gz.sig diff --git a/sudo-1.9.15p4.tar.gz b/sudo-1.9.15p4.tar.gz deleted file mode 100644 index 617cb98..0000000 --- a/sudo-1.9.15p4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532 -size 5304804 diff --git a/sudo-1.9.15p4.tar.gz.sig b/sudo-1.9.15p4.tar.gz.sig deleted file mode 100644 index 8d59c2749d0fd3b685112b84ede0b90f9b9b27699082373cbf3ea8073f14029d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j*#(do>(D>r8Z{nJ~i^uQs`q;UHM0%d%&TmT9Q5UKRQ zA63 z{*6-2*$lKIO`D+~SI!GBoz8(b-A^pv&qUyHr^N@*e*#1ayg0(Lz<*AVsB^0u3HSBb zLZRrA+CuiE!F%O4a3fwB`RB;29*!+Wg43l$E@5VW1)M?*I*;e_kQBaso6I#}knTK;0Ut3scq>bVj81#J*socV(Hyf)A#+=;a-^%Al%4gcl+ z!i{aTR=7xNHt{Wz_k1{WnD?qouHjn^2XXzv=()`ZlO1}UEH%4bygWXc%>{UOQOQ1Lvcb& zs(ClJ_)QA5XqD8Zm(D>r8Z{nJ~i^uQs`q;UHM0%ed{8~_Rl5UKRQ zAN&E&?JB^UTn~WE;68Fkxf-JAx-gJlZ7e)6o~bY=9u^llc!Poa~iDD zZWy?L^5tZ++*n~ShEz;y#2RayH5HDwS@Uph|B}hh$MywR-l^7@5cZ%i5xYYRk=Ahn z*|#uG2e|kx>RO#5=6RS8+4kq}Ro0J60)OOh2>MJV3E|Fg zK_xchSsz~%%0cj}B$Hw6a08bmSvP-Slc(D78fJ*A_c9_`y{013tilk=M1f>G;cHyw zA)wRp6}y6Z72pj3H@BCxrB~M`?$hRdSQr=TO|zmPUm!g)KG4sEByG~)?F?u2QZkWN zRtQF92?M~lOeYX6+2uQ*UOZ5!pzxg?cgmO~=n6cZB@8?9trEBZIrD{@SQ`@JNILuG zN`#MBtW@Mro8=5%h_fK`@2@gLTa4RlzB&UUh%8t6*lD~~_&aj$#S@}t)tEi&_L|}O z=mbs#NeCxlUrd2XIpp{aha=Ae0E?gvORQQschw1upT2DT0FDoE4S%49JbaG|%LenC z;g&!h#H#&TYIaeEWE{x>?kLWTS)45lR|5zfy*CWk;GUI_Rm+>P3XsnkQm>|)@I`~@ Ee5VHx5C8xG literal 0 HcmV?d00001 diff --git a/sudo.changes b/sudo.changes index b50b66e..5a67eae 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 2 07:18:04 UTC 2024 - Otto Hollmann + +- Update to 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 negation operator ('!') was not present. + * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP netgroup queries + using the NETGROUP_BASE setting from being performed. + * Sudo will now transparently rename a user's 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 allocation + failure if sysconf(_SC_LOGIN_NAME_MAX) fails. Bug #1066. + ------------------------------------------------------------------- Mon Dec 18 16:38:55 UTC 2023 - Otto Hollmann diff --git a/sudo.spec b/sudo.spec index 0249d41..1148327 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,7 +1,7 @@ # # spec file for package sudo # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %endif Name: sudo -Version: 1.9.15p4 +Version: 1.9.15p5 Release: 0 Summary: Execute some commands as root License: ISC