SHA256
1
0
forked from pool/sudo

- updated to 1.7.2p4

* Fixed the expansion of the %h escape in #include file names
    introduced in sudo 1.7.1.
  * Fixed a a bug where the negation operator in a Cmnd_List
    was not being honored.
  * No longer produce a parse error when #includedir references
    a directory that contains no valid filenames.
  * The sudo.man.pl and sudoers.man.pl files are now included
    in the distribution for people who wish to regenerate the man pages.
  * Fixed the emulation of krb5_get_init_creds_opt_alloc() for MIT kerberos.
  * When authenticating via PAM, set PAM_RUSER and PAM_RHOST early
    so they can be used during authentication.
  * Fix printing of entries with multiple host entries on
    a single line.
  * Fix use after free when sending error messages via email.
  * Use setrlimit64(), if available, instead of setrlimit()
    when setting AIX resource limits since rlim_t is 32bits.
  * Fix size arg when realloc()ing include stack.
  * Avoid a duplicate fclose() of the sudoers file.
  * Fix a bug that could allow users with permission to run sudoedit
    to run arbitrary commands.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=7
This commit is contained in:
Pavol Rusnak 2010-02-24 16:24:47 +00:00 committed by Git OBS Bridge
parent 8d4a5dcf80
commit f256dfb750
2 changed files with 2 additions and 2 deletions

0
ready Normal file
View File

View File

@ -1,5 +1,5 @@
#
# spec file for package sudo (Version 1.7.2p4)
# spec file for package sudo (Version 1.7.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@ BuildRequires: openldap2-devel pam-devel postfix
BuildRequires: libselinux-devel
PreReq: coreutils
Version: 1.7.2p4
Release: 1
Release: 2
Group: System/Base
License: BSD3c(or similar)
Url: http://www.sudo.ws/