update to latest development version
- fixes CVE-2016-7076
This commit is contained in:
parent
ab266a825d
commit
e07c54ccee
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/sudo-1.8.18rc4.tar.gz
|
||||
/sudo-1.8.18.tar.gz
|
||||
/sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz
|
||||
/sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d4cd80c6adc3224b31213bac2795d1b5 sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz
|
||||
b8b37a13d321c83ab9162be577d51091 sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz
|
||||
|
10
sudo.spec
10
sudo.spec
@ -1,5 +1,5 @@
|
||||
%global gitdate 20160923
|
||||
%global gittag 90e4538c001fbe1b791a11d6a2c37607472fafe5
|
||||
%global gitdate 20161108
|
||||
%global gittag 738c3cbf3e8400bf4a5aeab8966427ff6d630cd2
|
||||
%global shorttag %(c=%{gittag}; echo ${c:0:7})
|
||||
%global user millert
|
||||
%global debug_package %{nil}
|
||||
@ -7,7 +7,7 @@
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.8.19
|
||||
Release: 0.1.%{gitdate}git%{shorttag}%{?dist}
|
||||
Release: 0.2.%{gitdate}git%{shorttag}%{?dist}
|
||||
License: ISC
|
||||
Group: Applications/System
|
||||
URL: http://www.courtesan.com/sudo/
|
||||
@ -198,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/sudo/libsudo_util.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 08 2016 Daniel Kopecek <dkopecek@redhat.com> 1.8.19-0.2.20161108git738c3cb
|
||||
- update to latest development version
|
||||
- fixes CVE-2016-7076
|
||||
|
||||
* Fri Sep 23 2016 Radovan Sroka <rsroka@redhat.com> 1.8.19-0.1.20160923git90e4538
|
||||
- we were not able to update from rc and beta versions to stable one
|
||||
- so this is a new snapshot package which resolves it
|
||||
|
Loading…
Reference in New Issue
Block a user