From 67744f343b2f5c959161fb1e579045b39c5e72cf2ee09e74dd0ea2e1310d6714 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Wed, 23 Dec 2020 00:37:04 +0000 Subject: [PATCH] Accepting request 858236 from home:kstreitova:branches:Base:System - Update to 1.9.4p2 * Fixed a bug introduced in sudo 1.9.4p1 which could lead to a crash if the sudoers file contains a runas user-specific Defaults entry. Bug #951. - News in 1.9.4p1 * Fixed a regression introduced in version 1.9.4 where sudo would not build when configured using the --without-sendmail option. Bug #947. * Fixed a problem where if I/O logging was disabled and sudo was unable to connect to sudo_logsrvd, the command would still be allowed to run even when the "ignore_logfile_errors" sudoers option was enabled. * Fixed a crash introduced in version 1.9.4 when attempting to run a command as a non-existent user. Bug #948. * The installed sudo.conf file now has the default sudoers Plugin lines commented out. This fixes a potential conflict when there is both a system-installed version of sudo and a user-installed version. GitHub issue #75. * Fixed a regression introduced in sudo 1.9.4 where sudo would run the command as a child process even when a pseudo-terminal was not in use and the "pam_session" and "pam_setcred" options were disabled. GitHub issue #76. * Fixed a regression introduced in sudo 1.8.9 where the "closefrom" sudoers option could not be set to a value of 3. Bug #950. OBS-URL: https://build.opensuse.org/request/show/858236 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=189 --- sudo-1.9.4.tar.gz | 3 --- sudo-1.9.4.tar.gz.sig | Bin 566 -> 0 bytes sudo-1.9.4p2.tar.gz | 3 +++ sudo-1.9.4p2.tar.gz.sig | Bin 0 -> 566 bytes sudo.changes | 29 +++++++++++++++++++++++++++++ sudo.spec | 2 +- 6 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 sudo-1.9.4.tar.gz delete mode 100644 sudo-1.9.4.tar.gz.sig create mode 100644 sudo-1.9.4p2.tar.gz create mode 100644 sudo-1.9.4p2.tar.gz.sig diff --git a/sudo-1.9.4.tar.gz b/sudo-1.9.4.tar.gz deleted file mode 100644 index 219ec9f..0000000 --- a/sudo-1.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b91bd2cc73af18a06a01406e38d154b837107be759f72e89cefeaa94e1103f0 -size 3992062 diff --git a/sudo-1.9.4.tar.gz.sig b/sudo-1.9.4.tar.gz.sig deleted file mode 100644 index 065c974119bb77d2f64a3fdacaa0be72b28c5ce93675947242f6b3fbaab55817..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j*#(do>(D>r8Z{nJ~i^uQs`q;UHM0$;@UdjJXv5UKRQ zAu-OS?A%=te$zvct85(_PQ*yEyJTJkO&9#~LI4 zkr8klknOgxFb3^^!z(&+jn<`f#Y8Uh0^b4l?JUBtP~bsBaXwvYD-iD1AwLMP(#Nb# zRd(Un9bB8_?^RXolDEFO^(ZeHe>gnYI!U{`r5hCUj+e<3qpYrG^yO0AjcnghH9+4e z^h{ytr;jbp9U^_zqboMZn|QC#p0>I3*YL(lj|w@vCcbYY4OVdIO`5TtIj3zvq_h`= zoBgcHK7^>Y-IHj&)j-7jWxCv4j&LezidZxbXI01TQAGG9YBUH_RX#VmoP2r$5i*jO z-jy+*ckVr>#xFSv6>M%4$YoYL&B4{lm4e-WQwKw=Am9>&0i`_$?z*2PMT)^i8CYTr zLmw^a%nW$X_#IjZ>hP%=M=)W$C$!nzO@3u$C(D>r8Z{nJ~i^uQs`q;UHM0$<;Xi~tG=5UKRQ zASaT6PhOj}0gXkt|zJ8nE4>m~7cqf)QpWVS8uAK=2RAn|jCQ>;-hNPn>(QYLEhh%w23~dJ_0@=E9DoWHJ5y8A4-U>ux zPcenvIc3PNZhIhe*~Wa=#GJQz-5brT%t3*FyFM=@$D21dWa^xk)hTM!k#~h{sZxKg z1b|DpRM=cPCF)KG2(<#5iN0;V>=IYO(VeTQWj0c^hs8m-c@K*NlTx(fHF&70!X^>a z9m^>{`PH?}mO}M`N>J1=B3ZErbPyx*yvR)_{%;j0F~SE`Gn`vM-9BK4F;ibYr!{m&O{{ zg!R7~*;?kH`ovUKWj5+b$e_B#O^>>yxueL19xDLV3U;@7x6LC^E4*l-2oT}rz&#k{ zHNEaFdRT#(@NENOyv3p3{p={om0Me&T(x{0k~X#REzS(X!Iw+vWCyiGjXdq1y;CJx EwDX1v4gdfE literal 0 HcmV?d00001 diff --git a/sudo.changes b/sudo.changes index deda10a..356b2aa 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Dec 21 17:13:59 UTC 2020 - Kristyna Streitova + +- Update to 1.9.4p2 + * Fixed a bug introduced in sudo 1.9.4p1 which could lead to a crash + if the sudoers file contains a runas user-specific Defaults entry. + Bug #951. + +- News in 1.9.4p1 + * Fixed a regression introduced in version 1.9.4 where sudo would + not build when configured using the --without-sendmail option. + Bug #947. + * Fixed a problem where if I/O logging was disabled and sudo was + unable to connect to sudo_logsrvd, the command would still be + allowed to run even when the "ignore_logfile_errors" sudoers + option was enabled. + * Fixed a crash introduced in version 1.9.4 when attempting to run + a command as a non-existent user. Bug #948. + * The installed sudo.conf file now has the default sudoers Plugin + lines commented out. This fixes a potential conflict when there + is both a system-installed version of sudo and a user-installed + version. GitHub issue #75. + * Fixed a regression introduced in sudo 1.9.4 where sudo would run + the command as a child process even when a pseudo-terminal was + not in use and the "pam_session" and "pam_setcred" options were + disabled. GitHub issue #76. + * Fixed a regression introduced in sudo 1.8.9 where the "closefrom" + sudoers option could not be set to a value of 3. Bug #950. + ------------------------------------------------------------------- Mon Nov 30 17:36:19 UTC 2020 - Kristyna Streitova diff --git a/sudo.spec b/sudo.spec index 6dc4893..1dc0b90 100644 --- a/sudo.spec +++ b/sudo.spec @@ -22,7 +22,7 @@ %define use_usretc 1 %endif Name: sudo -Version: 1.9.4 +Version: 1.9.4p2 Release: 0 Summary: Execute some commands as root License: ISC