update to 1.8.12
- fixes CVE-2014-9680
This commit is contained in:
parent
7719973d9b
commit
200fa94028
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ sudo-1.7.2p2-sudoers
|
|||||||
/sudo-1.8.8-sudoers
|
/sudo-1.8.8-sudoers
|
||||||
/sudo-1.8.11.tar.gz
|
/sudo-1.8.11.tar.gz
|
||||||
/sudo-1.8.11p2.tar.gz
|
/sudo-1.8.11p2.tar.gz
|
||||||
|
/sudo-1.8.12.tar.gz
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
775b863cdff3a2ee2a26c2d53b51aff5 sudo-1.8.8-sudoers
|
775b863cdff3a2ee2a26c2d53b51aff5 sudo-1.8.8-sudoers
|
||||||
84012b4871b6c775c957cd310d5bad87 sudo-1.8.11p2.tar.gz
|
87558f3a55c62bc9244b19594f103ffa sudo-1.8.12.tar.gz
|
||||||
|
12
sudo.spec
12
sudo.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.8.11p2
|
Version: 1.8.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -28,8 +28,6 @@ BuildRequires: zlib-devel
|
|||||||
Patch1: sudo-1.6.7p5-strip.patch
|
Patch1: sudo-1.6.7p5-strip.patch
|
||||||
# Patch to read ldap.conf more closely to nss_ldap
|
# Patch to read ldap.conf more closely to nss_ldap
|
||||||
Patch2: sudo-1.8.11b4-ldapconfpatch.patch
|
Patch2: sudo-1.8.11b4-ldapconfpatch.patch
|
||||||
# Don't exit if audit is not supported by the kernel
|
|
||||||
Patch3: sudo-1.8.11p2-auditfix.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sudo (superuser do) allows a system administrator to give certain
|
Sudo (superuser do) allows a system administrator to give certain
|
||||||
@ -56,7 +54,6 @@ plugins that use %{name}.
|
|||||||
|
|
||||||
%patch1 -p1 -b .strip
|
%patch1 -p1 -b .strip
|
||||||
%patch2 -p1 -b .ldapconfpatch
|
%patch2 -p1 -b .ldapconfpatch
|
||||||
%patch3 -p1 -b .auditfix
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Remove bundled copy of zlib
|
# Remove bundled copy of zlib
|
||||||
@ -110,6 +107,9 @@ chmod -x $RPM_BUILD_ROOT%{_pkgdocdir}/sudoers2ldif
|
|||||||
# Don't package LICENSE as a doc
|
# Don't package LICENSE as a doc
|
||||||
rm -rf $RPM_BUILD_ROOT%{_pkgdocdir}/LICENSE
|
rm -rf $RPM_BUILD_ROOT%{_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
# Remove examples; Examples can be found in man pages too.
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/examples/sudo
|
||||||
|
|
||||||
%find_lang sudo
|
%find_lang sudo
|
||||||
%find_lang sudoers
|
%find_lang sudoers
|
||||||
|
|
||||||
@ -185,6 +185,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0644,root,root) %{_libexecdir}/sudo/*.la
|
%attr(0644,root,root) %{_libexecdir}/sudo/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 18 2015 Daniel Kopecek <dkopecek@redhat.com> - 1.8.12
|
||||||
|
- update to 1.8.12
|
||||||
|
- fixes CVE-2014-9680
|
||||||
|
|
||||||
* Mon Nov 3 2014 Daniel Kopecek <dkopecek@redhat.com> - 1.8.11p2-1
|
* Mon Nov 3 2014 Daniel Kopecek <dkopecek@redhat.com> - 1.8.11p2-1
|
||||||
- update to 1.8.11p2
|
- update to 1.8.11p2
|
||||||
- added patch to fix upstream bug #671 -- exiting immediately
|
- added patch to fix upstream bug #671 -- exiting immediately
|
||||||
|
Loading…
Reference in New Issue
Block a user