Accepting request 636351 from home:mcalabkova:branches:Base:System
- Update to 1.8.25p1 * Fixed a bug introduced in sudo 1.8.25 that caused a crash on systems that have the poll() function but not the ppoll() function OBS-URL: https://build.opensuse.org/request/show/636351 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=147
This commit is contained in:
parent
b5ce2d1eca
commit
9924b7e357
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dcf0f61f663b4051d4b37a57f2da9d2800182b8c19205edde616fc9d935dc41
|
||||
size 3189660
|
Binary file not shown.
3
sudo-1.8.25p1.tar.gz
Normal file
3
sudo-1.8.25p1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc99c7a7d37a0ab938410995c133e15d6afb970c2c66f9264fe36d20c89195b
|
||||
size 3189951
|
BIN
sudo-1.8.25p1.tar.gz.sig
Normal file
BIN
sudo-1.8.25p1.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 09:38:57 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 1.8.25p1
|
||||
* Fixed a bug introduced in sudo 1.8.25 that caused a crash on
|
||||
systems that have the poll() function but not the ppoll()
|
||||
function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 09:02:35 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
26
sudo.spec
26
sudo.spec
@ -12,17 +12,17 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: sudo
|
||||
Version: 1.8.25
|
||||
Version: 1.8.25p1
|
||||
Release: 0
|
||||
Summary: Execute some commands as root
|
||||
License: ISC
|
||||
Group: System/Base
|
||||
Url: https://www.sudo.ws/
|
||||
URL: https://www.sudo.ws/
|
||||
Source0: https://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz
|
||||
Source1: https://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz.sig
|
||||
Source2: %{name}.keyring
|
||||
@ -148,15 +148,15 @@ chmod 0440 %{_sysconfdir}/sudoers
|
||||
%files -f %{name}.lang
|
||||
%license doc/LICENSE
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_mandir}/man1/cvtsudoers.1%{ext_man}
|
||||
%{_mandir}/man5/sudoers.5%{ext_man}
|
||||
%{_mandir}/man5/sudo.conf.5%{ext_man}
|
||||
%{_mandir}/man5/sudoers.ldap.5%{ext_man}
|
||||
%{_mandir}/man5/sudoers_timestamp.5%{ext_man}
|
||||
%{_mandir}/man8/sudo.8%{ext_man}
|
||||
%{_mandir}/man8/sudoedit.8%{ext_man}
|
||||
%{_mandir}/man8/sudoreplay.8%{ext_man}
|
||||
%{_mandir}/man8/visudo.8%{ext_man}
|
||||
%{_mandir}/man1/cvtsudoers.1%{?ext_man}
|
||||
%{_mandir}/man5/sudoers.5%{?ext_man}
|
||||
%{_mandir}/man5/sudo.conf.5%{?ext_man}
|
||||
%{_mandir}/man5/sudoers.ldap.5%{?ext_man}
|
||||
%{_mandir}/man5/sudoers_timestamp.5%{?ext_man}
|
||||
%{_mandir}/man8/sudo.8%{?ext_man}
|
||||
%{_mandir}/man8/sudoedit.8%{?ext_man}
|
||||
%{_mandir}/man8/sudoreplay.8%{?ext_man}
|
||||
%{_mandir}/man8/visudo.8%{?ext_man}
|
||||
|
||||
%config(noreplace) %attr(0440,root,root) %{_sysconfdir}/sudoers
|
||||
%dir %{_sysconfdir}/sudoers.d
|
||||
@ -185,7 +185,7 @@ chmod 0440 %{_sysconfdir}/sudoers
|
||||
%files devel
|
||||
%doc plugins/sample/sample_plugin.c
|
||||
%{_includedir}/sudo_plugin.h
|
||||
%{_mandir}/man8/sudo_plugin.8*
|
||||
%{_mandir}/man8/sudo_plugin.8%{?ext_man}
|
||||
%attr(0644,root,root) %{_libexecdir}/%{name}/libsudo_util.so
|
||||
%{_libexecdir}/%{name}/*.la
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user