1
ecryptfs-utils (76) unreleased; urgency=low
3
[ Arfrever Frehtes Taifersar Arahesis ]
4
* key_mod/ecryptfs_key_mod_gpg.c,
5
key_mod/ecryptfs_key_mod_pkcs11_helper.c,
6
libecryptfs/key_management.c, utils/ecryptfs_unwrap_passphrase.c:
7
Fix warnings, initialize a few variables, drop unused ones
10
* src/lib/key_management.c: fix stray semicolon that prevents .ecryptfsrc
11
files from working properly, LP: #372709
13
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 06 May 2009 10:40:17 -0500
15
ecryptfs-utils (75) released; urgency=low
18
* debian/rules: drop hackery that moves stuff /usr/share/ecryptfs-utils
19
* src/utils/mount.ecryptfs_private.c: update inline documentation
20
* debian/changelog, src/libecryptfs/cmd_ln_parser.c,
21
src/libecryptfs/key_management.c, src/pam_ecryptfs/pam_ecryptfs.c,
22
src/utils/ecryptfs_add_passphrase.c,
23
src/utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
24
src/utils/ecryptfs_rewrap_passphrase.c,
25
src/utils/ecryptfs_unwrap_passphrase.c,
26
src/utils/ecryptfs_wrap_passphrase.c: silence some useless logging,
28
* include/ecryptfs.h, libecryptfs/key_management.c,
29
utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
30
utils/ecryptfs_unwrap_passphrase.c: if the file to unwrap is
31
unspecified, try to use the default ~/.ecryptfs/wrapped-passphrase
32
before bailing out, LP: #359997
33
* src/utils/ecryptfs-setup-private: unix_chkpwd is not always present
34
(eg, gentoo), LP: #332341
37
* doc/manpage/ecryptfs.7: ecryptfs_encrypted_view option desription
41
* decision_graph.c: fix uninitialized return code
42
* mount.ecryptfs.c: don't pass verbosity option to kernel
44
[ anrxc & Dustin Kirkland ]
45
* doc/Makefile.am, src/desktop/Makefile.am: fix automake installation from
46
/usr/share to /usr/share/ecryptfs-utils
48
[ Daniel Baumann & Dustin Kirkland ]
49
* debian/rules, debian/control: sync differences between Debian & Ubuntu's
52
[ Arfrever Frehtes Taifersar Arahesis ]
53
* src/key_mod/ecryptfs_key_mod_gpg.c,
54
src/key_mod/ecryptfs_key_mod_pkcs11_helper.c: fix implicit declations
57
* key_mod/ecryptfs_key_mod_tspi.c, utils/ecryptfs_generate_tpm_key.c:
58
the SRK password should be set to 20 bytes of NULL (wellknown
59
password), in order for different tools to request key protection
60
with the Storage Root Key
62
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 May 2009 15:07:38 -0500
64
ecryptfs-utils (74) released; urgency=low
67
* Changes for RH/Fedora release
68
- change error codes to be more descriptive
69
- decision_graph.h, *: change definition of node return codes to positive
71
- mount.ecryptfs.c: insist for yes/no answer for unkown sigs
72
- don't print error for removing key from keyring if it succeeded
73
- module_mgr.c: insist on yes/no answer
74
- use ECRYPTFS_NONEMPTY_VALUE_REQUIRED where reasonable
75
- pam_ecryptfs.c: don't try to unwrap key for users not using pam mounting
76
- add verbosity to man page
77
- decision_graph.* : add ECRYPTFS_NONEMPTY_VALUE_REQUIRED flag for nodes
78
- decision_graph.* : add WRONG_VALUE return code to nodes for asking
82
* src/utils/ecryptfs-setup-private: fix bug in grep when running with LANG
83
in other locales, LP: #347969
84
* doc/manpage/ecryptfs.7: add notes about verbose option
85
* src/desktop: add the desktop files to the dist tarball
86
* src/utils/ecryptfs-dot-private: sourceable file for accessing your
87
encrypted data; useful for conducting backups
89
[ Martin Pitt and Dustin Kirkland ]
90
Reworked the fixes for LP: #352307, remind user to record their passphrase
91
* src/desktop/ecryptfs-record-passphrase: run if
92
~/.ecryptfs/.wrapped-passphrase.recorded does NOT exist; touch that
93
file upon successful run of unwrap passphrase
94
* debian/patches/00list,
95
debian/patches/update-notifier-remind-passphrase.dpatch: dropped, since
96
this was moved into PAM
98
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 21 Apr 2009 18:21:30 -0500
100
ecryptfs-utils (73-0ubuntu1) jaunty; urgency=low
103
Userspace fixes for LP: #345544, CVE-2009-0787
104
* src/utils/ecryptfs-rewrite-file: new script, to rewrite a file,
105
forcing it to be re-encrypted when written to disk
106
* doc/manpage/ecryptfs-rewrite-file.1: documentation added
108
Unrelated fixes in this release
109
* src/utils/ecryptfs-mount-private, src/utils/ecryptfs-setup-private,
110
src/utils/ecryptfs-setup-swap: use head/line for prompting and reading
114
* ecryptfs-setup-private: don't fail with syntax error when kernel
116
* *.desktop: make desktop files standards compliant
117
* umount.ecryptfs: don't sigsegv when arguments are missing
119
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 20 Mar 2009 17:26:13 -0500
121
ecryptfs-utils (72-0ubuntu1) jaunty; urgency=low
124
* src/utils/ecryptfs-[u]mount-private: print message about cd $PWD,
126
* doc/manpage/*: manpage updates
127
* debian/ecryptfs-utils.prerm: prevent removal of ecryptfs-utils
128
package, if in use, LP: #331085
129
* src/utils/ecryptfs-setup-private:
130
- allow for LDAP-based logins, LP: #317307
131
- add --noautomount, --noautoumount options, LP: #301759
134
* src/libecryptfs/cipher_list.c: ignore unknown ciphers, LP: #335632
135
* doc/manpage/ecryptfs.7: add key sig mount options info, LP: #329491
136
* src/utils/mount.ecryptfs.c: scrub unknown option
139
* doc/manpage/fr/*: initial cut at french manpages
142
* src/libecryptfs/module_mgr.c: fix mount parameter handling on
143
interactive mounting, LP: #331948
145
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 18 Mar 2009 18:53:11 -0500
147
ecryptfs-utils (71-0ubuntu1) jaunty; urgency=low
152
* src/utils/ecryptfs-setup-swap: a first cut at a script that helps setup
154
* debian/control: suggest cryptsetup
157
* improve interactive mode of mount.ecryptfs
159
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 18 Feb 2009 17:34:17 -0600
161
ecryptfs-utils (70-0ubuntu1) jaunty; urgency=low
163
* New upstream release, dropped all patches (included upstream)
166
* Auto module loading improvements
167
* Fix nss passphrase (un)wrapping
168
* Fix error handling when wrapping passphrase is too long
169
* Use %m instead of strerror(errno) everywhere
170
* Make the code compile with -Werror
173
* umount.ecryptfs wrapper, clears keys
176
* Add a trailing newline to passphrase printing
177
* Hack around glibc/kernel mlock limit issue, LP: #329176
179
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 13 Feb 2009 19:33:22 -0600
181
ecryptfs-utils (69-0ubuntu2) jaunty; urgency=low
183
* debian/patches/10-remove-bashism.dpatch: fix installer bug, LP: #326184
184
* debian/control: Added libnss3-1d dependency (trying to cut over from
187
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 06 Feb 2009 17:58:11 +0100
189
ecryptfs-utils (69-0ubuntu1) jaunty; urgency=low
191
* New upstream release, dropped all patches (included upstream)
192
* This release includes support for filename encryption (LP: #264977)
193
* This release promotes keyutils from a 'recommends' to a 'depends,
194
for access to the keyctl command, which is used by the helper scripts
195
to clear the keyring on unmount (LP: #313812)
197
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Jan 2009 13:51:21 -0500
199
ecryptfs-utils (68-1ubuntu2) jaunty; urgency=low
201
* debian/patches/05-mount_opts.dpatch: Clean up mount options, LP: #277723
203
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 05 Jan 2009 15:34:05 -0600
205
ecryptfs-utils (68-1ubuntu1) jaunty; urgency=low
207
* Merge from debian unstable (LP: #311193), remaining changes:
208
- debian/ecryptfs-utils.postinst: handle pam-auth-update
209
- debian/control: keep the dpatch build dep; libpam-runtime dep for
211
- debian/ecryptfs-utils.install: install the pam-auth-update file
212
- debian/rules:keep the dpatch infrastructure around as we'll likely need
213
it again; install the pam-auth-update file
214
- debian/ecryptfs-utils.pam-auth-update: pam stack configuration
215
- debian/ecryptfs-utils.dirs: usr share install dirs
216
- debian/ecryptfs-utils.prerm: remove pam-auth-update configuration
217
* Upstream merge also fixes LP: #304043.
219
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 24 Dec 2008 10:24:53 -0600
221
ecryptfs-utils (68-1) unstable; urgency=high
223
* Merging upstream version 68:
224
- Contains upstream changelog (Closes: #507942).
225
- Fixes syntax error in ecryptfs-setup-private (Closes: #509339).
226
* Updating rules to install changelog.
228
-- Daniel Baumann <daniel@debian.org> Tue, 23 Dec 2008 08:04:00 +0100
230
ecryptfs-utils (67-1ubuntu1) jaunty; urgency=low
232
* Merge from debian unstable, remaining changes (Debian Bug: #506172):
233
- debian/ecryptfs-utils.postinst: handle pam-auth-update
234
- debian/rules:keep the dpatch infrastructure around as we'll likely need
235
it again; install the pam-auth-update file
236
- debian/ecryptfs-utils.install: install the pam-auth-update file
237
- debian/control: keep the dpatch build dep; libpam-runtime dep for
239
- debian/ecryptfs-utils.pam-auth-update: pam stack configuration
240
- debian/ecryptfs-utils.dirs: usr share install dirs
241
- debian/ecryptfs-utils.prerm: remove pam-auth-update configuration
243
- debian/patches/10-counter_increment_fix.dpatch: included upstream
244
- debian/ecryptfs-mount-private.desktop: included upstream
245
- debian/ecryptfs-mount-private.txt: included upstream
246
- debian/rules: desktop, readme files installed by upstream
247
- debian/ecryptfs-utils.install: desktop, readme installed by upstream
249
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 04 Dec 2008 12:09:35 -0600
251
ecryptfs-utils (67-1) unstable; urgency=low
253
* Merging upstream version 67.
255
-- Daniel Baumann <daniel@debian.org> Wed, 3 Dec 2008 09:54:00 +0100
257
ecryptfs-utils (66-2ubuntu3) jaunty; urgency=low
259
* debian/patches/10-counter_increment_fix.dpatch: fix broken mount counter
260
for encrypted home users (LP: #301085).
262
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 22 Nov 2008 14:59:52 -0600
264
ecryptfs-utils (66-2ubuntu2) jaunty; urgency=low
266
* debian/control: depend on python-dev and swig to fix FTBFS (LP: #299888)
267
* debian/changelog: fix references to Debian bugs
269
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 19 Nov 2008 07:09:19 -0600
271
ecryptfs-utils (66-2ubuntu1) jaunty; urgency=low
273
* Merge from debian unstable,
274
(LP: #259631, #293433, #286265, #247421, #294888, #298421)
276
- debian/ecryptfs-utils.postinst: handle pam-auth-update
277
(Debian Bug: #506172)
279
+ keep the dpatch infrastructure around, as we'll likely
280
need it again at some point soon
281
+ install the desktop, readme, and pam-auth-update files ()
282
- debian/ecryptfs-utils.install: install the desktop, readme shared files
283
(Debian Bug: #506172)
285
+ keep the dpatch build dep
286
+ depend on libpam-runtime (Debian Bug: #506172)
287
- debian/ecryptfs-utils.prerm: remove pam-auth-update configuration
288
(Debian Bug: #506172)
289
- debian/ecryptfs-mount-private.txt: readme to install in unmounted
290
private dir (Debian Bug: #506172)
291
- debian/ecryptfs-mount-private.desktop: desktop link to install in
292
unmounted private dir (Debian Bug: #506172)
293
- debian/ecryptfs-utils.dirs: usr share install dirs (Debian Bug: #506172)
294
- debian/ecryptfs-utils.pam-auth-update: pam stack configuration
295
(Debian Bug: #506172)
297
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 18 Nov 2008 22:55:19 -0600
299
ecryptfs-utils (66-2) unstable; urgency=low
301
* Removing auth-client-config support, no longer used.
302
* Adding ecryptfs-utils recommends to keyutils.
303
* Building without ssl, ecryptfs_key_mod_openssl.c has incompatible
305
* Building without pkcs11 helper, ecryptfs_key_mod_pkcs11_helper.c
306
links against openssl and has incompatible license (GPL-2+).
307
* Building without pkcs11 helper, ecryptfs_key_mod_tspi.c links
308
against openssl and has incompatible license (GPL-2+).
310
-- Daniel Baumann <daniel@debian.org> Tue, 18 Nov 2008 20:02:00 +0100
312
ecryptfs-utils (66-1) unstable; urgency=low
314
* Manually adding second line of the commit message when merging
315
upstream version 65 to changelog.
316
* Merging upstream version 66.
317
* Adding ecryptfs-utils.postinst to create /var/lib/ecryptfs on
318
package installation time.
320
-- Daniel Baumann <daniel@debian.org> Tue, 18 Nov 2008 12:39:00 +0100
322
ecryptfs-utils (65-1) unstable; urgency=low
324
* Merging upstream version 65:
325
- Adds --wrapping option to ecryptfs-setup-private command to use an
326
independent wrapping passphrase, different from the login passphrase
328
* Removing pam-doc.dpatch, went upstream.
329
* Adding build-depends to swig.
330
* Adding build-depends to python-dev.
331
* Including python bindings in libecryptfs0.
333
-- Daniel Baumann <daniel@debian.org> Sat, 15 Nov 2008 07:49:00 +0100
335
ecryptfs-utils (64-3) unstable; urgency=low
337
* Replacing obsolete dh_clean -k with dh_prep.
338
* Adding patch from Osamu Aoki <osamu@debian.org> to update
339
ecryptfs-pam-doc.txt contents with s/Confidential/Private/
341
* Updating homepage and download location in control and copyright
343
* Updating author information in copyright.
344
* Installing desktop shortcut and readme to /usr/share/ecryptfs-utils.
345
Together with the fixes of upstream version 64, this interactively prompts
346
for passwords now (Closes: #504370).
348
-- Daniel Baumann <daniel@debian.org> Sat, 8 Nov 2008 07:01:00 +0100
350
ecryptfs-utils (64-2) unstable; urgency=low
352
* Adding build-depends to python (Closes: #504719).
354
-- Daniel Baumann <daniel@debian.org> Thu, 6 Nov 2008 17:45:00 +0100
356
ecryptfs-utils (64-1) unstable; urgency=low
358
* Removing sbin-path.dpatch, not needed anymore.
359
* Building with --enable-static, was default previously.
361
-- Daniel Baumann <daniel@debian.org> Wed, 5 Nov 2008 20:45:00 +0100
363
ecryptfs-utils (63-1) unstable; urgency=low
365
* Merging upstream version 63.
367
-- Daniel Baumann <daniel@debian.org> Fri, 24 Oct 2008 06:42:00 +0200
369
ecryptfs-utils (61-1) unstable; urgency=low
371
* Using patch-stamp rather than patch in rules file.
372
* Merging upstream version 61.
373
* Rediffing sbin-path.dpatch.
375
-- Daniel Baumann <daniel@debian.org> Thu, 23 Oct 2008 19:42:00 +0200
377
ecryptfs-utils (58-2) unstable; urgency=low
379
* Adding patch from situert <situert@yahoo.com> to call ecryptfs
380
helper scripts in /sbin with full path to avoid problem if /sbin is
381
not in PATH (Closes: #498543).
383
-- Daniel Baumann <daniel@debian.org> Thu, 11 Sep 2008 08:11:00 +0200
385
ecryptfs-utils (58-1) unstable; urgency=low
387
* Merging upstream version 58.
389
-- Daniel Baumann <daniel@debian.org> Tue, 9 Sep 2008 07:08:00 +0200
391
ecryptfs-utils (57-1) unstable; urgency=low
393
* Updating vcs fields in control file.
394
* Merging upstream version 57.
396
-- Daniel Baumann <daniel@debian.org> Mon, 8 Sep 2008 13:44:00 +0200
398
ecryptfs-utils (56-1) unstable; urgency=low
400
* Setting permissions for ecryptfs.acc when installing it in rules.
401
* Merging upstream version 56.
403
-- Daniel Baumann <daniel@debian.org> Mon, 25 Aug 2008 01:25:00 +0200
405
ecryptfs-utils (55-1) unstable; urgency=low
407
* Merging upstream version 55.
409
-- Daniel Baumann <daniel@debian.org> Mon, 25 Aug 2008 01:19:00 +0200
411
ecryptfs-utils (53-2) unstable; urgency=low
413
* Adding auth-client-config support, thanks to Dustin Kirkland
414
<kirkland@ubuntu.com>.
416
-- Daniel Baumann <daniel@debian.org> Tue, 5 Aug 2008 23:59:00 +0200
418
ecryptfs-utils (53-1ubuntu13) intrepid-proposed; urgency=low
420
Fixes for LP: #259631, add interactive mounting capability
421
* debian/rules, debian/ecryptfs-utils.dirs,
422
debian/ecryptfs-utils.install, debian/ecryptfs-mount-private.desktop,
423
debian/ecryptfs-mount-private.txt: install the new desktop shortcut
424
file and readme.txt to /usr/share/ecryptfs-utils
425
* debian/patches/60_interactive_mount.dpatch: modify ecryptfs-mount-private
426
utility to interactively prompt for password
427
* debian/patches/00list: updated accordingly
429
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 04 Nov 2008 09:34:41 -0600
431
ecryptfs-utils (53-1ubuntu12) intrepid-proposed; urgency=low
433
* debian/patches/55_check_password_and_remove_from_proc.dpatch:
434
use the printf function properly (LP: #290445)
436
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Oct 2008 16:50:11 -0500
438
ecryptfs-utils (53-1ubuntu11) intrepid; urgency=low
440
* debian/patches/55_check_password_and_remove_from_proc.dpatch:
441
Fix ecryptfs-add-passphrase and ecryptfs-wrap-passphrase to take
442
passphrases on standard, to protect from disclosure on the process
443
table; fix callers in ecryptfs-setup-private (LP: #287908).
444
Validate that the user password is correct with unix_chkpwd (LP: #287906).
445
* debian/patches/00list: updated accordingly
447
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 23 Oct 2008 12:53:30 -0500
449
ecryptfs-utils (53-1ubuntu10) intrepid; urgency=low
452
* debian/patches/45-mount_private_counter.dpatch: implement a counter to
453
track mounts/unmounts of the private directory; unmount if the
454
counter is 0; allow a -f override to force unmount. LP: #259293.
457
* debian/patches/50-error-on-empty-password.dpatch: return
458
PAM_AUTHTOK_RECOVER_ERR from the password changing module if we
459
didn't get a password from the other modules in the stack, instead
460
of returning success. LP: #272232.
462
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 19 Oct 2008 10:30:08 -0500
464
ecryptfs-utils (53-1ubuntu9) intrepid; urgency=low
466
* debian/patches/35-silence_useless_mount_messages.dpatch: silence error
467
messages (LP: #277343)
468
* debian/patches/40-zero_out_grep_options.dpatch: zero out GREP_OPTIONS
470
* debian/patches/00list: updated accordingly
472
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 03 Oct 2008 12:58:21 -0500
474
ecryptfs-utils (53-1ubuntu8) intrepid; urgency=low
476
* debian/rules: change the installed permissions of pam-auth-update
477
config to r--r--r-- (LP: #260458).
479
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 22 Aug 2008 18:45:09 +0100
481
ecryptfs-utils (53-1ubuntu7) intrepid; urgency=low
483
* debian/00list: added 30-ecryptfs-setup-private_empty-dir-check.dpatch
485
* debian/30-ecryptfs-setup-private_empty-dir-check.dpatch: Patch checks that
486
~/Private and ~/.Private are empty before proceeding.
488
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 22 Aug 2008 12:16:50 +0100
490
ecryptfs-utils (53-1ubuntu6) intrepid; urgency=low
492
* Fixes (LP: #259915).
493
* debian/control: drop suggests of auth-client-config, add depends on
495
* debian/ecryptfs-utils.postinst: initial creation, use pam-auth-update,
496
be sure to 'force' if pam stack was precisely written by
498
* debian/ecryptfs-utils.prerm: remove pam-auth-update config on uninstall
499
* debian/ecryptfs-utils.pam-auth-update: initial creation of pam-auth-update
501
* debian/ecryptfs.acc: drop auth-client-config profile.
502
* debian/rules, debian/ecryptfs-utils.install, debian/ecryptfs-utils.dirs:
503
remove auth-client-config installation, add pam-auth-update.
505
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 22 Aug 2008 01:22:48 +0100
507
ecryptfs-utils (53-1ubuntu5) intrepid; urgency=low
509
* debian/patches/00list: add 25-ecryptfs-setup-private_fix-pw-echo.dpatch
511
* debian/patches/25-ecryptfs-setup-private_fix-pw-echo.dpatch: comment out
512
mostly-debugish echo's; conditionally print randomly generated passphrase;
513
always remind the user to print/record the mount passphrase for data
516
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 20 Aug 2008 23:20:36 +0100
518
ecryptfs-utils (53-1ubuntu4) intrepid; urgency=low
520
* debian/patches/00list: add 20-ecryptfs-setup-private-force.dpatch.
521
* debian/patches/20-ecryptfs-setup-private-force.dpatch: error out if a
522
pre-existing ecryptfs setup is found, allow for a --force override,
525
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 15 Aug 2008 13:54:03 -0500
527
ecryptfs-utils (53-1ubuntu3) intrepid; urgency=low
529
* debian/patches/00list: add 15-pam_ecryptfs-auth_fork_exit.dpatch.
530
* debian/patches/15-pam_ecryptfs-auth_fork_exit.dpatch: fix broken
531
exit condition causing screensaver unlocking to fail (LP: #255795).
533
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 11 Aug 2008 13:50:59 -0500
535
ecryptfs-utils (53-1ubuntu2) intrepid; urgency=low
537
* debian/control: add build dependency on dpatch.
538
* debian/rules: add relevant patch bits.
539
* debian/patches/00list: add 10-pam_ecryptfs-automount.dpatch.
540
* debian/patches/10-pam_ecryptfs-automount.dpatch: patch pam_ecryptfs to
541
respect ~/.ecryptfs/auto-mount and ~/.ecryptfs/auto-umount files
544
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 08 Aug 2008 13:00:53 -0500
546
ecryptfs-utils (53-1ubuntu1) intrepid; urgency=low
548
* Merge from debian unstable (LP: #254714, #251245), remaining changes:
549
- debian/rules: install ecryptfs auth-client-config profile
550
- debian/control: Update maintainer, suggest auth-client-config
551
- debian/ecryptfs.acc: define auth-client-config profile
552
- debian/ecryptfs-utils.install: install auth-client-config profile
554
- debian/ecryptfs-utils.dirs: handled by install -D rule
556
- debian/ecryptfs.acc: Add to common-password stack, make all pam_ecryptfs
557
entries optional (LP: #253816).
559
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 04 Aug 2008 15:58:24 -0500
561
ecryptfs-utils (53-1) unstable; urgency=low
563
* Updating to install newly added manpages.
564
* Removing 01-manpage.dpatch, not required anymore.
565
* Merging upstream version 53.
567
-- Daniel Baumann <daniel@debian.org> Sun, 3 Aug 2008 00:11:00 +0200
569
ecryptfs-utils (52-1) unstable; urgency=low
571
* Merging upstream version 52.
573
-- Daniel Baumann <daniel@debian.org> Fri, 1 Aug 2008 03:50:00 +0200
575
ecryptfs-utils (51-1) unstable; urgency=low
577
* Merging upstream version 51.
579
-- Daniel Baumann <daniel@debian.org> Fri, 1 Aug 2008 01:22:00 +0200
581
ecryptfs-utils (50-4ubuntu2) intrepid; urgency=low
583
* debian/patches/00list, debian/patches/05-pam_ecryptfs_waitpid.dpatch:
584
Cherry pick this patch from upstream, which fixes gdm/kdm hangs on logout
587
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 22 Jul 2008 18:34:59 -0500
589
ecryptfs-utils (50-4ubuntu1) intrepid; urgency=low
591
* Merge from debian unstable (LP: #249503), remaining changes:
592
- debian/control: Update maintainer, suggest auth-client-config
593
- debian/ecryptfs-utils.dirs: add etc/auth-client-config/profile.d
594
- debian/ecryptfs-utils.install: add ecryptfs auth-client-config profile
595
- debian/ecryptfs.acc: define auth-client-config profile
596
- debian/rules: support ecryptfs auth-client-config profile
598
- debian/libecryptfs0.dirs: moved auth-client-config bit to
599
debian/ecryptfs-utils.dirs
600
- debian/libecryptfs.install: moved auth-client-config bit to
601
debian/ecryptfs-utils.install
603
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 17 Jul 2008 10:39:51 -0500
605
ecryptfs-utils (50-4) unstable; urgency=medium
607
* Adding /usr/lib/libecryptfs.so.0.0 symlink.
608
* Moving /lib/security/pam_ecryptfs.so and /usr/lib/ecryptfs/*.so from
609
libecryptfs0 to ecryptfs-utils.
611
-- Daniel Baumann <daniel@debian.org> Wed, 16 Jul 2008 20:34:00 +0200
613
ecryptfs-utils (50-3ubuntu1) intrepid; urgency=low
615
* Merge from debian unstable (LP: #248420), remaining changes:
616
- debian/libecryptfs0.install: add ecryptfs auth-client-config profile
617
- debian/rules: support ecryptfs auth-client-config profile
618
- debian/control: Update maintainer, suggest auth-client-config
619
- debian/libecryptfs0.dirs: add etc/auth-client-config/profile.d
620
- debian/ecryptfs.acc: define auth-client-config profile
622
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 14 Jul 2008 09:48:23 -0500
624
ecryptfs-utils (50-3) unstable; urgency=low
626
* Adding missing build-depends to pkg-config (Closes: #490415).
628
-- Daniel Baumann <daniel@debian.org> Sat, 12 Jul 2008 11:12:00 +0200
630
ecryptfs-utils (50-2) unstable; urgency=low
632
* Removing currently unused libgtk2.0-dev from build-depends (Closes:#490233).
633
* Building ecryptfs-utils with TPM support on all supported Debian
634
architectures, except s390.
635
* Installing /sbin/mount.ecryptfs_private with suid root.
637
-- Daniel Baumann <daniel@debian.org> Thu, 10 Jul 2008 23:48:00 +0200
639
ecryptfs-utils (50-1ubuntu1) intrepid; urgency=low
641
* auth-client-config support (LP: #247641)
642
+ debian/ecryptfs.acc: create an auth-client-config profile
643
+ debian/libecryptfs0.install: install the auth-client-config profile
644
+ debian/control: modify maintainer value; add auth-client-config to
646
+ debian/libecryptfs0.dirs: create with etc/auth-client-config/profile.d
648
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 11 Jul 2008 12:00:36 -0500
650
ecryptfs-utils (50-1) unstable; urgency=low
652
* Merging upstream version 50.
654
-- Daniel Baumann <daniel@debian.org> Sun, 29 Jun 2008 22:19:00 +0200
656
ecryptfs-utils (49-1) unstable; urgency=low
658
* Merging upstream version 49.
660
-- Daniel Baumann <daniel@debian.org> Sun, 29 Jun 2008 22:09:00 +0200
662
ecryptfs-utils (48-1) unstable; urgency=medium
664
* Updating debhelper shlibs file.
665
* Updating rules fileto reflect upstreams removal of documentation.
666
* Merging upstream version 48.
668
-- Daniel Baumann <daniel@debian.org> Mon, 16 Jun 2008 21:35:00 +0200
670
ecryptfs-utils (47-1) unstable; urgency=low
672
* Merging upstream version 47.
674
-- Daniel Baumann <daniel@debian.org> Mon, 16 Jun 2008 20:39:00 +0200
676
ecryptfs-utils (46-1) unstable; urgency=low
678
* Removing superfluous empty line from rules file.
679
* Removing trailing slash in install debhelper file.
680
* Merging upstream version 46.
681
* Updating to standards 3.8.0.
683
-- Daniel Baumann <daniel@debian.org> Tue, 10 Jun 2008 08:06:00 +0200
685
ecryptfs-utils (45-1) unstable; urgency=low
687
* Merging upstream version 45.
689
-- Daniel Baumann <daniel@debian.org> Fri, 16 May 2008 08:22:00 +0200
691
ecryptfs-utils (44-1) unstable; urgency=low
693
* Reordering rules file.
694
* Updating debhelper shlibs file.
695
* Rewriting copyright file in machine-interpretable format.
696
* Adding vcs fields in control file.
697
* Upgrading package to debhelper 7.
698
* Merging upstream version 44.
700
-- Daniel Baumann <daniel@debian.org> Sat, 3 May 2008 12:17:00 +0200
702
ecryptfs-utils (43-1) unstable; urgency=low
704
* New upstream release.
705
* Removing watch file.
707
-- Daniel Baumann <daniel@debian.org> Wed, 9 Apr 2008 09:54:00 +0200
709
ecryptfs-utils (41-1) unstable; urgency=low
711
* New upstream release.
713
-- Daniel Baumann <daniel@debian.org> Tue, 1 Apr 2008 11:25:00 +0200
715
ecryptfs-utils (40-1) unstable; urgency=low
717
* New upstream release.
719
-- Daniel Baumann <daniel@debian.org> Sun, 24 Feb 2008 22:09:00 +0100
721
ecryptfs-utils (38-2) unstable; urgency=low
723
* Temporarily only use tpm toolchain on i386 (Closes: #461233).
724
* Current upstream should build without patches on amd64 (Closes: #445619).
725
* Added --fail-missing to dh_install call in rules.
726
* Updated .install files to cover additional files.
728
-- Daniel Baumann <daniel@debian.org> Thu, 17 Jan 2008 23:47:00 +0100
730
ecryptfs-utils (38-1) unstable; urgency=low
732
* New upstream release.
734
-- Daniel Baumann <daniel@debian.org> Sat, 12 Jan 2008 17:14:00 +0100
736
ecryptfs-utils (37-1) unstable; urgency=low
738
* New upstream release (Closes: #457316).
739
* Compling with trousers support now.
740
* Bumping to new policy.
742
-- Daniel Baumann <daniel@debian.org> Fri, 21 Dec 2007 14:54:00 +0100
744
ecryptfs-utils (30-1) unstable; urgency=low
746
* New upstream release.
748
-- Daniel Baumann <daniel@debian.org> Fri, 16 Nov 2007 12:10:00 +0100
750
ecryptfs-utils (27-1) unstable; urgency=low
752
* New upstream release.
754
-- Daniel Baumann <daniel@debian.org> Fri, 19 Oct 2007 21:50:00 +0200
756
ecryptfs-utils (26-1) unstable; urgency=low
758
* New upstream release.
759
* Dropped 02-ia64.dpatch; not required anymore.
760
* Building with --disable-tspi for the time beeing until trousers is
762
* Downgrading recommends to opencryptoki to a suggests for the time beeing
763
until opencryptoki is uploaded.
765
-- Daniel Baumann <daniel@debian.org> Sun, 14 Oct 2007 11:17:00 +0200
767
ecryptfs-utils (24-2) unstable; urgency=low
769
* Enforcing libdir (Closes: #445619).
771
-- Daniel Baumann <daniel@debian.org> Wed, 10 Oct 2007 23:41:00 +0200
773
ecryptfs-utils (24-1) unstable; urgency=low
775
* New upstream release.
777
-- Daniel Baumann <daniel@debian.org> Tue, 9 Oct 2007 12:03:00 +0200
779
ecryptfs-utils (23-1) unstable; urgency=low
781
* New upstream release.
782
* Added libgpgme11-dev to build-depends.
783
* Rediffed 02-ia64.dpatch.
785
-- Daniel Baumann <daniel@debian.org> Mon, 27 Aug 2007 16:32:00 +0200
787
ecryptfs-utils (21-1) unstable; urgency=low
789
* Initial release (Closes: #401800).
790
* Added patch from William Lima <wlima.amadeus@gmail.com> to fix FTBFS on
793
-- Daniel Baumann <daniel@debian.org> Sun, 12 Aug 2007 15:20:00 +0200