Change logs for ecryptfs-utils source package in Intrepid

  • ecryptfs-utils (53-1ubuntu13) intrepid-proposed; urgency=low
    
      Fixes for LP: #259631, add interactive mounting capability
      * debian/rules, debian/ecryptfs-utils.dirs,
        debian/ecryptfs-utils.install, debian/ecryptfs-mount-private.desktop,
        debian/ecryptfs-mount-private.txt: install the new desktop shortcut
        file and readme.txt to /usr/share/ecryptfs-utils
      * debian/patches/60_interactive_mount.dpatch: modify ecryptfs-mount-private
        utility to interactively prompt for password
      * debian/patches/00list: updated accordingly
    
     -- Dustin Kirkland <email address hidden>   Tue, 04 Nov 2008 09:34:41 -0600
  • ecryptfs-utils (53-1ubuntu12) intrepid-proposed; urgency=low
    
      * debian/patches/55_check_password_and_remove_from_proc.dpatch:
        use the printf function properly (LP: #290445)
    
     -- Dustin Kirkland <email address hidden>   Tue, 28 Oct 2008 16:50:11 -0500
  • ecryptfs-utils (53-1ubuntu11) intrepid; urgency=low
    
      * debian/patches/55_check_password_and_remove_from_proc.dpatch:
        Fix ecryptfs-add-passphrase and ecryptfs-wrap-passphrase to take
        passphrases on standard, to protect from disclosure on the process
        table; fix callers in ecryptfs-setup-private (LP: #287908).
        Validate that the user password is correct with unix_chkpwd (LP: #287906).
      * debian/patches/00list: updated accordingly
    
     -- Dustin Kirkland <email address hidden>   Thu, 23 Oct 2008 12:53:30 -0500
  • ecryptfs-utils (53-1ubuntu10) intrepid; urgency=low
    
      [Dustin Kirkland]
      * debian/patches/45-mount_private_counter.dpatch: implement a counter to
        track mounts/unmounts of the private directory; unmount if the
        counter is 0; allow a -f override to force unmount. LP: #259293.
    
      [Steve Langasek]
      * debian/patches/50-error-on-empty-password.dpatch: return
        PAM_AUTHTOK_RECOVER_ERR from the password changing module if we
        didn't get a password from the other modules in the stack, instead
        of returning success.  LP: #272232.
    
     -- Dustin Kirkland <email address hidden>   Sun, 19 Oct 2008 10:30:08 -0500
  • ecryptfs-utils (53-1ubuntu9) intrepid; urgency=low
    
      * debian/patches/35-silence_useless_mount_messages.dpatch: silence error
        messages (LP: #277343)
      * debian/patches/40-zero_out_grep_options.dpatch: zero out GREP_OPTIONS
        (LP: #257984)
      * debian/patches/00list: updated accordingly
    
     -- Dustin Kirkland <email address hidden>   Fri, 03 Oct 2008 12:58:21 -0500
  • ecryptfs-utils (53-1ubuntu8) intrepid; urgency=low
    
      * debian/rules: change the installed permissions of pam-auth-update
        config to r--r--r-- (LP: #260458).
    
     -- Dustin Kirkland <email address hidden>   Fri, 22 Aug 2008 18:45:09 +0100
  • ecryptfs-utils (53-1ubuntu7) intrepid; urgency=low
    
      * debian/00list: added 30-ecryptfs-setup-private_empty-dir-check.dpatch
        (LP: #260346).
      * debian/30-ecryptfs-setup-private_empty-dir-check.dpatch: Patch checks that
        ~/Private and ~/.Private are empty before proceeding.
    
     -- Dustin Kirkland <email address hidden>   Fri, 22 Aug 2008 12:16:50 +0100
  • ecryptfs-utils (53-1ubuntu6) intrepid; urgency=low
    
      * Fixes (LP: #259915).
      * debian/control: drop suggests of auth-client-config, add depends on
        libpam-runtime.
      * debian/ecryptfs-utils.postinst: initial creation, use pam-auth-update,
        be sure to 'force' if pam stack was precisely written by
        auth-client-config.
      * debian/ecryptfs-utils.prerm: remove pam-auth-update config on uninstall
      * debian/ecryptfs-utils.pam-auth-update: initial creation of pam-auth-update
        configuration.
      * debian/ecryptfs.acc: drop auth-client-config profile.
      * debian/rules, debian/ecryptfs-utils.install, debian/ecryptfs-utils.dirs:
        remove auth-client-config installation, add pam-auth-update.
    
     -- Dustin Kirkland <email address hidden>   Fri, 22 Aug 2008 01:22:48 +0100
  • ecryptfs-utils (53-1ubuntu5) intrepid; urgency=low
    
      * debian/patches/00list: add 25-ecryptfs-setup-private_fix-pw-echo.dpatch
        (LP: #259746).
      * debian/patches/25-ecryptfs-setup-private_fix-pw-echo.dpatch: comment out
        mostly-debugish echo's; conditionally print randomly generated passphrase;
        always remind the user to print/record the mount passphrase for data
        recovery.
    
     -- Dustin Kirkland <email address hidden>   Wed, 20 Aug 2008 23:20:36 +0100
  • ecryptfs-utils (53-1ubuntu4) intrepid; urgency=low
    
      * debian/patches/00list: add 20-ecryptfs-setup-private-force.dpatch.
      * debian/patches/20-ecryptfs-setup-private-force.dpatch: error out if a
        pre-existing ecryptfs setup is found, allow for a --force override,
      * (LP: #258388).
    
     -- Dustin Kirkland <email address hidden>   Fri, 15 Aug 2008 13:54:03 -0500
  • ecryptfs-utils (53-1ubuntu3) intrepid; urgency=low
    
      * debian/patches/00list: add 15-pam_ecryptfs-auth_fork_exit.dpatch.
      * debian/patches/15-pam_ecryptfs-auth_fork_exit.dpatch: fix broken
        exit condition causing screensaver unlocking to fail (LP: #255795).
    
     -- Dustin Kirkland <email address hidden>   Mon, 11 Aug 2008 13:50:59 -0500
  • ecryptfs-utils (53-1ubuntu2) intrepid; urgency=low
    
      * debian/control: add build dependency on dpatch.
      * debian/rules: add relevant patch bits.
      * debian/patches/00list: add 10-pam_ecryptfs-automount.dpatch.
      * debian/patches/10-pam_ecryptfs-automount.dpatch: patch pam_ecryptfs to
        respect ~/.ecryptfs/auto-mount and ~/.ecryptfs/auto-umount files
        (LP: #256154).
    
     -- Dustin Kirkland <email address hidden>   Fri, 08 Aug 2008 13:00:53 -0500
  • ecryptfs-utils (53-1ubuntu1) intrepid; urgency=low
    
       * Merge from debian unstable (LP: #254714, #251245), remaining changes:
        - debian/rules: install ecryptfs auth-client-config profile
        - debian/control: Update maintainer, suggest auth-client-config
        - debian/ecryptfs.acc: define auth-client-config profile
        - debian/ecryptfs-utils.install: install auth-client-config profile
       * Dropped changes:
        - debian/ecryptfs-utils.dirs: handled by install -D rule
       * Additional changes
        - debian/ecryptfs.acc: Add to common-password stack, make all pam_ecryptfs
          entries optional (LP: #253816).
    
    ecryptfs-utils (53-1) unstable; urgency=low
    
      * Updating to install newly added manpages.
      * Removing 01-manpage.dpatch, not required anymore.
      * Merging upstream version 53.
    
    ecryptfs-utils (52-1) unstable; urgency=low
    
      * Merging upstream version 52.
    
    ecryptfs-utils (51-1) unstable; urgency=low
    
      * Merging upstream version 51.
    
     -- Dustin Kirkland <email address hidden>   Mon, 04 Aug 2008 15:58:24 -0500
  • ecryptfs-utils (50-4ubuntu2) intrepid; urgency=low
    
      * debian/patches/00list, debian/patches/05-pam_ecryptfs_waitpid.dpatch:
        Cherry pick this patch from upstream, which fixes gdm/kdm hangs on logout
        (LP: #250988).
    
     -- Dustin Kirkland <email address hidden>   Tue, 22 Jul 2008 18:34:59 -0500
  • ecryptfs-utils (50-4ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable (LP: #249503), remaining changes:
       - debian/control: Update maintainer, suggest auth-client-config
       - debian/ecryptfs-utils.dirs: add etc/auth-client-config/profile.d
       - debian/ecryptfs-utils.install: add ecryptfs auth-client-config profile
       - debian/ecryptfs.acc: define auth-client-config profile
       - debian/rules: support ecryptfs auth-client-config profile
      * Dropped changes:
       - debian/libecryptfs0.dirs: moved auth-client-config bit to
         debian/ecryptfs-utils.dirs
       - debian/libecryptfs.install: moved auth-client-config bit to
         debian/ecryptfs-utils.install
    
     -- Dustin Kirkland <email address hidden>   Thu, 17 Jul 2008 10:39:51 -0500
  • ecryptfs-utils (50-3ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable (LP: #248420), remaining changes:
       - debian/libecryptfs0.install: add ecryptfs auth-client-config profile
       - debian/rules: support ecryptfs auth-client-config profile
       - debian/control: Update maintainer, suggest auth-client-config
       - debian/libecryptfs0.dirs: add etc/auth-client-config/profile.d
       - debian/ecryptfs.acc: define auth-client-config profile
    
     -- Dustin Kirkland <email address hidden>   Mon, 14 Jul 2008 09:48:23 -0500
  • ecryptfs-utils (50-1ubuntu1) intrepid; urgency=low
    
      * auth-client-config support (LP: #247641)
        + debian/ecryptfs.acc: create an auth-client-config profile
        + debian/libecryptfs0.install: install the auth-client-config profile
        + debian/control: modify maintainer value; add auth-client-config to
          Suggests
        + debian/libecryptfs0.dirs: create with etc/auth-client-config/profile.d
    
     -- Dustin Kirkland <email address hidden>   Fri, 11 Jul 2008 12:00:36 -0500
  • ecryptfs-utils (50-1) unstable; urgency=low
    
      * Merging upstream version 50.
    
    ecryptfs-utils (49-1) unstable; urgency=low
    
      * Merging upstream version 49.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  02 Jul 2008 12:17:19 +0100
  • ecryptfs-utils (48-1) unstable; urgency=medium
    
      * Updating debhelper shlibs file.
      * Updating rules fileto reflect upstreams removal of documentation.
      * Merging upstream version 48.
    
    ecryptfs-utils (47-1) unstable; urgency=low
    
      * Merging upstream version 47.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 Jun 2008 14:47:10 +0100
  • ecryptfs-utils (46-1) unstable; urgency=low
    
      * Removing superfluous empty line from rules file.
      * Removing trailing slash in install debhelper file.
      * Merging upstream version 46.
      * Updating to standards 3.8.0.
    
     -- Martin Pitt <email address hidden>   Tue, 10 Jun 2008 08:06:00 +0200
  • ecryptfs-utils (45-1) unstable; urgency=low
    
      * Merging upstream version 45.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  16 May 2008 13:06:52 +0100
  • ecryptfs-utils (44-1) unstable; urgency=low
    
      * Reordering rules file.
      * Updating debhelper shlibs file.
      * Rewriting copyright file in machine-interpretable format.
      * Adding vcs fields in control file.
      * Upgrading package to debhelper 7.
      * Merging upstream version 44.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 May 2008 10:17:19 +0100
  • ecryptfs-utils (43-1) unstable; urgency=low
    
      * New upstream release.
      * Removing watch file.
    
    ecryptfs-utils (41-1) unstable; urgency=low
    
      * New upstream release.
    
    ecryptfs-utils (40-1) unstable; urgency=low
    
      * New upstream release.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 01:57:32 +0100
  • ecryptfs-utils (38-2) unstable; urgency=low
    
      * Temporarily only use tpm toolchain on i386 (Closes: #461233).
      * Current upstream should build without patches on amd64 (Closes: #445619).
      * Added --fail-missing to dh_install call in rules.
      * Updated .install files to cover additional files.
    
    ecryptfs-utils (38-1) unstable; urgency=low
    
      * New upstream release.
    
    ecryptfs-utils (37-1) unstable; urgency=low
    
      * New upstream release (Closes: #457316).
      * Compling with trousers support now.
      * Bumping to new policy.
    
     -- Stephan Hermann <email address hidden>   Wed,  23 Jan 2008 16:46:48 +0000