ecryptfs team mailing list archive
-
ecryptfs team
-
Mailing list archive
-
Message #00524
[Bug 326184] Re: jaunty alpha4: server install does not use filename encryption
This bug was fixed in the package ecryptfs-utils - 69-0ubuntu2
---------------
ecryptfs-utils (69-0ubuntu2) jaunty; urgency=low
* debian/patches/10-remove-bashism.dpatch: fix installer bug, LP: #326184
* debian/control: Added libnss3-1d dependency (trying to cut over from
openssl linkage)
-- Dustin Kirkland <kirkland@xxxxxxxxxx> Fri, 06 Feb 2009 17:58:11
+0100
** Changed in: ecryptfs-utils (Ubuntu)
Status: In Progress => Fix Released
--
jaunty alpha4: server install does not use filename encryption
https://bugs.launchpad.net/bugs/326184
You received this bug notification because you are a member of eCryptfs,
which is subscribed to ecryptfs-utils in ubuntu.
Status in eCryptfs - Enterprise Cryptographic Filesystem: In Progress
Status in “ecryptfs-utils” source package in Ubuntu: Fix Released
Bug description:
Binary package hint: ecryptfs-utils
Bug in ecryptfs-setup-private calls bash to do a bitwise-and operation.
Rather, we could use awk here... Something like:
cat /sys/fs/ecryptfs/version | awk '{printf "%d", and($1 , 0x100)}'
:-Dustin
References