Accepting request 822654 from home:polslinux:branches:Base:System
- 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
OBS-URL: https://build.opensuse.org/request/show/822654
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=177
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 08:47:34 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 29 14:07:41 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
+2
-3
@@ -67,7 +67,7 @@ Index: sudo-1.8.31/plugins/sudoers/sudoers.in
|
||||
##
|
||||
## 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 @@ Index: sudo-1.8.31/plugins/sudoers/sudoers.in
|
||||
-# 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
|
||||
|
||||
Reference in New Issue
Block a user