Accepting request 1134033 from home:ohollmann:branches:Base:System
- For existing products (SLE15-SP* and older) keep using /etc and don't switch to /usr/etc. So only SLES16/ALP, Tumbleweed and newer products will use both /etc and /usr/etc locations. - Update to 1.9.15p4: * Fixed a bug introduced in sudo 1.9.15 that could prevent a user’s privileges from being listed by sudo -l if the sudoers entry in /etc/nsswitch.conf contains [SUCCESS=return]. This did not affect the ability to run commands via sudo. Bug #1063. - Update to 1.9.15p3: * Always disable core dumps when sudo sends itself a fatal signal. Fixes a problem where sudo could potentially dump core dump when it re-sends the fatal signal to itself. This is only an issue if the command * received a signal that would normally result in a core dump but the command did not actually dump core. * Fixed a bug matching a command with a relative path name when the sudoers rule uses shell globbing rules for the path name. Bug #1062. * Permit visudo to be run even if the local host name is not set. GitHub issue #332. * Fixed an editing error introduced in sudo 1.9.15 that could prevent sudoreplay from replaying sessions correctly. GitHub issue #334. * Fixed a bug introduced in sudo 1.9.15 where sudo -l > /dev/null could hang on Linux systems. GitHub issue #335. * Fixed a bug introduced in sudo 1.9.15 where Solaris privileges specified in sudoers were not applied to the command being run. OBS-URL: https://build.opensuse.org/request/show/1134033 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=249
This commit is contained in:
parent
01793c9cfc
commit
1c938f4d97
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:199c0cdbfa7efcfffa9c88684a8e2fb206a62b70a316507e4a91c89c873bbcc8
|
||||
size 5303642
|
Binary file not shown.
3
sudo-1.9.15p4.tar.gz
Normal file
3
sudo-1.9.15p4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532
|
||||
size 5304804
|
BIN
sudo-1.9.15p4.tar.gz.sig
Normal file
BIN
sudo-1.9.15p4.tar.gz.sig
Normal file
Binary file not shown.
32
sudo.changes
32
sudo.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 16:38:55 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
- For existing products (SLE15-SP* and older) keep using /etc and don't
|
||||
switch to /usr/etc. So only SLES16/ALP, Tumbleweed and newer products
|
||||
will use both /etc and /usr/etc locations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 16:26:14 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
- Update to 1.9.15p4:
|
||||
* Fixed a bug introduced in sudo 1.9.15 that could prevent a user’s
|
||||
privileges from being listed by sudo -l if the sudoers entry
|
||||
in /etc/nsswitch.conf contains [SUCCESS=return]. This did not affect the
|
||||
ability to run commands via sudo. Bug #1063.
|
||||
- Update to 1.9.15p3:
|
||||
* Always disable core dumps when sudo sends itself a fatal signal. Fixes a
|
||||
problem where sudo could potentially dump core dump when it re-sends the
|
||||
fatal signal to itself. This is only an issue if the command * received
|
||||
a signal that would normally result in a core dump but the command did
|
||||
not actually dump core.
|
||||
* Fixed a bug matching a command with a relative path name when the sudoers
|
||||
rule uses shell globbing rules for the path name. Bug #1062.
|
||||
* Permit visudo to be run even if the local host name is not set. GitHub
|
||||
issue #332.
|
||||
* Fixed an editing error introduced in sudo 1.9.15 that could prevent
|
||||
sudoreplay from replaying sessions correctly. GitHub issue #334.
|
||||
* Fixed a bug introduced in sudo 1.9.15 where sudo -l > /dev/null could hang
|
||||
on Linux systems. GitHub issue #335.
|
||||
* Fixed a bug introduced in sudo 1.9.15 where Solaris privileges specified
|
||||
in sudoers were not applied to the command being run.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 12:46:00 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%if %{defined _distconfdir}
|
||||
%if %{defined _distconfdir} && 0%{?suse_version} >= 1600
|
||||
%define confdir %{_distconfdir}
|
||||
%define confmode 0444
|
||||
%else
|
||||
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: sudo
|
||||
Version: 1.9.15p2
|
||||
Version: 1.9.15p4
|
||||
Release: 0
|
||||
Summary: Execute some commands as root
|
||||
License: ISC
|
||||
|
Loading…
x
Reference in New Issue
Block a user