[ubuntu/bionic-proposed] dash 0.5.8-2.9ubuntu1 (Accepted)

Julian Andres Klode juliank at ubuntu.com
Wed Jan 24 20:30:17 UTC 2018


dash (0.5.8-2.9ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - If the dash/sh question has not been seen by the user, reset it to
      the default which is now true.
    - Support build with profile feedback based optimization.
  * Merged in Debian:
    - Drop privileges when euid != uid as a security measure:
      - debian/diff/9001-Add-privmode-Part-1.diff
      - debian/diff/9002-Add-privmode-Part-2.diff
  * Store tests in debian/tests.tar.gz and drop sharutils build-dep
  * Add more files to debian/clean, including debian/dash.preinst

dash (0.5.8-2.9) unstable; urgency=medium

  [ Sven Joachim ]
  * Non-maintainer upload.
  * Re-add the symlink for the sh manpage (Fully closes: #888235)

dash (0.5.8-2.8) unstable; urgency=medium

  * Non-maintainer upload.
  * Ship a /bin/sh symlink (Closes: #888235).
  * Don't quote dh arguments needlessly.
  * Drop old irrelevant postinst/postrm bits, use dh-generated ones instead.

dash (0.5.8-2.7) unstable; urgency=medium

  [ James Cowgill ]
  * Non-maintainer upload.
  * Move dash from /usr/bin to /bin. (Closes: #888180)

dash (0.5.8-2.6) unstable; urgency=medium

  * Non-maintainer upload.

  [ Marc Deslauriers ]
  * Drop privileges when euid != uid as a security measure
    (Closes: #734869, LP: #1215660)
    - debian/diff/9001-Add-privmode-Part-1.diff
    - debian/diff/9002-Add-privmode-Part-2.diff

  [ Jonathan Nieder ]
  * debian/dash.preinst:
    - rewrite in C (closes: #604873).
    - if dash's copy of /bin/sh is not already diverted, divert it
      on behalf of bash.  This ensures extracting a new version of
      dash does not overwrite /bin/sh and handling of that symlink
      is left to postinst.  Likewise for .../man/man1/sh.1.gz.
    - if /bin/sh is not executable (for example because it is a
      symlink to a nonexistent file), replace it with a symlink to
      dash.  Likewise for /usr/share/man/man1/sh.1.gz.
  * debian/dash.postinst:
    - remove workaround for dpkg bug #160848 ("dpkg-divert --remove"
      silently enabling --rename).  The dash package already depends
      on dpkg 1.15.0 or later, which has the fix.
    - respect local diversions.
    - clarify.

  [ Andrew Shadura ]
  * Refresh patches to apply cleanly.
  * Convert the package to 3.0 (quilt) format.
  * Use debhelper 10 (and debhelper at all!).
  * Move the git repository to Salsa.
  * Add gbp.conf and use DEP-14 branch naming.

Date: Wed, 24 Jan 2018 13:03:52 +0100
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dash/0.5.8-2.9ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jan 2018 13:03:52 +0100
Source: dash
Binary: dash ash
Architecture: source
Version: 0.5.8-2.9ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Description:
 ash        - compatibility package for dash
 dash       - POSIX-compliant shell
Closes: 604873 734869 888180 888235
Launchpad-Bugs-Fixed: 1215660
Changes:
 dash (0.5.8-2.9ubuntu1) bionic; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - If the dash/sh question has not been seen by the user, reset it to
       the default which is now true.
     - Support build with profile feedback based optimization.
   * Merged in Debian:
     - Drop privileges when euid != uid as a security measure:
       - debian/diff/9001-Add-privmode-Part-1.diff
       - debian/diff/9002-Add-privmode-Part-2.diff
   * Store tests in debian/tests.tar.gz and drop sharutils build-dep
   * Add more files to debian/clean, including debian/dash.preinst
 .
 dash (0.5.8-2.9) unstable; urgency=medium
 .
   [ Sven Joachim ]
   * Non-maintainer upload.
   * Re-add the symlink for the sh manpage (Fully closes: #888235)
 .
 dash (0.5.8-2.8) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Ship a /bin/sh symlink (Closes: #888235).
   * Don't quote dh arguments needlessly.
   * Drop old irrelevant postinst/postrm bits, use dh-generated ones instead.
 .
 dash (0.5.8-2.7) unstable; urgency=medium
 .
   [ James Cowgill ]
   * Non-maintainer upload.
   * Move dash from /usr/bin to /bin. (Closes: #888180)
 .
 dash (0.5.8-2.6) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Marc Deslauriers ]
   * Drop privileges when euid != uid as a security measure
     (Closes: #734869, LP: #1215660)
     - debian/diff/9001-Add-privmode-Part-1.diff
     - debian/diff/9002-Add-privmode-Part-2.diff
 .
   [ Jonathan Nieder ]
   * debian/dash.preinst:
     - rewrite in C (closes: #604873).
     - if dash's copy of /bin/sh is not already diverted, divert it
       on behalf of bash.  This ensures extracting a new version of
       dash does not overwrite /bin/sh and handling of that symlink
       is left to postinst.  Likewise for .../man/man1/sh.1.gz.
     - if /bin/sh is not executable (for example because it is a
       symlink to a nonexistent file), replace it with a symlink to
       dash.  Likewise for /usr/share/man/man1/sh.1.gz.
   * debian/dash.postinst:
     - remove workaround for dpkg bug #160848 ("dpkg-divert --remove"
       silently enabling --rename).  The dash package already depends
       on dpkg 1.15.0 or later, which has the fix.
     - respect local diversions.
     - clarify.
 .
   [ Andrew Shadura ]
   * Refresh patches to apply cleanly.
   * Convert the package to 3.0 (quilt) format.
   * Use debhelper 10 (and debhelper at all!).
   * Move the git repository to Salsa.
   * Add gbp.conf and use DEP-14 branch naming.
Checksums-Sha1:
 480154a79425659117c0ac60117273bd417bf9f5 1967 dash_0.5.8-2.9ubuntu1.dsc
 32e7057ba0d878b4562f648500b4c10f621888c9 57616 dash_0.5.8-2.9ubuntu1.debian.tar.xz
 5f0d074e8a233f225a4a9e4208e698aa7bfebc65 6458 dash_0.5.8-2.9ubuntu1_source.buildinfo
Checksums-Sha256:
 a9b9945e42d6ed621782c4c1681bf69387d764b1dffa30c630500b0a7cacf0d0 1967 dash_0.5.8-2.9ubuntu1.dsc
 4bccf49a1f780068d8bf8614140e7350676dd217a76dfc9271cc4acb13ccb9d1 57616 dash_0.5.8-2.9ubuntu1.debian.tar.xz
 720c38fd478b6444bd35cf0809932aee9e3273a6dd223e802609a3c0b8739f22 6458 dash_0.5.8-2.9ubuntu1_source.buildinfo
Files:
 ace4302a6ae3c0e5050965733a21c046 1967 shells optional dash_0.5.8-2.9ubuntu1.dsc
 f27ccae38d08540ac9bc9b441711da53 57616 shells optional dash_0.5.8-2.9ubuntu1.debian.tar.xz
 624f8de6c3abe1d71f88fc4b3124a979 6458 shells optional dash_0.5.8-2.9ubuntu1_source.buildinfo
Original-Maintainer: Gerrit Pape <pape at smarden.org>

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

iQJHBAEBCgAxFiEEzeVhi4gF/W4gLOnC1zw55WWAs4YFAlpo61wTHGp1bGlhbmtA
dWJ1bnR1LmNvbQAKCRDXPDnlZYCzhihLEACaYepN7sn/lbNpeYV6FYld5Lo+7KFq
ts5oCyKteErNJDRYE1a3qI6AbwCVveWFz7KTd/QdoT1xY3vE55S8UkRXGEye2WM1
wbHqevMN9EHbhlhLdHdDgLKMM8gTRfqad/lTQ4Zg3Z8RqkuI2BOD6JV56O6P2suQ
vjrMxGu++Jmtei3Syt6ES04eSPTtqgeEQhItekKG6ObPMahU33lXQlEY5KJkLVSQ
N4/pQyofGRq+EFsPfSq8ID/9zU+FBtkX+k1/cdRel7IgFtqGX+UHG90n6B+i9bbW
XdYNokKuvxArszEuyfbg6t/tU4d0bbGn6+KTKMFKTi3FRAayIy+dVK/0y6XgFDLQ
6unPIxq/h/uP/fKzQS4Zs2HKH/99FI/Exo2CGHU4hcLKQcajXjfYeqdNnavQEsp1
bGMFwBvBSdZmEkcDq2Oym4WrRu726r7hztg2uIorgQ9T5w/hHdQarOOwBLZHdkEr
2lMgLKPLzoK3Ou7c/Nk/GRvl27m0kfNzTReCAzD0w3oo+OL/Gf/YqJsNk7GKd2H3
ujWOZg5yZVvCTafYxwusrnlzRcCfqas4/sYU+JX9xkmvp8hHtDQpr1c9VYCS86KU
VeO99T9o5NOtqZh7mwIt73bgd0Hav5fANflUh//X4QxUNPVjrWFUFek1uHfRQMTv
rn9yI2yHeAK7HQ==
=QnMY
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list