[ubuntu/bionic-proposed] sudo 1.8.21p2-2ubuntu1 (Accepted)

Balint Reczey rbalint at ubuntu.com
Tue Nov 28 11:33:13 UTC 2017


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)

Date: Mon, 13 Nov 2017 17:53:45 +0100
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/sudo/1.8.21p2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 13 Nov 2017 17:53:45 +0100
Source: sudo
Binary: sudo sudo-ldap
Architecture: source
Version: 1.8.21p2-2ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Description:
 sudo       - Provide limited super user privileges to specific users
 sudo-ldap  - Provide limited super user privileges to specific users
Closes: 786555 823368 862309 870456 873561 873600 873623 874000 877516
Launchpad-Bugs-Fixed: 1731981
Changes:
 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)
Checksums-Sha1:
 1c59711291f8385c9688f7bd29bc847726d79770 2117 sudo_1.8.21p2-2ubuntu1.dsc
 bf4d6971a3d58dcd9e8f788bc94e1a1ab4a96d74 3008808 sudo_1.8.21p2.orig.tar.gz
 02f258f666577777401afcd1fe35da41772041f9 31184 sudo_1.8.21p2-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 98708f3f72b3536431029dbfc35347ade1f2bea327774eddeb65b7e78945b3ec 2117 sudo_1.8.21p2-2ubuntu1.dsc
 0d17b4b1c720de4150f5e1d35627cf8b3a6495041cb0d842f3172eeeb459359d 3008808 sudo_1.8.21p2.orig.tar.gz
 60074fabdf484c56b19bde9fe1d05fe66056e0f3ffcef7717f112dcb2244766b 31184 sudo_1.8.21p2-2ubuntu1.debian.tar.xz
Files:
 e455bea6b997f18bb093d080d1a680ab 2117 admin optional sudo_1.8.21p2-2ubuntu1.dsc
 0d7ea875b5b874f4998b6e1a5ec9c8c8 3008808 admin optional sudo_1.8.21p2.orig.tar.gz
 158e3974b6d82b8c9751ebb19547cdaa 31184 admin optional sudo_1.8.21p2-2ubuntu1.debian.tar.xz
Original-Maintainer: Bdale Garbee <bdale at gag.com>

-----BEGIN PGP SIGNATURE-----

iQIwBAEBCAAaBQJaCiAoExxyYmFsaW50QHVidW50dS5jb20ACgkQ9mTSVrRpGn1t
WhAAlTWu8KdIb5CQ8t2xcJ0J8EGWKJ6TsTxN10rDzcNfx/k/mOHeYUF7mxB1cFs6
JE9tpwklLlOp84iUFgxCE5HPsiuHQMz63So2p2bpOmVvFS9NmZmy0aW3ZOTuNeTV
4FHznlaO3gEHbQE9VKDc1+Lxc2FGEJtcRVTnLveaelOY+a0nGBLhf2L14AipIVWg
H8xR0WIhyDe/VJ4TXZdLrgQ3F9EnTO7P9KIR07RIc5/XZfC+joZU972julVNQ05h
zQCWK8QeIbWtKxdPt7aFuszpreKpUZAUvB3jB5toxnhaLIRobNVP1OOXlQC0hDus
xLvyQCeB1tNxLJAgykqIZVR/ZrsaHzF7i52Gp0CiqgO4OmS5nOX+t4NdpJXWuyCL
hlwpBL2p6U8U2zoTOwjEktM7O1YURzQRoLt3k9uiUxeV2rjxP8RgWdWeLLcWQDbs
tG8+iOckIOoaa+WxUBxE/sNfXbCkwrEV9iiLHxJm2h2BMVvuS702hykg9uGSc1Zn
2r9XZTrC0UgKs0owBlEdDBLgdbWgmE+gu+mZIK5j6jbPRuhcuxcHMVvv4zL6tlTz
x+YOdgfP7zxLxC3VIKYfHLPtr/z9RWdGyHNYtne8AVqWaTECDTxaSAExqLj03nGt
tQ8PH1NGStnJRUd4psoH0Hg6SaQk84GhDqAKBp7/Oqqgr/k=
=mMZL
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list