From f256dfb750f4bf7cb09c0554e3e60ba533c907fc8e8e159479be7bc13b20040f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 24 Feb 2010 16:24:47 +0000 Subject: [PATCH] - 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 --- ready | 0 sudo.spec | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 ready diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/sudo.spec b/sudo.spec index ec39482..5d3c2f2 100644 --- a/sudo.spec +++ b/sudo.spec @@ -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/