Change logs for fuse source package in Oneiric

  • fuse (2.8.4-1.4ubuntu1) oneiric; urgency=low
    
      * Resynchronise with Debian.  Remaining changes:
        - Add Breaks to ensure right version of udev is used.
        - Use udev rules instead of init script.
        - Add initramfs support, for booting from ntfs-3g in wubi.
        - Install ulockmgr_server.
        - Move fusermount and ulockmgr_server to /bin and associated libraries
          to /lib. This allows mounting ntfs filesystems in /etc/fstab.
        - Install fusermount with 4755 permissions (remaining change from
          "Dynamic foreground user access").
        - Don't fail in postinst if udev is running and /dev/fuse does not
          exist.
        - Remove old modprobe and udev configuration files on upgrade if
          unmodified.
        - Security updates: arbitrary unprivileged unmount.
        - Don't change the ownership or mode of /etc/fuse.conf in postinst
          unless we're also adding the fuse group for the first time.
    
    fuse (2.8.4-1.4) unstable; urgency=low
    
      * Non-maintainer upload.
      * Create libfuse2-udeb and fuse-utils-udeb (closes: #505697).
    
    fuse (2.8.4-1.3) unstable; urgency=low
    
      * Non-maintainer upload to fix a regression introduced in the previous
        NMU.
      * Use "Architecture: linux-any" for fuse-utils instead of a long list
        of architectures. This fixes sparc64 support.
    
    fuse (2.8.4-1.2) unstable; urgency=low
    
      * NMU, added armhf in arch list. (Closes: #596952)
     -- Colin Watson <email address hidden>   Wed, 18 May 2011 11:02:10 +0100
  • fuse (2.8.4-1.1ubuntu4) natty; urgency=low
    
      * SECURITY UPDATE: arbitrary unprivileges unmount
        - debian/patches/005-CVE-2011-0541.patch: don't follow symlinks when
          unmounting in case of a failed mtab update in util/fusermount.c.
        - debian/patches/006-CVE-2011-0542.patch: chdir to / before performing
          mount/umount in util/fusermount.c.
        - debian/patches/007-CVE-2011-0543.patch: remove legacy util-linux
          support so symlinks don't get followed upon fallback in
          lib/mount_util.c, util/fusermount.c. Remove unneeded
          --disable-legacy-umount option in configure.in.
        - debian/rules: remove dh_autoreconf and obsolete
          --disable-legacy-umount configure option.
        - debian/control: Remove dh-autoreconf from Build-Depends.
        - CVE-2011-0541
        - CVE-2011-0542
        - CVE-2011-0543
      * Removed unused 003-CVE-2009-3297.dpatch patch.
     -- Marc Deslauriers <email address hidden>   Thu, 10 Feb 2011 14:55:36 -0500