Rebase sudo to 1.8.27

This commit is contained in:
Radovan Sroka 2019-03-11 12:32:44 +01:00
commit f7de4db3d3
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@
/sudo-1.8.23b3.tar.gz
/sudo-1.8.23.tar.gz
/sudo-1.8.25.tar.gz
/sudo-1.8.27.tar.gz

View file

@ -1 +1 @@
SHA512 (sudo-1.8.25.tar.gz) = f3f0c9e315484e5ba2d535f41ab722881343b1fa299f75cfad456bd41a555d80080369677e62626307df792aeabc29ba450e6f0b9c284ea2cfb8dc5e3568f46d
SHA512 (sudo-1.8.27.tar.gz) = 0480def650ab880ab9e6c51c606a06897fd638f0381e99c038f5aa47d064aaa2fb35b73eee7f86e73185e18d5dbb8b6ba49c616b1785a1edb2dd6d7b2fa4fcac

View file

@ -2,7 +2,7 @@
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.8.25
Version: 1.8.27
Release: 1%{?dist}
License: ISC
Group: Applications/System
@ -199,6 +199,9 @@ EOF
%{_mandir}/man8/sudo_plugin.8*
%changelog
* 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
- rebase sudo to latest stawble version
- install /etc/dnf/protected.d/sudo instead of /etc/yum/protected.d/sudo (1626968)