import UBI sudo-1.9.5p2-13.el9
This commit is contained in:
parent
a2be811f01
commit
3db170bd4d
@ -1,7 +1,7 @@
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.9.5p2
|
||||
Release: 10%{?dist}.2
|
||||
Release: 13%{?dist}
|
||||
License: ISC
|
||||
URL: https://www.sudo.ws
|
||||
|
||||
@ -47,8 +47,8 @@ Patch17: sudo-1.9.13-CVE-2023-28486-7-9.patch
|
||||
Patch18: linker.patch
|
||||
|
||||
Patch19: sudo-1.9.15-CVE-2023-42465.patch
|
||||
Patch20: sudo-1.9.17-CVE-2025-32462.patch
|
||||
Patch21: sudo-separator.patch
|
||||
Patch20: sudo-separator.patch
|
||||
Patch21: sudo-1.9.17-CVE-2025-32462.patch
|
||||
|
||||
%description
|
||||
Sudo (superuser do) allows a system administrator to give certain
|
||||
@ -102,9 +102,9 @@ BuildRequires: python3-devel
|
||||
|
||||
%patch -P 18 -p1 -b .linker
|
||||
%patch -P 19 -p1 -b .rowhammer
|
||||
%patch -P 20 -p1 -b .cve-host
|
||||
%patch -P 20 -p1 -b .separator
|
||||
%patch -P 21 -p1 -b .cve-host
|
||||
|
||||
%patch -P 21 -p1 -b .separator
|
||||
|
||||
%build
|
||||
# Remove bundled copy of zlib
|
||||
@ -279,15 +279,12 @@ EOF
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/python_plugin.so
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2025 Stepan Broz <sbroz@redhat.com> - 1.9.5p2-10.2
|
||||
RHEL: 9.6.0.Z ERRATUM
|
||||
* Fri Apr 25 2025 Radovan Sroka <rsroka@redhat.com> - 1.9.5p2-13
|
||||
RHEL: 9.7.0 ERRATUM
|
||||
- sudo missing spacing and separator in log when using "--preserve-env=list"
|
||||
Resolves: RHEL-105595
|
||||
|
||||
* Wed Jun 25 2025 Radovan Sroka <rsroka@redhat.com> - 1.9.5p2-10.1
|
||||
RHEL 9.6.0.Z ERRATUM
|
||||
Resolves: RHEL-71916
|
||||
- CVE-2025-32462 sudo: LPE via host option
|
||||
Resolves: RHEL-100016
|
||||
Resolves: RHEL-100020
|
||||
|
||||
* Mon Jan 22 2024 Radovan Sroka <rsroka@redhat.com> - 1.9.5p2-10
|
||||
RHEL 9.3.0.Z ERRATUM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user