Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246762 - sys-fs/ecryptfs-utils-73 version bump
Summary: sys-fs/ecryptfs-utils-73 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Kernel Miscellaneous
URL: http://ecryptfs.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-14 18:12 UTC by dacook
Modified: 2009-03-29 17:09 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ecryptfs-utils-61 ebuild (ecryptfs-utils-61.ebuild,1.48 KB, text/plain)
2008-11-14 18:13 UTC, dacook
Details
Updated ebuild (ecryptfs-utils-68.ebuild,1.51 KB, text/plain)
2009-01-06 20:53 UTC, dacook
Details
ecryptfs-utils-71 ebuild (ecryptfs-utils-71.ebuild,1.52 KB, text/plain)
2009-02-23 22:58 UTC, dacook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dacook 2008-11-14 18:12:15 UTC
I've been running into a bug with the version of ecryptfs-utils in-tree: files disappearing, corruption, and such.  Looks like we're rather behind the times - we're serving version 42, and the current version is at 61 (the project doesn't even list v42 any more).  I've tested bumping the ebuild to v61 and it works great, no more issues.  Also tested/added a 'use enable tpm tspi' to src_configure for TrouSerS interop, worked well.
Comment 1 dacook 2008-11-14 18:13:19 UTC
Created attachment 171736 [details]
ecryptfs-utils-61 ebuild

Updated ebuild (just adds tspi hook)
Comment 2 Wicher Minnaard 2008-12-05 10:42:54 UTC
Thanks dacook!
Now, do you know where I should go for updates? I can't find any reference on ecryptfs.sf.net except to 
https://sourceforge.net/project/showfiles.php?group_id=133988&package_id=149785&release_id=320216
which lists ecryptfs-utils-46 as the latest version, while there appears to exist an ecryptfs-utils-61. They don't have an announce-list. So how did you find out?
Comment 3 dacook 2008-12-05 14:42:46 UTC
Unfortunately, they don't seem to have adopted a good push mechanism for revision updates, so the current best way is to check their download page.  Looks like good incentive for me to finish my version scraper so I can automate this kind of thing.
Comment 4 dacook 2009-01-06 20:53:28 UTC
Created attachment 177603 [details]
Updated ebuild

New version, reflecting project's location change from sf.net to launchpad.net
Comment 5 Thomas Bettler 2009-01-30 21:49:09 UTC
ecryptfs-utils-69
 * Released 2008-01-26
 * Support for filename encryption
 * Silence some less valuable error messages
 * Fix the mount counter
 * Prune keys from the keyring when using the unmount helper

works with the same ebuild
Comment 6 Daniel Black (RETIRED) gentoo-dev 2009-01-31 00:44:49 UTC
> works with the same ebuild
not for me:

needed SRC_URI of:

SRC_URI="http://launchpad.net/ecryptfs/trunk/${PV}/+download/${PN}_${PV}.orig.tar.gz"

also can you do a patch for the following QA error and submit it on launchpad.

 * QA Notice: Package has poor programming practices which may compile
 *            fine but exhibit random runtime failures.
 * ecryptfs-stat.c:283: warning: incompatible implicit declaration of built-in function 'free'

Comment 7 Markus Doits 2009-02-23 10:52:37 UTC
using 69-ebuild renamed to 71 and the modification of src_uri in comment #6 works flawlessy.
Comment 8 dacook 2009-02-23 22:58:51 UTC
Created attachment 182967 [details]
ecryptfs-utils-71 ebuild

I somehow missed the bugmail from comment #6, but the noted QA bug doesn't show any more with version 71.

Not sure why upstream switched to the '.orig' naming scheme and was hoping it was temporary with 69/70; updating to reflect it for 71.
Comment 9 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-03-29 17:09:26 UTC
Fixed.