Rebase to 1.8.28

Resolves: rhbz#1761533

- fixes CVE-2019-14287
- Privilege escalation via 'Runas' specification with 'ALL' keyword
  Resolves: rhbz#1761584
This commit is contained in:
Radovan Sroka 2019-10-15 15:15:35 +02:00
parent f7de4db3d3
commit f48ef1ee0a
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/sudo-1.8.23.tar.gz
/sudo-1.8.25.tar.gz
/sudo-1.8.27.tar.gz
/sudo-1.8.28.tar.gz

View File

@ -1 +1 @@
SHA512 (sudo-1.8.27.tar.gz) = 0480def650ab880ab9e6c51c606a06897fd638f0381e99c038f5aa47d064aaa2fb35b73eee7f86e73185e18d5dbb8b6ba49c616b1785a1edb2dd6d7b2fa4fcac
SHA512 (sudo-1.8.28.tar.gz) = 09e589cdfd18d7c43b0859a0e11c008b3cb995ae4f8c89c717c5242db9e5696361eb574ebe74a0b5316afffb3a8037f7a7f3c249176e8ed9caffeb4cd860ddc7

View File

@ -2,7 +2,7 @@
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.8.27
Version: 1.8.28
Release: 1%{?dist}
License: ISC
Group: Applications/System
@ -199,7 +199,14 @@ EOF
%{_mandir}/man8/sudo_plugin.8*
%changelog
* Mon Mar 11 2019 Radovan Sroka <rsroka@redhat.com> 1.8.27-1
* Tue Oct 15 2019 Radovan Sroka <rsroka@redhat.com> - 1.8.28-1
- rebase to 1.8.28
Resolves: rhbz#1761533
- fixes CVE-2019-14287
- Privilege escalation via 'Runas' specification with 'ALL' keyword
Resolves: rhbz#1761584
* Mon Mar 11 2019 Radovan Sroka <rsroka@redhat.com> - 1.8.27-1
- rebase sudo to 1.8.27
* Mon Sep 10 2018 Radovan Sroka <rsroka@redhat.com> 1.8.25-1