~ubuntu-branches/ubuntu/raring/sudo/raring

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Tyler Hicks
  • Date: 2012-07-16 14:01:42 UTC
  • mfrom: (1.3.22 sid)
  • Revision ID: package-import@ubuntu.com-20120716140142-b0tgau0k6nid4mrf
Tags: 1.8.5p2-1ubuntu1
* Merge from debian/testing (LP: #1024154), remaining changes:
  - debian/patches/keep_home_by_default.patch:
    + Set HOME in initial_keepenv_table.
  - debian/rules:
    + compile with --without-lecture --with-tty-tickets (Ubuntu specific)
    + install man/man8/sudo_root.8 in both flavours (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 in both flavours.
  - debian/control:
    + Mark Debian Vcs-* as XS-Debian-Vcs-*
    + update debian/control
  - debian/sudoers:
    + 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.
* Dropped changes:
  - debian/patches/lp927828-fix-abort-in-pam-modules-when-timestamp-valid.patch
    + Fixed upstream in 1.8.5
  - debian/patches/CVE-2012-2337.patch:
    + Fixed upstream in 1.8.4p5
  - debian/patches/pam_env_merge.patch:
    + Feature released upstream in 1.8.5
  - debian/{sudo,sudo-ldap}.{preinst,postinst,postrm}:
    + Drop Ubuntu-specific sudoers file migration code because the only
      upgrade path to quantal is from precise. All necessary sudoers file
      migration will have already been done by the time this version of the
      sudo package is installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sudo (1.8.5p2-1ubuntu1) quantal; urgency=low
 
2
 
 
3
  * Merge from debian/testing (LP: #1024154), remaining changes:
 
4
    - debian/patches/keep_home_by_default.patch:
 
5
      + Set HOME in initial_keepenv_table.
 
6
    - debian/rules:
 
7
      + compile with --without-lecture --with-tty-tickets (Ubuntu specific)
 
8
      + install man/man8/sudo_root.8 in both flavours (Ubuntu specific)
 
9
      + install apport hooks
 
10
      + The ubuntu-sudo-as-admin-successful.patch was taken upstream by
 
11
        Debian however it requires a --enable-admin-flag configure flag to
 
12
        actually enable it in both flavours.
 
13
    - debian/control:
 
14
      + Mark Debian Vcs-* as XS-Debian-Vcs-*
 
15
      + update debian/control
 
16
    - debian/sudoers:
 
17
      + grant admin group sudo access
 
18
    - debian/source_sudo.py, debian/sudo-ldap.dirs, debian/sudo.dirs:
 
19
      + add usr/share/apport/package-hooks
 
20
    - debian/sudo.pam:
 
21
      + Use pam_env to read /etc/environment and /etc/default/locale
 
22
        environment files. Reading ~/.pam_environment is not permitted due to
 
23
        security reasons.
 
24
  * Dropped changes:
 
25
    - debian/patches/lp927828-fix-abort-in-pam-modules-when-timestamp-valid.patch
 
26
      + Fixed upstream in 1.8.5
 
27
    - debian/patches/CVE-2012-2337.patch:
 
28
      + Fixed upstream in 1.8.4p5
 
29
    - debian/patches/pam_env_merge.patch:
 
30
      + Feature released upstream in 1.8.5
 
31
    - debian/{sudo,sudo-ldap}.{preinst,postinst,postrm}:
 
32
      + Drop Ubuntu-specific sudoers file migration code because the only
 
33
        upgrade path to quantal is from precise. All necessary sudoers file
 
34
        migration will have already been done by the time this version of the
 
35
        sudo package is installed.
 
36
 
 
37
 -- Tyler Hicks <tyhicks@canonical.com>  Mon, 16 Jul 2012 14:01:42 +0200
 
38
 
 
39
sudo (1.8.5p2-1) unstable; urgency=low
 
40
 
 
41
  * new upstream version
 
42
  * patch to use flock on hurd, run autoconf in rules, closes: #655883
 
43
  * patch to avoid calling unlink with null pointer on hurd, closes: #655948
 
44
  * patch to actually use hardening build flags, closes: #655417
 
45
  * fix sudo-ldap.postinst syntax issue, closes: #669576
 
46
 
 
47
 -- Bdale Garbee <bdale@gag.com>  Thu, 28 Jun 2012 12:01:37 -0600
 
48
 
1
49
sudo (1.8.3p2-1ubuntu2) quantal; urgency=low
2
50
 
3
51
  * debian/patches/pam_env_merge.patch: Merge the PAM environment into the