sudo 1.8.9p5-1ubuntu1 source package in Ubuntu RTM
Changelog
sudo (1.8.9p5-1ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: - 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/sudoers: + also grant admin group sudo access - 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/control: + dh-autoreconf dependency fixes missing-build-dependency-for-dh_-command - Remaining patches: + keep_home_by_default.patch: Keep HOME in the default environment + actually-use-buildflags: Pass LDFLAGS everywhere + add_probe_interfaces_setting.diff: option to disable network inf probe * add_probe_interfaces_setting.diff: fix to not modify NEWS file. sudo (1.8.9p5-1) unstable; urgency=low * new upstream release, closes: #735328 -- Chris J Arges <email address hidden> Mon, 10 Feb 2014 12:21:53 -0600
Upload details
- Uploaded by:
- Chris J Arges
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
14.09-factory | release | main | admin | |
14.09 | release | main | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sudo_1.8.9p5.orig.tar.gz | 2.1 MiB | bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21 |
sudo_1.8.9p5-1ubuntu1.debian.tar.gz | 33.9 KiB | 2b05b08fac8a9032a8f64f141aa56cc008f182c8787d32398287d6cbd1afa092 |
sudo_1.8.9p5-1ubuntu1.dsc | 1.6 KiB | fc6402ed8adc8f3ecef0bf30047903012318f655b24dec7d574e694766ce4434 |
Available diffs
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-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.