Accepting request 98778 from home:vitezslav_cizek:branches:Base:System

- update to sudo-1.8.3p1 
  * Fixed a crash in the monitor process on Solaris when NOPASSWD
    was specified or when authentication was disabled.
  * Fixed matching of a Runas_Alias in the group section of a Runas_Spec.

OBS-URL: https://build.opensuse.org/request/show/98778
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=33
This commit is contained in:
Vítězslav Čížek 2012-01-04 17:06:35 +00:00 committed by Git OBS Bridge
parent 7a585a77e0
commit f3f2cd6ff6
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff1fcc410c5465063ee4912912e29936ea39f017d9a8a57ec76b0ded71b7c3c4
size 1536180

3
sudo-1.8.3p1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a22635bc5a0a84df273a893c624d45f628c78668317c5bc442dac11db55bb82
size 1536465

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 4 16:54:23 UTC 2012 - vcizek@suse.com
- update to sudo-1.8.3p1
* Fixed a crash in the monitor process on Solaris when NOPASSWD
was specified or when authentication was disabled.
* Fixed matching of a Runas_Alias in the group section of a Runas_Spec.
-------------------------------------------------------------------
Wed Dec 28 06:45:07 UTC 2011 - aj@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package sudo
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,13 @@
#
Name: sudo
Version: 1.8.3
Release: 1
License: BSD-3-Clause
Version: 1.8.3p1
Release: 0
Summary: Execute some commands as root
Url: http://www.sudo.ws/
License: BSD-3-Clause
Group: System/Base
Url: http://www.sudo.ws/
Source0: http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz
Source1: sudo.pamd
Source2: README.SUSE
@ -47,7 +46,6 @@ given time N (where N is defined at installation and is set to 5
minutes by default).
%package devel
License: BSD-3-Clause
Summary: Header files needed for sudo plugin development
Group: Development/Libraries/C and C++