* [gentoo-commits] gentoo-x86 commit in app-crypt/kencfs/files: kencfs-1.4.0-encfs5.patch
@ 2014-09-04 12:47 Michael Palimaka (kensington)
0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2014-09-04 12:47 UTC (permalink / raw
To: gentoo-commits
kensington 14/09/04 12:47:23
Added: kencfs-1.4.0-encfs5.patch
Log:
Version bump wrt bug #521844. Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path
1.1 app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch?rev=1.1&content-type=text/plain
Index: kencfs-1.4.0-encfs5.patch
===================================================================
Support older encfs5 volumes wrt Gentoo bug #446652.
--- a/fsDialog.cpp
+++ b/fsDialog.cpp
@@ -161,7 +161,7 @@
arg << cr << pm << "-S";
p->start(prg,arg);
- if (! QFile::exists(cr+"/.encfs6.xml")) p->write("\n");
+ if (! (QFile::exists(cr+"/.encfs6.xml") || QFile::exists(cr+"/.encfs5")) ) p->write("\n");
p->write(pw.toLocal8Bit().data());
p->write("\n");
p->waitForFinished();
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-04 12:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 12:47 [gentoo-commits] gentoo-x86 commit in app-crypt/kencfs/files: kencfs-1.4.0-encfs5.patch Michael Palimaka (kensington)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox