[ubuntu/wily-proposed] fuse 2.9.3-16ubuntu1 (Accepted)

Artur Rona ari-tczew at ubuntu.com
Fri May 29 10:20:17 UTC 2015


fuse (2.9.3-16ubuntu1) wily; urgency=low

  * Merge from Debian unstable. (LP: #1458397) Remaining changes:
    - debian/fuse-udeb.install:
      + Install ulockmgr_server.
    - debian/fuse.udev:
      + Don't install the udev rules; we require the fuse module to be
        built-in, and mountall/systemd handle mounting /sys/fs/fuse/connections.
  * Drop following change, no longer applicable:
    - debian/fuse.postinst:
      + Only change the ownership or mode of /etc/fuse.conf
        on initial installation.
    - Drop the Ubuntu specific way of making fusermount suid root. Using
      dpkg-statoverride for this works perfectly well and allows admins to
      un-setuid it. [Martin Pitt]

fuse (2.9.3-16) unstable; urgency=high

  * Sync with Ubuntu.
  * Update Standards-Version to 3.9.6 .

  [ Marc Deslauriers <marc.deslauriers at ubuntu.com> ]
  * SECURITY UPDATE: privilege escalation via insecure environment
    - debian/patches/CVE-2015-3202.patch: use execle to run external
      helpers in lib/mount_util.c, util/mount_util.c.
    - CVE-2015-3202 (closes: #786439).

fuse (2.9.3-15) unstable; urgency=low

  * Use correct long option for udevadm in postinst (closes: #756582).

fuse (2.9.3-14) unstable; urgency=low

  * New maintainer (closes: #756548).
  * Add watch file.

fuse (2.9.3-13) unstable; urgency=low

  * I don't care anymore, not worth it.. orphaning.

fuse (2.9.3-12) unstable; urgency=low

  * Cherry-picking patch from upstream for arm64 (Closes: #752081).

fuse (2.9.3-11) unstable; urgency=low

  * Improving fuse.postinst to handle device creation a bit better
    (Closes: #743360).

fuse (2.9.3-10) unstable; urgency=low

  * Conditionally only trigger udevadm only when /dev/fuse has already
    been available (Closes: #745295).

fuse (2.9.3-9) unstable; urgency=low

  * Loading fuse module in postinst to cover some edge cases where udev
    reloading would fail (Closes: #743360).

fuse (2.9.3-8) unstable; urgency=low

  * Building with dh --parallel.

fuse (2.9.3-7) experimental; urgency=low

  * Adding patch from Fabrice Bauzac <fbauzac at amadeus.com> to use dlsym()
    instead of relying on ld.so constructor functions to load modules
    (Closes: #737143).
  * Updating year in copyright for 2014.

fuse (2.9.3-6) experimental; urgency=low

  * Adding explicit permissions to udev rule for device nodes.

fuse (2.9.3-5) experimental; urgency=low

  * Updating to standards version 3.9.5.
  * Building with dh-autoreconf (Closes: #732285).
  * Dropping fuse group (Closes: #733312).

fuse (2.9.3-4) experimental; urgency=low

  * Updating vcs fields.

fuse (2.9.3-3) experimental; urgency=low

  * Simplyfing libfuse2 symbols by marking linux-only symbols as linux-
    only rather than to ship two different sets for linux and kfreebsd,
    thanks to Pino Toscano <pino at debian.org> (Closes: #717197).

fuse (2.9.3-2) experimental; urgency=low

  * Adding vcs fields.
  * Wrapping control fields.
  * Adding lintian overrides.

fuse (2.9.3-1) experimental; urgency=low

  * Merging upstream version 2.9.3.
  * Updating year in copyright file.

fuse (2.9.2-9) experimental; urgency=low

  * Updating kfreebsd symbols files again.

fuse (2.9.2-8) experimental; urgency=low

  * Correcting fuse-dbg package description.
  * Harmonizing dpkg-statoverride calls in postinst.
  * Excluding package on hurd by explicitly listing linux-any and
    kfreebsd-any, it doesn't build on hurd anyway.
  * Adding kfreebsd specific symbols file for libfuse2.

fuse (2.9.2-7) experimental; urgency=low

  * Creating an udev event rather than reloading udev (Closes: #679930).
  * Only creating /dev/fuse with MAKEDEV if it doesn't already exist.
  * Clarify manpage that fusermount is used for unmounting only these days
    (Closes: #651556).

fuse (2.9.2-6) experimental; urgency=low

  * Adding initial symbols file for libfuse, thanks to Pino Toscano
    <pino at debian.org> (Closes: #559473).

fuse (2.9.2-5) experimental; urgency=low

  * Including header files in examples (Closes: #626522).
  * Prefixing patches with four digits in filenames.
  * Trimming diff headers in patches.

Date: Sun, 24 May 2015 22:59:58 +0200
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/+source/fuse/2.9.3-16ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 24 May 2015 22:59:58 +0200
Source: fuse
Binary: fuse fuse-dbg libfuse2 libfuse-dev fuse-udeb libfuse2-udeb
Architecture: source
Version: 2.9.3-16ubuntu1
Distribution: wily
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Description:
 fuse       - Filesystem in Userspace
 fuse-dbg   - Filesystem in Userspace (debug)
 fuse-udeb  - Filesystem in Userspace (udeb)
 libfuse-dev - Filesystem in Userspace (development)
 libfuse2   - Filesystem in Userspace (library)
 libfuse2-udeb - Filesystem in Userspace (library) (udeb)
Closes: 559473 626522 651556 679930 717197 732285 733312 737143 743360 745295 752081 756548 756582 786439
Launchpad-Bugs-Fixed: 1458397
Changes:
 fuse (2.9.3-16ubuntu1) wily; urgency=low
 .
   * Merge from Debian unstable. (LP: #1458397) Remaining changes:
     - debian/fuse-udeb.install:
       + Install ulockmgr_server.
     - debian/fuse.udev:
       + Don't install the udev rules; we require the fuse module to be
         built-in, and mountall/systemd handle mounting /sys/fs/fuse/connections.
   * Drop following change, no longer applicable:
     - debian/fuse.postinst:
       + Only change the ownership or mode of /etc/fuse.conf
         on initial installation.
     - Drop the Ubuntu specific way of making fusermount suid root. Using
       dpkg-statoverride for this works perfectly well and allows admins to
       un-setuid it. [Martin Pitt]
 .
 fuse (2.9.3-16) unstable; urgency=high
 .
   * Sync with Ubuntu.
   * Update Standards-Version to 3.9.6 .
 .
   [ Marc Deslauriers <marc.deslauriers at ubuntu.com> ]
   * SECURITY UPDATE: privilege escalation via insecure environment
     - debian/patches/CVE-2015-3202.patch: use execle to run external
       helpers in lib/mount_util.c, util/mount_util.c.
     - CVE-2015-3202 (closes: #786439).
 .
 fuse (2.9.3-15) unstable; urgency=low
 .
   * Use correct long option for udevadm in postinst (closes: #756582).
 .
 fuse (2.9.3-14) unstable; urgency=low
 .
   * New maintainer (closes: #756548).
   * Add watch file.
 .
 fuse (2.9.3-13) unstable; urgency=low
 .
   * I don't care anymore, not worth it.. orphaning.
 .
 fuse (2.9.3-12) unstable; urgency=low
 .
   * Cherry-picking patch from upstream for arm64 (Closes: #752081).
 .
 fuse (2.9.3-11) unstable; urgency=low
 .
   * Improving fuse.postinst to handle device creation a bit better
     (Closes: #743360).
 .
 fuse (2.9.3-10) unstable; urgency=low
 .
   * Conditionally only trigger udevadm only when /dev/fuse has already
     been available (Closes: #745295).
 .
 fuse (2.9.3-9) unstable; urgency=low
 .
   * Loading fuse module in postinst to cover some edge cases where udev
     reloading would fail (Closes: #743360).
 .
 fuse (2.9.3-8) unstable; urgency=low
 .
   * Building with dh --parallel.
 .
 fuse (2.9.3-7) experimental; urgency=low
 .
   * Adding patch from Fabrice Bauzac <fbauzac at amadeus.com> to use dlsym()
     instead of relying on ld.so constructor functions to load modules
     (Closes: #737143).
   * Updating year in copyright for 2014.
 .
 fuse (2.9.3-6) experimental; urgency=low
 .
   * Adding explicit permissions to udev rule for device nodes.
 .
 fuse (2.9.3-5) experimental; urgency=low
 .
   * Updating to standards version 3.9.5.
   * Building with dh-autoreconf (Closes: #732285).
   * Dropping fuse group (Closes: #733312).
 .
 fuse (2.9.3-4) experimental; urgency=low
 .
   * Updating vcs fields.
 .
 fuse (2.9.3-3) experimental; urgency=low
 .
   * Simplyfing libfuse2 symbols by marking linux-only symbols as linux-
     only rather than to ship two different sets for linux and kfreebsd,
     thanks to Pino Toscano <pino at debian.org> (Closes: #717197).
 .
 fuse (2.9.3-2) experimental; urgency=low
 .
   * Adding vcs fields.
   * Wrapping control fields.
   * Adding lintian overrides.
 .
 fuse (2.9.3-1) experimental; urgency=low
 .
   * Merging upstream version 2.9.3.
   * Updating year in copyright file.
 .
 fuse (2.9.2-9) experimental; urgency=low
 .
   * Updating kfreebsd symbols files again.
 .
 fuse (2.9.2-8) experimental; urgency=low
 .
   * Correcting fuse-dbg package description.
   * Harmonizing dpkg-statoverride calls in postinst.
   * Excluding package on hurd by explicitly listing linux-any and
     kfreebsd-any, it doesn't build on hurd anyway.
   * Adding kfreebsd specific symbols file for libfuse2.
 .
 fuse (2.9.2-7) experimental; urgency=low
 .
   * Creating an udev event rather than reloading udev (Closes: #679930).
   * Only creating /dev/fuse with MAKEDEV if it doesn't already exist.
   * Clarify manpage that fusermount is used for unmounting only these days
     (Closes: #651556).
 .
 fuse (2.9.2-6) experimental; urgency=low
 .
   * Adding initial symbols file for libfuse, thanks to Pino Toscano
     <pino at debian.org> (Closes: #559473).
 .
 fuse (2.9.2-5) experimental; urgency=low
 .
   * Including header files in examples (Closes: #626522).
   * Prefixing patches with four digits in filenames.
   * Trimming diff headers in patches.
Checksums-Sha1:
 1113ad95f21144cdf70249c3aed8c019989b59ac 2204 fuse_2.9.3-16ubuntu1.dsc
 c461a1832a759f57ca481c8acf21a90f47f5086b 387492 fuse_2.9.3.orig.tar.xz
 6cabacd735f49e2d5dbf2e8cba8c4641f80fce31 22784 fuse_2.9.3-16ubuntu1.debian.tar.xz
Checksums-Sha256:
 9b971c1d3e03f76a2fae0f2b055b31a557b0cc3ca7f8755defcb46da3a179f24 2204 fuse_2.9.3-16ubuntu1.dsc
 4196a9447f836c6a367f862032f101942a1b057b1b6b30a87ef9d3e1dda9679a 387492 fuse_2.9.3.orig.tar.xz
 7d087dcde6a14bcf73d10c00a1e7bb46db17149cb344c465771b1c84b88ebed8 22784 fuse_2.9.3-16ubuntu1.debian.tar.xz
Files:
 46a851b5336c91511b8eb4aba4571979 2204 utils optional fuse_2.9.3-16ubuntu1.dsc
 8945087314a5ddcdc19a2ac81426cc14 387492 utils optional fuse_2.9.3.orig.tar.xz
 8fabb1cf9b24a1ffbaf50632a51dac4c 22784 utils optional fuse_2.9.3-16ubuntu1.debian.tar.xz
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVaDxxAAoJENFO8V2v4RNHeSoP/Rkl8pHRrX0OynL7oruJF8Wi
c7SdhXHS9USPNfjK5bFdtl3OJzKKEMkPO0CTcK5wxXXkfol9kcdex6Lnr9CC53M3
WLNDSK0wWniutNURikEjO9w7w0Vjgks5LJUk6s7k+2QGckMvzoJheE/JiY1zC2BQ
A8AypE7jcBJum7+UlN8F+uXYQHg7DjBmiNJtOZxEdPJ/d/yA2QeDofcLDkavVp+4
aTv7Yhoe4EJurmdB2ll7urwYAYjJCxdGHztR22DVSmsoVFu2F2fsH+5Swo+JtaBG
SuEFUhzdcSsWWJZMpHsa2sdK+pCzlmAKyf5pbznVhl6nbtCjEBJS+o9Bri/1qf5Q
n/h8BDd8+WDkmJ5iTfMxou2xOHwqwV7LIixJBfhBCONwWbPLwbRX5OTt8doypaTZ
03lKJ/1yzGf/9PnsGbucjqOHyEmDA0J0eHg+TFTbqjVV7pTKokfBhlPejVeHbzQ7
3PpbQ0QmbsJ1OhTa+cgcbL8YfvEugtaX1OazCGebDdk0arXRALdeBRs8/eNzY9u8
SKdXiRWtc3bySIW6PQOpyWFgbPcOEZbhN3K31ZNL4fVFaBNMfYE4iLqgWrXbb+ym
l6fjSBQ1uKHDPHV2Aronz9nO0X7+My5hRnsFen++Vy1wdr/E6SfSF3GPLzJH6iSC
ijNKWtl34gXF37We/Dhx
=twCW
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list