Accepting request 1136065 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1136065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=151
This commit is contained in:
commit
5972673ac8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532
|
|
||||||
size 5304804
|
|
Binary file not shown.
BIN
sudo-1.9.15p5.tar.gz
(Stored with Git LFS)
Normal file
BIN
sudo-1.9.15p5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sudo-1.9.15p5.tar.gz.sig
Normal file
BIN
sudo-1.9.15p5.tar.gz.sig
Normal file
Binary file not shown.
15
sudo.changes
15
sudo.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 2 07:18:04 UTC 2024 - Otto Hollmann <otto.hollmann@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.9.15p5:
|
||||||
|
* Fixed evaluation of the lecture, listpw, verifypw, and fdexec sudoers
|
||||||
|
Defaults settings when used without an explicit value. Previously, if
|
||||||
|
specified without a value they were evaluated as boolean false, even when
|
||||||
|
the negation operator ('!') was not present.
|
||||||
|
* Fixed a bug introduced in sudo 1.9.14 that prevented LDAP netgroup queries
|
||||||
|
using the NETGROUP_BASE setting from being performed.
|
||||||
|
* Sudo will now transparently rename a user's lecture file from the older
|
||||||
|
name-based path to the newer user-ID-based path. GitHub issue #342.
|
||||||
|
* Fixed a bug introduced in sudo 1.9.15 that could cause a memory allocation
|
||||||
|
failure if sysconf(_SC_LOGIN_NAME_MAX) fails. Bug #1066.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 18 16:38:55 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
Mon Dec 18 16:38:55 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sudo
|
# spec file for package sudo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.9.15p4
|
Version: 1.9.15p5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Execute some commands as root
|
Summary: Execute some commands as root
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user