From b5ce2d1ecaae3941d2798a1661777cd72a13a4f91bca198a305ff33123cc6581 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 6 Sep 2018 09:28:17 +0000 Subject: [PATCH] Accepting request 633291 from home:mcalabkova:branches:Base:System - Update to 1.8.25 * I/O log timing file entries now use a monotonic timer and include nanosecond precision * when sudo runs a command in a pseudo-tty, the slave device is now closed in the main process immediately after starting the monitor process * the testsudoers utility now supports querying an LDIF-format policy OBS-URL: https://build.opensuse.org/request/show/633291 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=145 --- sudo-1.8.24.tar.gz | 3 --- sudo-1.8.24.tar.gz.sig | Bin 566 -> 0 bytes sudo-1.8.25.tar.gz | 3 +++ sudo-1.8.25.tar.gz.sig | Bin 0 -> 566 bytes sudo.changes | 12 ++++++++++++ sudo.spec | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 sudo-1.8.24.tar.gz delete mode 100644 sudo-1.8.24.tar.gz.sig create mode 100644 sudo-1.8.25.tar.gz create mode 100644 sudo-1.8.25.tar.gz.sig diff --git a/sudo-1.8.24.tar.gz b/sudo-1.8.24.tar.gz deleted file mode 100644 index 7c7c1b8..0000000 --- a/sudo-1.8.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b488557a198ecef30b7ad4011b59a66232dec2364ad956e11d8e17906c225be8 -size 3175719 diff --git a/sudo-1.8.24.tar.gz.sig b/sudo-1.8.24.tar.gz.sig deleted file mode 100644 index 29a57f8bfcbe2d5c5e6fc5f6221015cf50026c058dde3acf9d62e3b774b03d2e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j*#(do>(D>r8Z{nJ~i^uQs`q;UHM0$X?~Cjbfw5UKRQ zAF>7v{i3VSrz8Ds9G#w+$>5sV{(wvXUc+Z`X*{d4dldX01!0Fp!+ zq=q~@uL>+*4(v~rNeB20&0IPPr1U#2r{N=_sEM&n4T9ld?QEDRTr~IS5A$fA*kTwp zws-^bS#jnz}Ti~k6U~= zAAf+zw(_JL&3)Nhbo8+#BX!H*3}bHhdmMWin@F~}Du6iFXN%2D zYC(2FqoBbd;$Ij#(x|?*dFg(^0q2#Arz|fBfD{_}o*LWR>@_PP{K%~>qJLPnGI?}~ zFDRr^CM(4wi=Or=3&Ie49dGc><(!0W(!b)3!9H07Nt@u-o>yhyr2bRA-=NvKubwew zPWzBdA!W3LhBkP+B{^w$%`F?oHIrT&fb`1`rSD-g$3e7dwpx@8=ok`I2|qw$#9~oW zkftux3`?{~Rz*5_{nS4pO%0+Z*4twflV0O_#2rA9ojo-&j#3Y3A`BVsqqg)M*Bpz& Ej=5S19{>OV diff --git a/sudo-1.8.25.tar.gz b/sudo-1.8.25.tar.gz new file mode 100644 index 0000000..b259edf --- /dev/null +++ b/sudo-1.8.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcf0f61f663b4051d4b37a57f2da9d2800182b8c19205edde616fc9d935dc41 +size 3189660 diff --git a/sudo-1.8.25.tar.gz.sig b/sudo-1.8.25.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..454f98547d7c465188540f328c8ee42bb5ea77717ab3d4f9060901f32e84a801 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j*#(do>(D>r8Z{nJ~i^uQs`q;UHM0$YpNE&vJ%5UKRQ zAhqp92Hr>PJkU-ykOw-IPWH;Rk~ArSO+Gn!x$OjR2qT3G#9FY9M6cB>AZ)=*#oXXB|pyh2=&C|8@@5C!(t2 zczZUA=ucK5k_|h}8R;>z4?l2T)t@Gp_D*9I$g18LC%IUTPOAZg(n(;^F**F;Jpl@M ECvqkd>;M1& literal 0 HcmV?d00001 diff --git a/sudo.changes b/sudo.changes index bac6d99..e92d95b 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 5 09:02:35 UTC 2018 - Marketa Calabkova + +- Update to 1.8.25 + * I/O log timing file entries now use a monotonic timer and + include nanosecond precision + * when sudo runs a command in a pseudo-tty, the slave device is + now closed in the main process immediately after starting the + monitor process + * the testsudoers utility now supports querying an LDIF-format + policy + ------------------------------------------------------------------- Tue Aug 21 11:42:45 UTC 2018 - mcalabkova@suse.com diff --git a/sudo.spec b/sudo.spec index 52df647..362892e 100644 --- a/sudo.spec +++ b/sudo.spec @@ -17,7 +17,7 @@ Name: sudo -Version: 1.8.24 +Version: 1.8.25 Release: 0 Summary: Execute some commands as root License: ISC