diff --git a/.gitignore b/.gitignore index fcf29d5..6be906d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sudo-1.8.18rc2.tar.gz /sudo-1.8.18rc4.tar.gz /sudo-1.8.18.tar.gz +/sudo-1.8.18p1.tar.gz diff --git a/sources b/sources index 9410aa8..4136fe2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1201904fd9144ea5e7cd9496fcbbc64 sudo-1.8.18.tar.gz +28f5214d5bcb5af5710decb95184a0a6 sudo-1.8.18p1.tar.gz diff --git a/sudo.spec b/sudo.spec index a6a7517..0d08b35 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,6 +1,6 @@ Summary: Allows restricted root access for specified users Name: sudo -Version: 1.8.18 +Version: 1.8.18p1 Release: 1%{?dist} License: ISC Group: Applications/System @@ -189,6 +189,10 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/sudo/libsudo_util.so %changelog +* Tue Nov 08 2016 Daniel Kopecek 1.8.18p1-1 +- update to 1.8.18p1 +- fixes CVE-2016-7076 + * Wed Sep 21 2016 Radovan Sroka 1.8.18-1 - update to 1.8.18 - dropped sudo-1.8.14p1-ldapconfpatch.patch