sudo 1.9.10-3ubuntu1 source package in Ubuntu
Changelog
sudo (1.9.10-3ubuntu1) kinetic; urgency=medium * Merge from Debian unstable. Remaining changes: - debian/control: + Build-Conflicts on fakeroot (<< 1.25.3-1.1ubuntu1) - debian/sudo[-ldap].manpages: install man/man8/sudo_root.8 - debian/sudo[-ldap].init: delete init scripts, as they are no longer necessary. - debian/etc/pam.d/sudo[-i]: + Use pam_env to read /etc/environment and /etc/default/locale environment files. Reading ~/.pam_environment is not permitted due to security reasons. - debian/etc/sudoers: + also grant admin group sudo access + include /snap/bin in the secure_path - debian/tests/control: 03-getroot-ldap: + allow removal of 'sudo' in autopkgtest (SUDO_FORCE_REMOVE=yes) * Dropped changes (applied in Debian): - debian/rules: + compile with --without-lecture --with-tty-tickets --enable-admin-flag * Add XDG_CURRENT_DESKTOP to initial_keepenv_table for Qt to determine the correct theme (LP: #1958055) sudo (1.9.10-3) unstable; urgency=medium * some changes to 03-getroot-ldap autopkgtest to find out about ppc64el failure sudo (1.9.10-2) unstable; urgency=medium * upload to unstable (fixed autopkgtest is needed to allow adduser to migrate) sudo (1.9.10-1) experimental; urgency=medium * new upstream version * unverified upstream changelog * implement workaround if /proc/self/stat is invalid. (Closes: #940533) * Fix compilation problem on kFreeBSD. (Closes: #1004909) (different fix than the Debian patch, disable Debian patch) * get rid of e-mails "problem with defaults entries" in sss configurations. (Closes: #793660) * regular expression support for sudoers. (Closes: #945366) * handle /proc/self/fd in qemu. * Apply Upstream Patch to allow test suite with non-english LANG https://bugzilla.sudo.ws/show_bug.cgi?id=1025 * Apply Upstream Patch to allow test suite with faketime * re-introduce MVPROG patch that got lost in dh migration. Thanks to Vagrant Cascadian (Closes: #976307) * revert back to directly shipping the mask symlink in the package. Thanks to Michael Biebl (Closes: #1004730) * adopt configure changes from Ubuntu --without-lecture --with-tty-tickets --enable-admin-flag (Closes: #1006273) * fix wrong handling of --with-systemd-tmpfiles.d * bring OPTIONS up to date. * have upstream install docs directly to correct directory * let debhelper handle the upstream changelog * remove LICENSE.md in both packages * autopkgtest: send deluser stderr to null in cleanup * Add cron to autopkgtest 03-getroot-ldap dependencies * improve lintian overrides -- Benjamin Drung <email address hidden> Wed, 03 Aug 2022 10:45:04 +0200
Upload details
- Uploaded by:
- Benjamin Drung
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sudo_1.9.10.orig.tar.gz | 4.3 MiB | 44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4 |
sudo_1.9.10.orig.tar.gz.asc | 566 bytes | 0aae259dc5cb2b02301ad8d57dde7021e3a771ed1665314c0f3305401409b57e |
sudo_1.9.10-3ubuntu1.debian.tar.xz | 42.4 KiB | 2de3160dc76b337e6fc79661b4b110e5b53877830d0defd56b44fc4759b23b4f |
sudo_1.9.10-3ubuntu1.dsc | 2.5 KiB | d8bd8e13d98c4110c1259a941181a4db9fd3c09f34b47ede2955bcb439d452a3 |
Available diffs
- diff from 1.9.9-1ubuntu2 to 1.9.10-3ubuntu1 (482.7 KiB)
Binary packages built by this source
- sudo: Provide limited super user privileges to specific users
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.
.
This version is built with minimal shared library dependencies, use the
sudo-ldap package instead if you need LDAP support for sudoers.
- sudo-dbgsym: debug symbols for sudo
- sudo-ldap: Provide limited super user privileges (with LDAP support)
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.
.
This version is built with LDAP support, which allows an equivalent of the
sudoers database to be distributed via LDAP. Authentication is still
performed via pam.
- sudo-ldap-dbgsym: debug symbols for sudo-ldap