sudo 1.8.9p4-1ubuntu1 source package in Ubuntu

Changelog

sudo (1.8.9p4-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

sudo (1.8.9p4-1) unstable; urgency=low

  * new upstream release, closes: #732008

sudo (1.8.9p3-1) unstable; urgency=low

  * new upstream release

sudo (1.8.9~rc1-1) experimental; urgency=low

  * upstream release candidate

sudo (1.8.9~b2-1) experimental; urgency=low

  * upstream beta release
  * update Debian standards version
  * squelch lintian complaint about missing sudo-ldap systemd service, since
    the service file is always called 'sudo.service'

sudo (1.8.9~b1-1) experimental; urgency=low

  * upstream beta release

sudo (1.8.8-3) unstable; urgency=low

  * document in README.Debian that the sssd support is enabled in the sudo
    package, not in the sudo-ldap package, closes: #728289
 -- Chris J Arges <email address hidden>   Mon, 27 Jan 2014 09:47:58 -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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sudo_1.8.9p4.orig.tar.gz 2.1 MiB 1943f9e9409c6542935d2e2d862c48d0d69dcf27288b294b8b537c02f52ac7a7
sudo_1.8.9p4-1ubuntu1.debian.tar.gz 30.8 KiB e96a8a62da3e42e0fd5b82e9d4c118eb4eacb5d7ad9af7536de2fd173f91275e
sudo_1.8.9p4-1ubuntu1.dsc 1.6 KiB b49ec49cc86c0c683109c1c9698ee23602717ef7699e0b120f7c70de7c345ec8

Available diffs

View changes file

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.