fuse (2.6.3-1ubuntu2) feisty; urgency=low * debian/fuse-utils.modprobe : don't use the "-w" flag with grep, not compatible with grep used in the initrd (Closes LP: #87767). -- Michael Bienia Mon, 12 Mar 2007 21:31:42 +0100 fuse (2.6.3-1ubuntu1) feisty; urgency=low * Merge from Debian unstable, remaining changes: - lib/mount.fuse: fix bashism. - debian/45-fuse.rules: set /dev/fuse group to fuse. - debian/fuse-utils.modprobe: + module configuration file that mount the control filesystem when fuse is loaded and unmount it when fuse is unloaded. Full replacement of the init script. (ogra rocks ;) ) + check that the control fs is mounted before unmounting it. - debian/rules: don't install the init script, install the udev rule and the module configuration file instead. - debian/fuse-utils.install: add the udev rule, the module conf. file and ulockmgr_server. - debian/fuse-utils.postinst: load fuse and make sure that fuse is still loaded at boot time. * debian/control: Change Maintainer/XSBC-Original-Maintainer field. * UVF exception: LP: #90919 -- Michael Bienia Mon, 12 Mar 2007 16:49:42 +0100 fuse (2.6.3-1) unstable; urgency=HIGH * Urgency set to HIGH as it fixes a critical and a serious bug. * Added myself to uploaders in agreement with Bartosz. * New upstream release (Closes: #409554, #410032). * Create a versioned shlibs file (Closes: #409644). * Fix package version in fuse-utils.postinst and do not remove override in postrm (Closes: #388693). * Add watch file. -- Adam Cécile (Le_Vert) Wed, 7 Feb 2007 10:35:29 +0100 fuse (2.6.2-1ubuntu2) feisty; urgency=low * debian/fuse-utils.modprobe : check that the control fs is mounted before unmounting it. * Move udev rule from 80-fuse.rules to 45-fuse.rules. -- Florent Mertens Wed, 7 Feb 2007 17:59:27 +0100 fuse (2.6.2-1ubuntu1) feisty; urgency=low * Merge from debian unstable, remaining changes: - lib/mount.fuse : fix bashism. - debian/80-fuse.rules : set /dev/fuse group to fuse. - debian/fuse-utils.modprobe : module configuration file that mount the control filesystem when fuse is loaded and unmount it when fuse is unloaded. Full replacement of the init script. (ogra rocks ;) ) - debian/rules : don't install the init script, install the udev rule and the module configuration file instead. - debian/fuse-utils.install : add the udev rule, the module conf. file and ulockmgr_server. - debian/fuse-utils.postinst : load fuse and make sure that fuse is still loaded at boot time. -- Florent Mertens Wed, 31 Jan 2007 10:21:57 +0000 fuse (2.6.2-1) unstable; urgency=low * New upstream release. (Closes: #398709, #397364) - includes init script which hopefully fixes problems with creation of fuse device. (Closes: #393126) - works ok on read only root filesystem. (Closes: #393693) * Contains Sam Morris's patches. Thanks! (Closes: #388693) * Does not remove fuse group again. (Closes: #388266) * Makes fusermount world readable. (Closes: #386736) * ACK NMU thanks! (Closes: #404904) -- Bartosz Fenski Tue, 30 Jan 2007 22:32:38 +0100 fuse (2.5.3-4.1ubuntu3) feisty; urgency=low * Ensure the correct alignment of the ccmsg array in receive_fd() from lib/mount.c by declaring it as size_t instead of char and adjusting the size accordingly. This resolves the issue of sshfs crashing with SIGBUS on sparc. Thanks to Sebastian Fontius for debugging and testing, and to Miklos Szeredi for the patch. (closes: #404904) -- Fabio M. Di Nitto Tue, 09 Jan 2007 08:11:06 +0100 fuse (2.5.3-4.1ubuntu2) feisty; urgency=low * Stop the fuse-utils postinst from failing if we can't load the module (say, if we happen to be installing in a chroot, while building a livefs) -- Adam Conrad Thu, 30 Nov 2006 15:47:44 +1100 fuse (2.5.3-4.1ubuntu1) feisty; urgency=low * Merge from debian unstable. -- Oliver Grawert Mon, 30 Oct 2006 12:01:18 +0000 fuse (2.5.3-4.1) unstable; urgency=low * Non-maintainer upload. * Run MAKEDEV only if it exists, and do not depend on the symlink in /dev (closes: #385696). -- martin f. krafft Sat, 9 Sep 2006 21:07:01 +0200 fuse (2.5.3-4) unstable; urgency=low * The 'Getting rid of fuse-source package' release. * Since Etch will include kernels that support fuse module ot of the box from this release there won't be fuse-source package, thus I'm closing bugs related to building/loading modules. (Closes: #341739, #369993, #306016, #345492) * libfuse2 conflicts with previous versions of fuse-utils. (Closes: #381880) * Handling of failed udevcontrol invocation. (Closes: #383076) * Bumped Standards-Version to 3.7.2 (no changes needed). -- Bartosz Fenski Fri, 1 Sep 2006 10:19:58 +0200 fuse (2.5.3-3) unstable; urgency=low * ACK previous NMU. Thanks to Faidon Liambotis. (Closes: #372142) * Uses dh_installmodules instead of hand-made script. (Closes: #381766) * Reloads udev rules during installation. (Closes: #368674) * Includes notice that fuse is available in recent kernels. (Closes: #369993) -- Bartosz Fenski Mon, 14 Aug 2006 13:29:31 +0200 fuse (2.5.3-2.1ubuntu4) edgy; urgency=low * remove the debian modprobe code and the useless udev reload from fuse-utils.postinst. it hangs the install if fuse is already loaded (closes malone #65235) -- Oliver Grawert Thu, 12 Oct 2006 10:47:29 +0200 fuse (2.5.3-2.1ubuntu3) edgy; urgency=low * add a line to fuse-utils postinst to make sure the module gets loaded even after a reboot -- Oliver Grawert Fri, 29 Sep 2006 10:50:43 +0200 fuse (2.5.3-2.1ubuntu2) edgy; urgency=low * added versioned dependency on makedev (>= 2.3.1-80) closes malone #51456 -- Oliver Grawert Mon, 3 Jul 2006 20:07:14 +0200 fuse (2.5.3-2.1ubuntu1) edgy; urgency=low * Merge from debian unstable. -- Oliver Grawert Thu, 29 Jun 2006 11:01:27 +0100 fuse (2.5.3-2.1) unstable; urgency=high * Non-maintainer upload. * Don't delete /dev/fuse in postrm. (Closes: #372142) -- Faidon Liambotis Wed, 14 Jun 2006 01:51:39 +0300 fuse (2.5.3-2) unstable; urgency=low * Doesn't fail on install. (Closes: #365117, #364968, #364832, #365016) -- Bartosz Fenski Sat, 29 Apr 2006 17:28:18 +0200 fuse (2.5.3-1) unstable; urgency=low * New upstream release. * Moved from groupdel to delgroup. (Closes: #360991, #364106) * Uses dpkg-statoverride to change fusermount owner. (Closes: #361519) -- Bartosz Fenski Tue, 11 Apr 2006 15:11:11 +0200 fuse (2.5.2-4) unstable; urgency=low * Fix for wrong chown line in postinst. (Closes: #358564) -- Bartosz Fenski Thu, 23 Mar 2006 12:03:16 +0100 fuse (2.5.2-3) unstable; urgency=low * Sets suid bit for fusermount binary. (Closes: #354748) * Creates /dev/fuse or /dev/.static/dev/fuse device. (Closes: #334526) * Creates fuse group and chowns /dev/fuse for it. (Closes: #353703) * Removes /etc/default/fuse-utils file. (Closes: #351387) * Removed po-debconf from build dependencies. * Removed ucf from fuse-utils dependencies. * Updated README files. -- Bartosz Fenski Wed, 22 Mar 2006 14:27:10 +0100 fuse (2.5.2-2) unstable; urgency=low * Revert versioned symbol change incorporated in 2.5.x. (Closes: #352631) -- Bartosz Fenski Wed, 22 Feb 2006 20:53:39 +0100 fuse (2.5.2-1) unstable; urgency=low * New upstream version. (Closes: #351172) * Fixes FTBFS because of mount.fuse installation problems. (Closes: #351214) * Minor update in fusermount manual. -- Bartosz Fenski Fri, 3 Feb 2006 13:54:27 +0100 fuse (2.5.1-1) unstable; urgency=low * New upstream version. (Closes: #350659) * The 'Goodbye debconf' release. - reorganization of all packaging scripts to get rid of debconf stuff. - doesn't handle creation of group anymore, so (Closes: #307627, #342826, #310964, #306281, #307624) * ACK previous NMU. (Closes: #339688, #340398, #298829) * Handles creation/remove of fuse device. (Closes: #334639, #297505) * Since now fuse-source depends on either module-assistant or kernel-package. (Closes: #326742) * Includes mount.fuse script. (Closes: #343702, #334381) * Doesn't use debconf templates anymore. (Closes: #337568, #337572, #340796) -- Bartosz Fenski Thu, 2 Feb 2006 01:08:40 +0100 fuse (2.4.2-0ubuntu4) edgy; urgency=low * Write directly to the fuse uevent file, rather than using udevplug which has gone away. -- Scott James Remnant Wed, 7 Jun 2006 22:20:01 +0100 fuse (2.4.2-0ubuntu3) dapper; urgency=low * debian/fuse-utils.postrm: - Move group deletion from preinst to postinst (after dpkg-statoverride) to not break the statoverride. - Add missing is_true function (copied from preinst). - Closes: LP#5774 * Removed now useless debian/fuse-utils.prerm. * debian/fuse-utils.postinst: - Reload udev to make the newly created group known to udev. - Load the fuse module or re-udevplug it if already loaded to ensure proper permissions. -- Martin Pitt Thu, 11 May 2006 18:31:53 +0200 fuse (2.4.2-0ubuntu2) dapper; urgency=low * Add udev rules file -- Dennis Kaarsemaker Thu, 9 Mar 2006 14:33:22 +0100 fuse (2.4.2-0ubuntu1) dapper; urgency=low * New upstream release: - [SECURITY]: Don't allow mountpoints with '\n', '\t' or '\\' as they corrupt /etc/mtab (CVE-2005-3531). - Optimize buffer reallocation in fill_dir. - Fix compilation of kernel module for differing source and build directories. - Don't use system() to invoke ''fusermount -u'' due to delimiting of whitespace as arguments. - Act appropriately after detecting in-kernel (mainline) FUSE code. -- Daniel T Chen Wed, 30 Nov 2005 06:47:31 -0800 fuse (2.4.1-0.1) unstable; urgency=high * Non-maintainer upload (waited long enough to see simple but ugly bugs to be fixed) * applied patch from Miklos Szeredi to fix interpretation of special chars in fusermount (see CVE-2005-3531 for details, closes: #340398) * New upstream version with minor bugfixes, resolves FTBFS problems with rlog and encfs (closes: #339688) * made fuse-utils just Recommend fuse-module and Suggest fuse-source (because kernel 2.6.14 packages provide FUSE and because this automatism has never worked as expected and has been PITA instead! closes: #298829) -- Eduard Bloch Thu, 29 Dec 2005 12:31:26 +0100 fuse (2.4.1-0ubuntu1) dapper; urgency=low * New upstream release. -- Daniel T Chen Fri, 28 Oct 2005 15:38:22 -0700 fuse (2.4.0-1) unstable; urgency=low * New upstream version. * ACK previous NMU. (Closes: #325993) * Test if ucf is installed before using it. (Closes: #330791) * Added debconf-2.0 dependency. (Closes: #331828) * Set fusermount binary permission to 4755 instead of 4754. -- Bartosz Fenski Fri, 14 Oct 2005 18:35:12 +0200 fuse (2.3.0-4.1) unstable; urgency=low * Non-maintainer upload. * run 'dpkg-statoverride --remove ...' at remove time (closes: #325993) -- Jonas Meurer Mon, 3 Oct 2005 00:40:58 +0200 fuse (2.3.0-4) unstable; urgency=low * Added info about fuse-source in fuse-utils. (Closes: #322549) * Fixed building issues with m-a tool. (Closes: #321935, #310764) * From now we depend on module-assistant. -- Bartosz Fenski Mon, 15 Aug 2005 22:32:58 +0200 fuse (2.3.0-3) unstable; urgency=low * Added is_true function to postrm script (Closes: #316735) * Added adduser to dependencies (Closes: #320837) * Bumped Standards-Version (no changes needed). -- Bartosz Fenski Sat, 6 Aug 2005 18:18:30 +0200 fuse (2.3.0-2) unstable; urgency=high * Fixes problems with building as non-root (Closes: #310764) -- Bartosz Fenski Sun, 19 Jun 2005 18:43:11 +0200 fuse (2.3.0-1ubuntu1) breezy; urgency=low * Resynchronise with Debian. * Sponsored for Sami Haahtinen (Closes Ubuntu #10215) -- Stephan Hermann Sun, 24 Jul 2005 15:44:22 +0200 fuse (2.3.0-1) unstable; urgency=high * New upstream version. - fixes security bug (Closes: #311634) * Added Vietnamese debconf translation by Clytie Siddall (Closes: #311750) -- Bartosz Fenski Mon, 6 Jun 2005 13:01:12 +0200 fuse (2.2.1-5) unstable; urgency=low * Now allows to be built as non-root (Closes: #306016) Thanks for Guido Trotter for spotting this. * Applied patch provided by Euan MacGregor (Closes: #298825) Should fix problems with dpkg-statoverride. -- Bartosz Fenski Tue, 26 Apr 2005 11:43:18 +0200 fuse (2.2.1-4) unstable; urgency=high * Urgency high, cause we still need previous fixes in sarge. Current ones are important too. * Added debhelper dependency to fuse-source (Closes: #303916) Thanks to tillo for reporting this. * Raised priority of debconf questions to avoid silent remove of groups. Thanks to Tom Verbreyt for reporting this (Closes: #303954) -- Bartosz Fenski Sun, 10 Apr 2005 11:43:11 +0200 fuse (2.2.1-3) unstable; urgency=high * Urgency high, we need this fix in sarge. * Added 'ucf' dependency for fuse-utils (Closes: #303621) Thanks to Steve Garcia for spotting this. -- Bartosz Fenski Sat, 9 Apr 2005 10:54:12 +0200 fuse (2.2.1-2) unstable; urgency=low * Added explicit version of sed to fuse-utils dependencies (Closes: #300375) Thanks to Iisak Kuusela for reporting this. * Fixed compilation issues without module-assistant (Closes: #300954) Thanks to Jeff Bonham for reporting this. Also README.Debian file has been added to fuse-source package to describe this kind of build. * New debconf translations: - French (Closes: #299761) Thanks to Jean-Luc Coulon. - Czech (Closes: #300364) Thanks to Miroslav Kure. - Brazilian Portuguese (Closes: #300826) Thanks to Felipe Augusto van de Wiel. -- Bartosz Fenski Thu, 24 Mar 2005 21:59:11 +0100 fuse (2.2.1-1ubuntu1) hoary; urgency=low * switch to linux-image. * thanks, Fabbio, for checking. -- Daniel Holbach Fri, 18 Mar 2005 13:08:15 +0100 fuse (2.2.1-1) unstable; urgency=high * New upstream bugfix release. Urgency high due to security fix (Closes: #299339) -- Bartosz Fenski Sun, 13 Mar 2005 20:02:11 +0100 fuse (2.2-3) unstable; urgency=low * Added --with-kernel switch to configure call (Closes: #298844) * Added postinst depmod call (Closes: #298845) Thanks for Eduard Bloch for above reports. -- Bartosz Fenski Thu, 10 Mar 2005 19:23:11 +0100 fuse (2.2-2) unstable; urgency=low * Added overlooked information about licensing of library. -- Bartosz Fenski Mon, 7 Mar 2005 18:22:12 +0100 fuse (2.2-1) unstable; urgency=low * New upstream release. -- Bartosz Fenski Sun, 6 Feb 2005 17:36:34 +0100 fuse (2.1-5) unstable; urgency=low * Now module works with 2.6.10 kernel (Closes: #291842) -- Bartosz Fenski Tue, 25 Jan 2005 14:42:31 +0100 fuse (2.1-4) unstable; urgency=low * Now building with -v switch to make sure that bugs will be closed automatically. * This is still new upstream release so (Closes: #288387) -- Bartosz Fenski Tue, 11 Jan 2005 13:28:32 +0100 fuse (2.1-3) unstable; urgency=low * s/fenio@o2.pl/fenio@debian.org/ -- Bartosz Fenski Sat, 1 Jan 2005 23:08:31 +0100 fuse (2.1-2) unstable; urgency=low * Corrected an upload error, which dumped the polish debconf translation. Please excuse. -- martin f. krafft Sun, 26 Dec 2004 13:09:49 +0100 fuse (2.1-1) unstable; urgency=low * New upstream version. - supports shared library (Closes: #147792) * Added debconf question about setuid (Closes: #280501) * Totally rewritten debian/* stuff with module-assistant in mind. - fuse-source doesn't contain util/libs (Closes: #278109) - repeated building should work fine now (Closes: #273362) - m-a can detect kernel version properly (Closes: #270843) - kernel module now only recommends kernel-image (Closes: #281694) -- Bartosz Fenski Thu, 11 Nov 2004 18:45:32 +0100 fuse (1.3-1) unstable; urgency=low * New upstream version. * debian/*.control: - added terminal newlines at the end of file - added missing urls to homepage - added MJ Ray as an uploader * debian/rules: - some ordering changes to remove config.(sub|guess) files from diff.gz -- Bartosz Fenski Sat, 17 Jul 2004 21:45:12 +0200 fuse (1.2-1) unstable; urgency=low * New upstream version. * debian/control: - added Section for sources - changed Section: from devel to libdevel for libfuse0-dev * Added debian/watch file. * debian/copyright: - distinguished copyright from license * debian/rules: - some fixes were made to support 2.6 kernels (Closes: #235128) -- Bartosz Fenski Thu, 24 Jun 2004 15:29:13 +0200 fuse (1.1-2) unstable; urgency=low * added original README.Debian file * debian/copyright: - added information about previous maintainer -- Bartosz Fenski Mon, 29 Mar 2004 07:44:23 +0100 fuse (1.1-1) unstable; urgency=low * New maintainer. Thanks Roland for your contribution. * New upstream release (Closes: #235128, #206195) * Added manual page contributed by Bastian Kleineidam. Thanks for providing it. (Closes: #235176) * FUSE 1.1 doesn't include .cvsignore files (Closes: #235091) * We don't compress examples (Closes: #147791) * debian/control: - bumped standards version - added homepage * debian/rules: many fixes/additions partially fetched from Bastian's packages. Thanks goes to him once again. * debian/docs: added some new files * debian/*: replaced name of maintainer -- Bartosz Fenski Sun, 21 Mar 2004 23:10:33 +0200 fuse (1.0-1) unstable; urgency=low * New upstream release. * debian/genchanges.sh: Only run gpg/pgp if available. Closes: #209358. * debian/fuse-module.control: Fixed typo (fuse-module instead of fule-module). Closes: #212576. -- Roland Bauerschmidt Tue, 7 Oct 2003 18:00:23 +0200 fuse (0.95-1) unstable; urgency=low * Initial Release. * Adapted lots of stuff from the pcmcia-cs package to build module packages properly. -- Roland Bauerschmidt Sun, 7 Apr 2002 19:56:20 +0200