~ubuntu-branches/ubuntu/quantal/sudo/quantal

« back to all changes in this revision

Viewing changes to debian/NEWS

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2011-11-20 12:07:45 UTC
  • mfrom: (1.3.17 sid)
  • Revision ID: package-import@ubuntu.com-20111120120745-o3qpklobmygytndc
Tags: 1.8.3p1-1ubuntu1
* Merge from debian/testing, remaining changes:
  - debian/patches/keep_home_by_default.patch:
    + Set HOME in initial_keepenv_table. (rebased for 1.8.3p1)
  - debian/patches/enable_badpass.patch: turn on "mail_badpass" by default:
    + attempting sudo without knowing a login password is as bad as not
      being listed in the sudoers file, especially if getting the password
      wrong means doing the access-check-email-notification never happens
      (rebased for 1.8.3p1)
  - debian/rules:
    + compile with --without-lecture --with-tty-tickets (Ubuntu specific)
    + install man/man8/sudo_root.8 (Ubuntu specific)
    + install apport hooks
    + The ubuntu-sudo-as-admin-successful.patch was taken upstream by
      Debian however it requires a --enable-admin-flag configure flag to
      actually enable it.
  - debian/sudoers: 
    + grant admin group sudo access
  - debian/sudo-ldap.dirs, debian/sudo.dirs: 
    + add usr/share/apport/package-hooks
  - debian/sudo.preinst:
    + avoid conffile prompt by checking for known default /etc/sudoers
      and if found installing the correct default /etc/sudoers file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sudo (1.8.2-1) unstable; urgency=low
 
2
 
 
3
  The sudo package is no longer configured using --with-secure-path.
 
4
  Instead, the provided sudoers file now contains a line declaring
 
5
  'Defaults secure_path=' with the same path content that was previously
 
6
  hard-coded in the binary.  A consequence of this change is that if you
 
7
  do not have such a definition in sudoers, the PATH searched for commands
 
8
  by sudo may be empty.
 
9
 
 
10
  Using explicit paths for each command you want to run with sudo will work
 
11
  well enough to allow the sudoers file to be updated with a suitable entry
 
12
  if one is not already present and you choose to not accept the updated
 
13
  version provided by the package.
 
14
  
 
15
 -- Bdale Garbee <bdale@gag.com>  Wed, 24 Aug 2011 13:33:11 -0600
 
16
 
1
17
sudo (1.7.4p4-2) unstable; urgency=low
2
18
 
3
19
  The HOME and MAIL environment variables are now reset based on the