Accepting request 1134040 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1134040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=150
This commit is contained in:
Ana Guerrero 2023-12-20 20:01:05 +00:00 committed by Git OBS Bridge
commit b73b192ac9
6 changed files with 37 additions and 5 deletions

View File

@ -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
View 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

Binary file not shown.

View File

@ -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 users
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>

View File

@ -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