Hello community, here is the log from the commit of package sudo for openSUSE:Factory checked in at 2020-07-28 17:23:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sudo (Old) and /work/SRC/openSUSE:Factory/.sudo.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sudo" Tue Jul 28 17:23:34 2020 rev:113 rq:822941 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sudo/sudo.changes 2020-07-06 16:14:00.788346045 +0200 +++ /work/SRC/openSUSE:Factory/.sudo.new.3592/sudo.changes 2020-07-28 17:24:06.949821512 +0200 @@ -1,0 +2,16 @@ +Fri Jul 24 08:47:34 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 1.9.2: + * The configure script now uses pkg-config to find the openssl cflags + and libs where possible. + * The contents of the log.json I/O log file is now documented in + the sudoers manual. + * The sudoers plugin now properly exports the sudoers_audit symbol + on systems where the compiler lacks symbol visibility controls. + This caused a regression in 1.9.1 where a successful sudo command + was not logged due to the missing audit plugin. Bug #931. + * Fixed a regression introduced in 1.9.1 that can result in crash + when there is a syntax error in the sudoers file. Bug #934. +- Rebase sudo-sudoers.patch + +------------------------------------------------------------------- Old: ---- sudo-1.9.1.tar.gz sudo-1.9.1.tar.gz.sig New: ---- sudo-1.9.2.tar.gz sudo-1.9.2.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sudo.spec ++++++ --- /var/tmp/diff_new_pack.Hz1bRy/_old 2020-07-28 17:24:08.361823114 +0200 +++ /var/tmp/diff_new_pack.Hz1bRy/_new 2020-07-28 17:24:08.365823118 +0200 @@ -22,7 +22,7 @@ %define use_usretc 1 %endif Name: sudo -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Execute some commands as root License: ISC ++++++ sudo-1.9.1.tar.gz -> sudo-1.9.2.tar.gz ++++++ ++++ 24660 lines of diff (skipped) ++++++ sudo-sudoers.patch ++++++ --- /var/tmp/diff_new_pack.Hz1bRy/_old 2020-07-28 17:24:09.005823845 +0200 +++ /var/tmp/diff_new_pack.Hz1bRy/_new 2020-07-28 17:24:09.005823845 +0200 @@ -67,7 +67,7 @@ ## ## Runas alias specification ## -@@ -84,14 +83,6 @@ root ALL=(ALL) ALL +@@ -84,13 +84,5 @@ ## Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL @@ -80,8 +80,7 @@ -# ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw' - ## Read drop-in files from @sysconfdir@/sudoers.d - ## (the '#' here does not indicate a comment) - #includedir @sysconfdir@/sudoers.d + @includedir @sysconfdir@/sudoers.d Index: sudo-1.8.31/doc/sudoers.mdoc.in =================================================================== --- sudo-1.8.31.orig/doc/sudoers.mdoc.in
