From 8540c7922732cc8d4e0c2788df11652e61300759d8d420aafefecb3f807ab48b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 15 May 2014 17:33:09 +0000 Subject: [PATCH] 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 --- sudo-1.8.10p1.tar.gz | 3 --- sudo-1.8.10p3.tar.gz | 3 +++ sudo.changes | 20 ++++++++++++++++++++ sudo.spec | 5 ++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 sudo-1.8.10p1.tar.gz create mode 100644 sudo-1.8.10p3.tar.gz diff --git a/sudo-1.8.10p1.tar.gz b/sudo-1.8.10p1.tar.gz deleted file mode 100644 index 5815c85..0000000 --- a/sudo-1.8.10p1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0426b315c6e9d470b6fdb8d6afa6d924332c1ad24c8303f6b52e81fa1f32fb -size 2260994 diff --git a/sudo-1.8.10p3.tar.gz b/sudo-1.8.10p3.tar.gz new file mode 100644 index 0000000..9813089 --- /dev/null +++ b/sudo-1.8.10p3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eda135fa68163108f1c24de6975de5ddb09d75730bb62d6390bda7b04345400 +size 2262370 diff --git a/sudo.changes b/sudo.changes index db2ba54..49e0b31 100644 --- a/sudo.changes +++ b/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 diff --git a/sudo.spec b/sudo.spec index 452a6fd..363c05b 100644 --- a/sudo.spec +++ b/sudo.spec @@ -17,7 +17,7 @@ Name: sudo -Version: 1.8.10p1 +Version: 1.8.10p3 Release: 0 Summary: Execute some commands as root License: ISC @@ -31,7 +31,6 @@ Source4: README_313276.test Patch0: sudoers2ldif-env.patch # PATCH-OPENSUSE: the "SUSE" branding of the default sudo config Patch1: sudo-sudoers.patch -# PATCH-FIX-UPSTREAM: fixes 64bit-portability-issue ./sssd.c:829; sent upstream BuildRequires: audit-devel BuildRequires: groff 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 %{SOURCE4} %{buildroot}/var/lib/tests/sudo 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 chmod 0440 %{_sysconfdir}/sudoers