~ubuntu-branches/ubuntu/hardy/ltspfs/hardy-updates

21 by Oliver Grawert
* udev-scripts-security-regression.dpatch (LP: #218231) due to security fixes in
1
ltspfs (0.5.0~bzr20080109-3ubuntu2) hardy; urgency=low
2
3
  * udev-scripts-security-regression.dpatch (LP: #218231) due to security fixes in
4
    ldm local devices didnt get the right DISPLAY variable to get their
5
    authentication info for mounting. This patch provides the DISPLAY variable in
6
    the udev scripts and disables X forwarding for the ssh tunnel accordingly.
7
  * cdrom-naming-regression.dpatch (LP: #218962) in this ltspfs release the cd
8
    service gets dynamically started from udev instead of running as a daemon.
9
    This change caused the mountpoint name in /media/$USER/ to become the
10
    devicename (i.e. dev-scsicd0) instead of the everywhere matched label
11
    "cdrom". The patch restores the old behavior of always setting the label
12
    to "cdrom" so the right icon will be applied on the desktop and the places
13
    menu.
14
15
 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 18 Apr 2008 01:56:29 +0200
16
20 by Oliver Grawert
* merge from debian unstable
17
ltspfs (0.5.0~bzr20080109-3ubuntu1) hardy; urgency=low
18
19
  * merge from debian unstable
20
  * adjust conflicting ldm version to match our versioning scheme
21
22
 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 05 Feb 2008 11:04:43 +0100
23
24
ltspfs (0.5.0~bzr20080109-3) unstable; urgency=low
25
26
  * fix typo in udev rules causing usb sticks to fail to mount
27
28
 -- Vagrant Cascadian <vagrant@freegeek.org>  Sun, 20 Jan 2008 14:50:59 -0800
29
30
ltspfs (0.5.0~bzr20080109-2) unstable; urgency=low
31
32
  * debian/control:
33
    - fix FTBFS: add build dependency on libglib2.0-dev
34
    - allow debian-maintainer uploads:
35
        + XS-DM-Upload-Allowed: yes
36
  * really add NEWS.Debian 
37
38
 -- Vagrant Cascadian <vagrant@freegeek.org>  Mon, 14 Jan 2008 15:15:32 -0800
39
40
ltspfs (0.5.0~bzr20080109-1) unstable; urgency=low
41
42
  * new upstream from bzr release:
43
    - use "mount --move" instead of "mount --bind", so only a single
44
      mountpoint appears (Closes: #443200)
45
    - drop hard-coded DISPLAY variable in ltspfsmounter which caused mounts to
46
      only work for the first user logged into a server
47
    - rewrite of cdpinger in C
48
      + handles when ltspfs_fstab is missing (Closes: #432669)
49
    - install ldm hooks for ltspfs (formerly in ldm package)
50
51
  * only add removable devices in default ltspfsd udev rules. thanks to Petter
52
    Reinholdtsen and Gideon Romm (Closes: 432024)
53
    - added NEWS.Debian explaining how to re-enable non-removable devices.
54
55
  * fix bug in ldm's delayed mounter hook
56
57
  * debian/copyright:
58
    - updated URLs for bzr branches
59
    - updated copyright notices
60
61
  * debian/control:
62
    - updated to Standards-Version 3.7.3, no changes needed.
63
    - Conflict with versions of ldm that shipped hooks for ltspfs
64
    - remove from Uploaders, thanks for all previous work:
65
      Matt Zimmerman (at request)
66
      Gustavo Franco (at request)
67
      Michael Vogt (possibly mistakenly added, no activity)
68
69
   * debian/rules:
70
      fix lintian warning: debian-rules-ignores-make-clean-error
71
72
 -- Vagrant Cascadian <vagrant@freegeek.org>  Thu, 10 Jan 2008 15:41:19 -0800
73
74
ltspfs (0.5+debian1) unstable; urgency=low
75
76
  * new upstream
77
    - works with new ldm
78
  * fixes to cdpinger:
79
    - call ssh with the socket in /var/run/
80
    - get call from subprocess
81
    (Closes: #418144)
82
83
 -- Vagrant Cascadian <vagrant@freegeek.org>  Tue, 18 Sep 2007 09:55:58 -0700
17 by Oliver Grawert
* fix subprocess import or cdpinger
84
16 by Oliver Grawert
* New Upstream version:
85
ltspfs (0.5-0ubuntu1) gutsy; urgency=low
86
20 by Oliver Grawert
* merge from debian unstable
87
  * Fixed bugs, eliminated the delayed mounter, bumped to version 0.5
88
89
 -- Scott Balneaves <sbalneav@ltsp.org>  Mon, 03 Sep 2007 00:33:44 -0500
90
91
ltspfs (0.4.3+debian3) unstable; urgency=medium
92
93
  urgency medium as it fixes RC bug
94
  * sync with upstream:
95
    - fix mutex release bug
96
    - edit /var/run/ltspfs_fstab instead of /etc/fstab (Closes: #427773)
97
  * cdpinger depends on lsof, thanks to Bernd Herd (Closes: #410661)
98
  * use dh_installudev to install udev rules for ltspfsd
99
100
 -- Vagrant Cascadian <vagrant@freegeek.org>  Fri, 15 Jun 2007 20:39:09 +0100
101
102
ltspfs (0.4.3+debian2) unstable; urgency=low
103
104
  * updated debian/copyright
105
  * install appropriate udev rules for debian 
106
107
 -- Vagrant Cascadian <vagrant@freegeek.org>  Wed, 27 Dec 2006 05:20:35 -0700
108
109
ltspfs (0.4.3+debian1) unstable; urgency=low
110
111
  * build for Debian
112
  * Maintainer: LTSP Debian/Ubuntu Maintainers
113
    <pkg-ltsp-devel@lists.alioth.debian.org>
114
  * Uploaders: same as ltsp + Scott Balneaves <sbalneav@ltsp.org>
115
  * drop un-used example: watch.ex
116
  * drop README.Debian (contained little useful information)
117
  * remove lintian overrides, as we should be reminded to provide man pages.
118
  * treat udev 88-ltsp.rules file as a conffile:
119
    - remove do-nothing postinst and prerm scripts.
120
  * change policy-violating editing of /etc/modules to a warning message.
121
  * add_fstab_entry:
122
      - grab filesystem type from environment if not specified on the
123
      commandline
124
      - exit if filesystem type is not defined
125
      - use basename of device, in case the full device is passed.
126
  * merge with upstream:
127
    - drop all fuse module handling code from ltspfs.postinst.
128
  * autogen.sh: use "automake -ac" (thanks to Wolfgang Schweer)
129
130
 -- Vagrant Cascadian <vagrant@freegeek.org>  Sat, 23 Dec 2006 11:16:58 -0700
13 by Oliver Grawert
* dont try to handle the fuse module, fuse-utils does that
131
12 by Oliver Grawert
really add missing dependency on fuse-ultis to ltspfs binary (brown
132
ltspfs (0.4.3-0ubuntu4) edgy; urgency=low
133
134
  * really add missing dependency on fuse-ultis to ltspfs binary (brown
135
    paperbag upload)
136
137
 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 25 Sep 2006 03:37:34 +0200
138
11 by Oliver Grawert
add missing dependency on fuse-ultis to ltspfs binary
139
ltspfs (0.4.3-0ubuntu3) edgy; urgency=low
140
141
  * add missing dependency on fuse-ultis to ltspfs binary
142
143
 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 24 Sep 2006 19:50:06 +0200
144
10 by Scott Balneaves
* Fixed testing conditions in postinst.
145
ltspfs (0.4.3-0ubuntu2) edgy; urgency=low
146
147
  * Fixed testing conditions in postinst.
148
  * closes: https://launchpad.net/distros/ubuntu/+source/ltspfs/+bug/61738
149
150
 -- Scott Balneaves <sbalneav@ltsp.org>  Mon, 18 Sep 2006 13:01:06 -0500
151
9 by Scott Balneaves
* Fixed variable check for static-devices in add_fstab_entry
152
ltspfs (0.4.3-0ubuntu1) edgy; urgency=low
153
154
  * Fixed variable check for static-devices in add_fstab_entry
155
  * Bumped to 0.4.3
156
  * UVF exception granted by mdz
157
158
 -- Scott Balneaves <sbalneav@ltsp.org>  Mon, 18 Sep 2006 13:01:06 -0500
159
160
ltspfs (0.4.2-0ubuntu1) edgy; urgency=low
161
162
  * Fixed bug in mounting floppies.
163
  * Fixed race conditions for mounting in /tmp, to moving mounting of drives
164
    to /var/run
165
  * Fix FHS compliance by installing scripts to /usr/sbin
166
  * Testing exist status of mounting in am_mount and am_umount removed to
167
    allow failed floppy mounts not to exit the server.
168
  * Added null check for DISPLAY to fix segfault.
169
170
 -- Scott Balneaves <sbalneav@ltsp.org>  Mon, 18 Sep 2006 13:01:06 -0500
171
172
ltspfs (0.4.1-0ubuntu1) edgy; urgency=low
173
174
  * New maintainer: Scott Balneaves
175
  * Merge source to single upstream tarball, instead of CVS checkouts.
176
  * Merged Ubuntu security patches for ltspfs and ltspfsd binaries upstream
177
  * Upgraded pathing, fixed udev rules plus problem in postinst
178
179
 -- Scott Balneaves <sbalneav@ltsp.org>  Mon, 18 Sep 2006 13:01:06 -0500
180
8 by Oliver Grawert
make sure the suid bit is really set on the suid wrapper
181
ltspfs (0.2-0ubuntu4) edgy; urgency=low
182
183
  * make sure the suid bit is really set on the suid wrapper
184
185
 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 29 Aug 2006 12:16:27 +0200
186
7 by Oliver Grawert
add 01_fix_ltspfs_buffer_overflow.dpatch
187
ltspfs (0.2-0ubuntu3) edgy; urgency=low
188
189
  * add 01_fix_ltspfs_buffer_overflow.dpatch 
9 by Scott Balneaves
* Fixed variable check for static-devices in add_fstab_entry
190
  * fix system calls to be true fork/execv (ltspfsd)
7 by Oliver Grawert
add 01_fix_ltspfs_buffer_overflow.dpatch
191
192
 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 25 Aug 2006 14:49:57 +0200
193
6 by Oliver Grawert
make sure the fuse module is loaded
194
ltspfs (0.2-0ubuntu2) edgy; urgency=low
195
196
  * make sure the fuse module is loaded
9 by Scott Balneaves
* Fixed variable check for static-devices in add_fstab_entry
197
  * fixed dependencys (for ltspfsd)
6 by Oliver Grawert
make sure the fuse module is loaded
198
199
 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 23 Aug 2006 17:04:05 +0200
200
5 by Oliver Grawert
added lbmount source and integration scripts
201
ltspfs (0.2-0ubuntu1) edgy; urgency=low
202
203
  * added lbmount source and integration scripts
9 by Scott Balneaves
* Fixed variable check for static-devices in add_fstab_entry
204
  * added ubuntu integration scripts (ltspfsd)
5 by Oliver Grawert
added lbmount source and integration scripts
205
206
 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 22 Aug 2006 10:41:14 +0200
207
4 by Oliver Grawert
* fixed manpage
208
ltspfs (0.1cvs20060518-1) dapper; urgency=low
209
210
  * fixed manpage
211
  * added dependency on fuse-utils
212
  * most recent cvs checkout, fixes several bugs
213
   - Fixed timeouts, and a hack for ubuntu ltspfs auth. (sbalneav)
214
  * UVF exception approved by mdz
215
216
 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 18 May 2006 07:47:46 +0200
217
3 by Oliver Grawert
updated to latest cvs
218
ltspfs (0.1cvs20060119-1) dapper; urgency=low
219
220
  * updated to latest cvs
221
222
 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 19 Jan 2006 03:01:49 +0100
223
2 by Oliver Grawert
Initial release
224
ltspfs (0.1cvs20051117-1) dapper; urgency=low
225
226
  * Initial release
227
228
 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 28 Oct 2005 21:38:44 +0200
229