Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d648b83c6 |
||
|
|
3aea6ea362 |
||
|
|
b5fb789bd7 | ||
|
|
1646dff547 | ||
|
|
35227978c2 |
3 changed files with 31 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -16,3 +16,8 @@
|
||||||
/sudo-1.8.23.tar.gz
|
/sudo-1.8.23.tar.gz
|
||||||
/sudo-1.8.25.tar.gz
|
/sudo-1.8.25.tar.gz
|
||||||
/sudo-1.8.25p1.tar.gz
|
/sudo-1.8.25p1.tar.gz
|
||||||
|
/sudo-1.8.27.tar.gz
|
||||||
|
/sudo-1.8.28.tar.gz
|
||||||
|
/sudo-1.8.28p1.tar.gz
|
||||||
|
/sudo-1.8.29.tar.gz
|
||||||
|
/sudo-1.8.31p1.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (sudo-1.8.25p1.tar.gz) = b1445be688d3c1dd7efbdfab68977a7a9b6fd6887191dc99ca717117eec0a550492642556cd55ca5873d054ddc5ccc2b87b2c34602e1ffc729ab6fbc4e523a72
|
SHA512 (sudo-1.8.31p1.tar.gz) = 9344fd1d8a8445e8afb9c5628cdc832fe32ea29199f071f35fb6ec694371801556df560f4382afec199f468b1f3264ad5e3a89e964612e571b8d911f823724cc
|
||||||
|
|
|
||||||
27
sudo.spec
27
sudo.spec
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.8.25p1
|
Version: 1.8.31p1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
Source0: https://www.sudo.ws/dist/%{name}-%{version}.tar.gz
|
Source0: https://www.sudo.ws/dist/%{name}-%{version}.tar.gz
|
||||||
|
|
@ -196,6 +196,29 @@ EOF
|
||||||
%{_mandir}/man8/sudo_plugin.8*
|
%{_mandir}/man8/sudo_plugin.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 27 2020 Attila Lakatos <alakatos@redhat.com> - 1.8.31p1-1
|
||||||
|
- rebase to 1.8.31p1
|
||||||
|
- fix setrlimit(RLIMIT_CORE) rootless container warnings
|
||||||
|
Resolves: rhbz#1773148
|
||||||
|
|
||||||
|
* Mon Nov 11 2019 Radovan Sroka <rsroka@redhat.com> - 1.8.29-1
|
||||||
|
- rebase to 1.8.29
|
||||||
|
Resolves: rhbz#1766233
|
||||||
|
|
||||||
|
* Tue Oct 22 2019 Radovan Sroka <rsroka@redhat.com> - 1.8.28p1-1
|
||||||
|
- rebase to 1.8.28p1
|
||||||
|
Resolves: rhbz#1762350
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.25p1-2
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.25p1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue