Download project files

How do I verify a download?


110 of 50 releases

111 release from the trunk series released

File Description Downloads
download icon ecryptfs-utils_111.orig.tar.gz (md5, sig) release tarball 280,833
last downloaded today
Total downloads: 280,833

110 release from the trunk series released

Release information
Release notes:

[ Tyler Hicks ]
  * Remove unnecessary dependencies in the Debian packaging (LP: #1548975)
    - debian/control: Remove opencryptoki from ecryptfs-utils
      Suggests and libopencryptoki-dev from libecryptfs-dev Depends as
      openCryptoki is not a dependency of eCryptfs.
    - debian/rules: Remove openCryptoki related logic since it was not being
      used and is no longer needed
    - debian/control: Remove libtspi-dev from libecryptfs-dev Depends since
      --disable-tspi is passed to the configure script
    - debian/control: Remove libpkcs11-helper1-dev from libecryptfs-dev
      Depends since --disable-pkcs11-helper is passed to the configure script
    - debian/control: Remove libgpg-error-dev and libgpgme11-dev from
      libecryptfs-dev Depends since --disable-gpg is passe...

File Description Downloads
download icon ecryptfs-utils_110.orig.tar.gz (md5, sig) release tarball 640
last downloaded 4 days ago
Total downloads: 640

109 release from the trunk series released

Release information
Release notes:

ecryptfs-utils (109) RELEASED; urgency=medium

  [ Maikel ]
  * doc/manpage/ecryptfs-migrate-home.8: Fix typos in man page (LP: #1518787)

  [ Kylie McClain ]
  * src/utils/mount.ecryptfs.c, src/utils/mount.ecryptfs_private.c: Fix build
    issues on musl libc (LP: #1514625)

  [ Colin Ian King ]
  * src/daemon/main.c:
    - Static analysis with Clang's scan-build shows that we can potentially
      overflow the input buffer if the input is equal or more than the buffer
      size. Need to guard against this by:
      1. Only reading in input_size - 1 chars
      2. Checking earlier on to see if input_size is value to insure that we
         read in at least 1 char

  [ Tyler Hicks ]
  * src/utils/mount.ecryptfs_private.c:
    - Refuse to mount over non-standard filesystems. Mounting ...

File Description Downloads
download icon ecryptfs-utils_109.orig.tar.gz (md5, sig) release tarball 2,873
last downloaded 7 days ago
Total downloads: 2,873

108 release from the trunk series released

Release information
Release notes:

[ Martin Pitt ]
  * src/utils/ecryptfs-setup-swap:
    - Add setup-swap-check-links.patch: When commenting out existing swap, also
      consider device symlinks like /dev/mapper/ubuntu--vg-swap_1 or
      /dev/disks/by-uuid/ into account. Fixes broken cryptswap under LVM and
      manual setups. (LP: #1453738)
  * src/utils/ecryptfs-setup-swap, debian/ecryptfs-utils.postinst:
    - On upgrade, uncomment underlying
      unencrypted swap partitions that are referred to by a device link when
      crypttab and fstab have a "cryptswap*" device referring to them.
  * debian/control, debian/libecryptfs0.install,
    debian/libecryptfs0.links, debian/libecryptfs0.shlibs:
    - Rename libecryptfs0 to libecryptfs1 and adjust the packaging. It has
      actually shipped libecryptfs.so.1 since a...

File Description Downloads
download icon ecryptfs-utils_108.orig.tar.gz (md5, sig) release tarball 3,643
last downloaded 6 days ago
Total downloads: 3,643

106 release from the trunk series released

Release information
Release notes:

ecryptfs-utils (106) UNRELEASED; urgency=medium

  [ Dustin Kirkland and Martin Pitt ]
  * debian/ecryptfs-utils.postinst: LP: #953875
    - detect and clean up after nonexisting cryptswap devices

  [ Tyler Hicks ]
  * tests/userspace/Makefile.am: Fix the 'make check' failure present in the
    ecryptfs-utils-105 release tarball. The failure was due to the automake
    file not specifying that some data files should be distributed as part
    of the v1-to-v2-wrapped-passphrase test, causing the test to fail due to
    the missing files.

  [ Dustin Kirkland ]
  * scripts/release.sh:
    - ensure that we try a binary build as part of the release process
    - make sure we're in the original working directory when we release
    - remove the -x option, too noisy

 -- Dustin Kirkland <kir...

File Description Downloads
download icon ecryptfs-utils_106.orig.tar.gz (md5, sig) release tarball 1,293,079
last downloaded today
Total downloads: 1,293,079

105 release from the trunk series released

Release information
Release notes:

ecryptfs-utils (105-0ubuntu1) vivid; urgency=low

  [ Dustin Kirkland ]
  * doc/manpage/ecryptfs.7: LP: #1267640
    - fix inconsistency in man page for passphrase_passwd_file format
  * doc/manpage/ecryptfs-setup-private.1, src/utils/ecryptfs-setup-
    private, src/utils/ecryptfs-setup-swap: LP: #1420424
    - use /dev/random rather than /dev/urandom for long lived keys
  * src/utils/ecryptfs-setup-private:
    - use /dev/urandom for our testing, as we read a lot of info ...

File Description Downloads
download icon ecryptfs-utils_105.orig.tar.gz (md5, sig) release tarball 237
last downloaded 7 days ago
Total downloads: 237

104 release from the trunk series released

File Description Downloads
download icon ecryptfs-utils_104.orig.tar.gz (md5, sig) release tarball 11,665
last downloaded 7 days ago
Total downloads: 11,665

103 release from the trunk series released

File Description Downloads
download icon ecryptfs-utils_103.orig.tar.gz (md5, sig) release tarball 2,086
last downloaded 7 days ago
Total downloads: 2,086

102 release from the trunk series released

Release information
Release notes:

[ Dustin Kirkland ]
  * debian/control:
    - bump standards, no change

  [ Tyler Hicks ]
  * autogen.sh, scripts/release.sh, Makefile.am:
    - Break out the autoreconf and intltoolize commands from release.sh into
      an executable autogen.sh
    - Use the --copy option when invoking intltoolize
    - Include the new autogen.sh script in the release tarball
  * debian/rules, debian/control:
    - Use dh-autoreconf so that upstream sources can easily be used to build
      packages for all the stable Ubuntu releases in the ecryptfs-utils daily
      build PPA
    - Override the dh_autoreconf target by running the autogen.sh script
    - Drop Build-Depends on autotools-dev since dh-autoreconf is a superset of
      autotools-dev
    - Drop Build-Depends on autoconf, automake, and lib...

File Description Downloads
download icon ecryptfs-utils_102.orig.tar.gz (md5, sig) release tarball 169
last downloaded 7 days ago
Total downloads: 169

101 release from the trunk series released

Release information
Release notes:

[ Eric Lammerts ]
  * src/libecryptfs/sysfs.c: LP: #1007880
    - Handle NULL mnt pointer when sysfs is not mounted

  [ Tyler Hicks ]
  * src/utils/ecryptfs-migrate-home: LP: #1026180
    - Correct minor misspelling
  * src/utils/ecryptfs-recover-private: LP: #1004082
    - Fix option parsing when --rw is specified
  * src/utils/ecryptfs-recover-private: LP: #1028923
    - Simplify success message to prevent incorrectly reporting that a
      read-only mount was performed when the --rw option is specified
  * tests/lib/etl_func.sh:
    - Add test library function to return a lower path from an upper path,
      based on inode numbers
  * tests/kernel/mmap-close.sh, tests/kernel/mmap-close/test.c:
    - Add regression test for open->mmap()->close()->dirty memory->munmap()
      pattern
...

File Description Downloads
download icon ecryptfs-utils_101.orig.tar.gz (md5, sig) release tarball 798
last downloaded 2 days ago
Total downloads: 798

110 of 50 releases