From a1f80d7634ddb6150f75e6c4f93f128b4351973c996f73093cda3d1284027e12 Mon Sep 17 00:00:00 2001 From: Otto Hollmann Date: Tue, 12 Sep 2023 13:46:37 +0000 Subject: [PATCH] Accepting request 1110618 from home:ohollmann:branches:Base:System MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.9.14p3: * Fixed a crash with Python 3.12 when the sudo Python python is unloaded. This only affects make check for the Python plugin. * Adapted the sudo Python plugin test output to match Python 3.12. - Update to 1.9.14p2: * Fixed a crash on Linux systems introduced in version 1.9.14 when running a command with a NULL argv[0] if log_subcmds or intercept is enabled in sudoers. * Fixed a problem with "stair-stepped" output when piping or redirecting the output of a sudo command that takes user input when running a command in a pseudo-terminal. * Fixed a bug introduced in sudo 1.9.14 that affects matching sudoers rules containing a Runas_Spec with an empty Runas user. These rules should only match when sudo’s -g option is used but were matching even without the -g option. #290. OBS-URL: https://build.opensuse.org/request/show/1110618 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=243 --- sudo-1.9.14p1.tar.gz | 3 --- sudo-1.9.14p1.tar.gz.sig | Bin 566 -> 0 bytes sudo-1.9.14p3.tar.gz | 3 +++ sudo-1.9.14p3.tar.gz.sig | Bin 0 -> 566 bytes sudo.changes | 19 +++++++++++++++++++ sudo.spec | 2 +- 6 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 sudo-1.9.14p1.tar.gz delete mode 100644 sudo-1.9.14p1.tar.gz.sig create mode 100644 sudo-1.9.14p3.tar.gz create mode 100644 sudo-1.9.14p3.tar.gz.sig diff --git a/sudo-1.9.14p1.tar.gz b/sudo-1.9.14p1.tar.gz deleted file mode 100644 index d39a035..0000000 --- a/sudo-1.9.14p1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e91bf5ef2e09d857ee901c3465cf7ddb37e43c763b65d19fa0862d1dec128faf -size 5230440 diff --git a/sudo-1.9.14p1.tar.gz.sig b/sudo-1.9.14p1.tar.gz.sig deleted file mode 100644 index db015d247c46af831eca27cbd5930ec974f8bda1389f3366227f4388e905e430..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j*#(do>(D>r8Z{nJ~i^uQs`q;UHM0%Wb#P5=rC5UKRQ zATxG*|gKsvd`A+tulSF^98}KlkDlciU1`Scu>o zwL0Wm@AlcCPy0Y!{6mXZY=qUMtmay-A*7WEpN#{Jc4iy>bwS)+?K6z^5MPAIlQ2g_ zs=KG!SZPM$#s0E=Dxux=*Lv8; zWrI?F*g-xQC)~n~(vc|l@>GNM+xveFh`Y@8DXKa%kh#Ixz(_<$9$(VJ)a}gd(lId2 z0Q`-ar=8qOAkoh0G0r#{YOxwhzzG$KdfC#v@bJkzHlU=q9KZQ^WhGaRI%)+aR;4AV zxe1f-#PzW4D0p_AfhW0UTsT3{XBo+O>Y3fkC!Gdvnivi)nB3QUyqtC=iF#9jnb|Nk z7%{|3b8u-tma-H=88EO1p`>rX z?krAs0hQ2OAjz1eH*`=xD0Oop>%{@ z`~*M9yU=HNCo(aq<4aJ3hOYtogww9E0F_gsq5=+|(D>r8Z{nJ~i^uQs`q;UHM0%X4fR{#nL5UKRQ zAE{jHIJ_Q6u+wUg^ke**Qft`Ptd*z=8xvGy>TI)zzz-IW| z@LI>mJ7@tc-OcfakATrjm3ro{qx{cd%o;fMXjIf<;!Jc;RPK$^#;4Y?7(aY}AiE1K zJIpk&1t>OVI%7LymEwa<%Tc2~~7x-CF{ zn;YYSNaI!fY%di2N8_SW+&B{I?V<^+T|8`o$F&cN=XQH}4v@P@B#8_DW|^h<0(_=D z(H^|LYwnk=72nudAMG^R*!qLUU;@0C-X5U{5NqyCI(qIGU($7`s)cf;M7cssV@_~I zBQ_m>H~i;MFc$8;vnZF)Ig7hL;W2RBy9&4!tYgVK=+5)O3brJ$%2Q139IZHtGbbNw zr=8|G1%+7S9f9(m3lS;=m zNS?`hC2rWm;!&6FKCsl8dtORbRUpYmN@8Tge(CQ=C1M8pm zZ5M*I1@bfLK1v29KAYnAjoetPaIx-6mXWu9xY&`{n96Nll=LB{AnB*)<_e(dIe5Z5 EKB6-g7XSbN literal 0 HcmV?d00001 diff --git a/sudo.changes b/sudo.changes index 8426118..1aa2467 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 12 12:33:05 UTC 2023 - Otto Hollmann + +- Update to 1.9.14p3: + * Fixed a crash with Python 3.12 when the sudo Python python is unloaded. + This only affects make check for the Python plugin. + * Adapted the sudo Python plugin test output to match Python 3.12. +- Update to 1.9.14p2: + * Fixed a crash on Linux systems introduced in version 1.9.14 when running a + command with a NULL argv[0] if log_subcmds or intercept is enabled in + sudoers. + * Fixed a problem with "stair-stepped" output when piping or redirecting the + output of a sudo command that takes user input when running a command in + a pseudo-terminal. + * Fixed a bug introduced in sudo 1.9.14 that affects matching sudoers rules + containing a Runas_Spec with an empty Runas user. These rules should only + match when sudo’s -g option is used but were matching even without the -g + option. #290. + ------------------------------------------------------------------- Wed Jul 12 09:27:18 UTC 2023 - Paolo Stivanin diff --git a/sudo.spec b/sudo.spec index bdbb2f9..9dc0aa2 100644 --- a/sudo.spec +++ b/sudo.spec @@ -17,7 +17,7 @@ Name: sudo -Version: 1.9.14p1 +Version: 1.9.14p3 Release: 0 Summary: Execute some commands as root License: ISC