sudo 1.9.13p3-3ubuntu1 source package in Ubuntu
Changelog
sudo (1.9.13p3-3ubuntu1) mantic; urgency=medium * Merge with Debian unstable (LP: #2025655). Remaining changes: - 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) * Added changes: - debian/tests/04-getroot-sssd: + Check if the slapd daemon is ready before proceeding. In some situations, the next command (ldapmodify) runs before the service is ready. See LP:#2026888 * Dropped changes: - Drop Build-Conflicts on fakeroot (<< 1.25.3-1.1ubuntu1) This wasn't in the former Ubuntu version, just mentioned in the changelog by accident sudo (1.9.13p3-3) unstable; urgency=medium * fix wrong patch to fix event log format (added wrongly in 1.9.13p3-2) sudo (1.9.13p3-2) unstable; urgency=medium * add upstream patch to fix event log format. Thanks to Kimmo Suominen (Closes: #1039557) * add patch to improve upstream spanish translation -- Danilo Egea Gondolfo <email address hidden> Mon, 03 Jul 2023 15:23:30 +0100
Upload details
- Uploaded by:
- Danilo Egea Gondolfo
- Sponsored by:
- Christian Ehrhardt
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sudo_1.9.13p3.orig.tar.gz | 4.9 MiB | 92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b |
sudo_1.9.13p3.orig.tar.gz.asc | 833 bytes | f0220d3d78c06b50213d3363c14f0eee65ebdbce49f7870a22b651374f23bd92 |
sudo_1.9.13p3-3ubuntu1.debian.tar.xz | 52.1 KiB | 012f8b0ca1ecbad5146694d840c4fbc9ff7b290e1c1708a41c2408d83284421f |
sudo_1.9.13p3-3ubuntu1.dsc | 2.6 KiB | e70200a0fbefa2c696578f9bde0f092fce31395364c350af18b59ffebcb0f7a6 |
Available diffs
Binary packages built by this source
- libnss-sudo: NSS configuration for sudoers service
This empty package provides the basic configuration needed to enable the
`sudoers` NSS service.
- 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