Package sudo: Information

    Source package: sudo
    Version: 1.9.15p5-alt0.c9f2.1
    Build time:  May 17, 2024, 09:15 PM in the task #348297
    Category: System/Base
    Report package bug
    License: ISC
    Summary: Allows command execution as another user
    Description: 
    Sudo is a program designed to allow a sysadmin to give limited root
    privileges to users and log root activity.  The basic philosophy is
    to give as few privileges as possible but still allow people to get
    their work done.

    List of rpms provided by this srpm:
    sudo (x86_64, ppc64le, i586, armh, aarch64)
    sudo-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    sudo-devel (noarch)
    sudo-python (x86_64, ppc64le, i586, armh, aarch64)
    sudo-python-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Alexander Danilov


      1. /usr/bin/nroff
      2. flex
      3. libaudit-devel
      4. libcap-devel
      5. libpam-devel
      6. libselinux-devel
      7. perl-podlators
      8. python3-dev

    Last changed


    May 17, 2024 Alexander Danilov 1:1.9.15p5-alt0.c9f2.1
    - Backport to c9f2.
    Jan. 4, 2024 Evgeny Sinelnikov 1:1.9.15p5-alt1
    - Update to latest stable bugfix release:
     + Fixed evaluation of the "lecture", "listpw", "verifypw", and "fdexec"
       sudoers Defaults settings when used without an explicit value.
     + Sudo will now transparently rename a user's lecture file from
       the older name-based path to the newer user-ID-based path.
     + Memory allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails.
    Dec. 23, 2023 Evgeny Sinelnikov 1:1.9.15p4-alt1
    - Update to stable release with fixing regression to change in sudo 1.9.15.
     + Bug that could prevent a user's privileges from being listed by "sudo -l"
       if the sudoers entry in /etc/nsswitch.conf contains "[SUCCESS=return]".