Accepting request 234191 from home:vitezslav_cizek:branches:Base:System
- update to 1.8.10p3 * Fixed expansion of the %p escape in the prompt for "sudo -l" when rootpw, runaspw or targetpw is set. Bug #639. * Fixed matching of uids and gids which was broken in version 1.8.9 * PAM credential initialization has been re-enabled. It was unintentionally disabled by default in version 1.8.8. The way credentials are initialized has also been fixed. Bug #642. * Fixed a descriptor leak on Linux when determing boot time. Sudo normally closes extra descriptors before running a command so the impact is limited. Bug #645. * Fixed flushing of the last buffer of data when I/O logging is enabled. This bug, introduced in version 1.8.9, could cause incomplete command output on some systems. Bug #646. * Fixed a hang introduced in sudo 1.8.10 when timestamp_timeout is set to zero. Bug #638. - don't install test LICENSE with executable perms OBS-URL: https://build.opensuse.org/request/show/234191 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=73
This commit is contained in:
parent
c78d53b990
commit
8540c79227
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc0426b315c6e9d470b6fdb8d6afa6d924332c1ad24c8303f6b52e81fa1f32fb
|
|
||||||
size 2260994
|
|
3
sudo-1.8.10p3.tar.gz
Normal file
3
sudo-1.8.10p3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6eda135fa68163108f1c24de6975de5ddb09d75730bb62d6390bda7b04345400
|
||||||
|
size 2262370
|
20
sudo.changes
20
sudo.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 15 13:00:31 UTC 2014 - vcizek@suse.com
|
||||||
|
|
||||||
|
- update to 1.8.10p3
|
||||||
|
* Fixed expansion of the %p escape in the prompt for "sudo -l"
|
||||||
|
when rootpw, runaspw or targetpw is set. Bug #639.
|
||||||
|
* Fixed matching of uids and gids which was broken in version 1.8.9
|
||||||
|
* PAM credential initialization has been re-enabled. It was
|
||||||
|
unintentionally disabled by default in version 1.8.8. The way
|
||||||
|
credentials are initialized has also been fixed. Bug #642.
|
||||||
|
* Fixed a descriptor leak on Linux when determing boot time. Sudo
|
||||||
|
normally closes extra descriptors before running a command so
|
||||||
|
the impact is limited. Bug #645.
|
||||||
|
* Fixed flushing of the last buffer of data when I/O logging is
|
||||||
|
enabled. This bug, introduced in version 1.8.9, could cause
|
||||||
|
incomplete command output on some systems. Bug #646.
|
||||||
|
* Fixed a hang introduced in sudo 1.8.10 when timestamp_timeout
|
||||||
|
is set to zero. Bug #638.
|
||||||
|
- don't install test LICENSE with executable perms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 14 14:46:59 UTC 2014 - vcizek@suse.com
|
Fri Mar 14 14:46:59 UTC 2014 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.8.10p1
|
Version: 1.8.10p3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Execute some commands as root
|
Summary: Execute some commands as root
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -31,7 +31,6 @@ Source4: README_313276.test
|
|||||||
Patch0: sudoers2ldif-env.patch
|
Patch0: sudoers2ldif-env.patch
|
||||||
# PATCH-OPENSUSE: the "SUSE" branding of the default sudo config
|
# PATCH-OPENSUSE: the "SUSE" branding of the default sudo config
|
||||||
Patch1: sudo-sudoers.patch
|
Patch1: sudo-sudoers.patch
|
||||||
# PATCH-FIX-UPSTREAM: fixes 64bit-portability-issue ./sssd.c:829; sent upstream
|
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -125,7 +124,7 @@ install -d -m 755 %{buildroot}/var/lib/tests/sudo
|
|||||||
install -m 755 %{SOURCE3} %{buildroot}/var/lib/tests/sudo
|
install -m 755 %{SOURCE3} %{buildroot}/var/lib/tests/sudo
|
||||||
install -m 755 %{SOURCE4} %{buildroot}/var/lib/tests/sudo
|
install -m 755 %{SOURCE4} %{buildroot}/var/lib/tests/sudo
|
||||||
install -d %{buildroot}%{_docdir}/%{name}-test
|
install -d %{buildroot}%{_docdir}/%{name}-test
|
||||||
install -m 755 %{buildroot}%{_docdir}/%{name}/LICENSE %{buildroot}%{_docdir}/%{name}-test/LICENSE
|
install -m 644 %{buildroot}%{_docdir}/%{name}/LICENSE %{buildroot}%{_docdir}/%{name}-test/LICENSE
|
||||||
|
|
||||||
%post
|
%post
|
||||||
chmod 0440 %{_sysconfdir}/sudoers
|
chmod 0440 %{_sysconfdir}/sudoers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user