sudo 1.8.21p2-2ubuntu1 source package in Ubuntu
Changelog
sudo (1.8.21p2-2ubuntu1) bionic; urgency=medium * Merge from Debian unstable. (LP: #1731981) Remaining changes: - debian/rules, debian/sudo.service, debian/sudo.sudo.init: stop shipping init script and service file, as they are no longer necessary. - debian/rules: + compile with --without-lecture --with-tty-tickets --enable-admin-flag + install man/man8/sudo_root.8 in both flavours + install apport hooks - debian/source_sudo.py, debian/sudo-ldap.dirs, debian/sudo.dirs: + add usr/share/apport/package-hooks - debian/sudo.pam: + Use pam_env to read /etc/environment and /etc/default/locale environment files. Reading ~/.pam_environment is not permitted due to security reasons. - debian/sudoers: + also grant admin group sudo access + include /snap/bin in the secure_path - debian/control, debian/rules: + use dh-autoreconf - Remaining patches: + keep_home_by_default.patch: Keep HOME in the default environment Dropped changes since they are integrated in Debian: - Use tmpfs location to store timestamp files + debian/rules: change --with-rundir to /var/run/sudo + debian/*.preinst, debian/*.postinst, debian/*.postrm: remove old init script with dpkg-maintscript-helper. Dropped changes since the the transition took place already in every release the package can be upgraded from: + debian/*.postinst: remove old /var/run/sudo to /var/lib/sudo transition code, remove old /var/lib/sudo/ts timestamp directory. * Refresh patches sudo (1.8.21p2-2) unstable; urgency=medium * work harder to clean up mess left by sudo-ldap using /etc/init.d/sudo prior to version 1.8.7-1, closes: #877516 sudo (1.8.21p2-1) unstable; urgency=medium * new upstream version, closes: #873623, #873600, #874000 * remove legacy /etc/sudoers.dist we no longer deliver, closes: #873561 sudo (1.8.21-1) unstable; urgency=medium [ Bdale Garbee ] * new upstream version * don't deliver /etc/sudoers.dist, closes: #862309 * whitelist DPKG_COLORS env var, closes: #823368 [ Laurent Bigonville ] * debian/sudo*.postinst: Drop /var/run/sudo -> /var/lib/sudo migration code, this migration happened in 2010 and that code is not necessary anymore * Move timestamp files to /run/sudo, with systemd the directory is created/cleaned by tmpfiles.d now, the sudo initscript/service is not doing anything in that case anymore (Closes: #786555) * debian/sudo*.postinst: Move the debhelper marker before the creation of the sudo group, this way the snippets added by debhelper will be executed even if the group already exists. (Closes: #870456) -- Balint Reczey <email address hidden> Mon, 13 Nov 2017 17:53:45 +0100
Upload details
- Uploaded by:
- Balint Reczey
- Uploaded to:
- Bionic
- 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.8.21p2.orig.tar.gz | 2.9 MiB | 0d17b4b1c720de4150f5e1d35627cf8b3a6495041cb0d842f3172eeeb459359d |
sudo_1.8.21p2-2ubuntu1.debian.tar.xz | 30.5 KiB | 60074fabdf484c56b19bde9fe1d05fe66056e0f3ffcef7717f112dcb2244766b |
sudo_1.8.21p2-2ubuntu1.dsc | 2.1 KiB | 98708f3f72b3536431029dbfc35347ade1f2bea327774eddeb65b7e78945b3ec |
Available diffs
- diff from 1.8.20p2-1ubuntu1 to 1.8.21p2-2ubuntu1 (369.6 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 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 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