rpms/fuse-encfs/F-7 encfs--gcc43-fix.diff, NONE, 1.1 encfs-1.4.2.tgz.asc, NONE, 1.1 .cvsignore, 1.6, 1.7 fuse-encfs.spec, 1.9, 1.10 sources, 1.6, 1.7 encfs-1.4.1.1.tar.gz.asc, 1.1, NONE

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Mon Apr 14 05:39:14 UTC 2008


Author: peter

Update of /cvs/extras/rpms/fuse-encfs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27187/F-7

Modified Files:
	.cvsignore fuse-encfs.spec sources 
Added Files:
	encfs--gcc43-fix.diff encfs-1.4.2.tgz.asc 
Removed Files:
	encfs-1.4.1.1.tar.gz.asc 
Log Message:
Ver .1.4.2

encfs--gcc43-fix.diff:

--- NEW FILE encfs--gcc43-fix.diff ---
diff -u -r encfs-1.4.1.1/encfs/ConfigVar.cpp encfs-1.4.1.1.mod/encfs/ConfigVar.cpp
--- encfs-1.4.1.1/encfs/ConfigVar.cpp	2008-01-05 15:39:12.000000000 -0700
+++ encfs-1.4.1.1.mod/encfs/ConfigVar.cpp	2008-03-28 03:28:06.000000000 -0700
@@ -17,6 +17,7 @@
 
 #include "ConfigVar.h"
 #include <rlog/rlog.h>
+#include <string.h>
 
 using namespace rlog;
 
diff -u -r encfs-1.4.1.1/encfs/DirNode.cpp encfs-1.4.1.1.mod/encfs/DirNode.cpp
--- encfs-1.4.1.1/encfs/DirNode.cpp	2008-01-16 00:28:17.000000000 -0700
+++ encfs-1.4.1.1.mod/encfs/DirNode.cpp	2008-03-28 03:29:54.000000000 -0700
@@ -38,6 +38,7 @@
 #include <rlog/Error.h>
 
 #include <iostream>
+#include <cstring>
 
 using namespace std;
 using namespace rel;
diff -u -r encfs-1.4.1.1/encfs/FileNode.cpp encfs-1.4.1.1.mod/encfs/FileNode.cpp
--- encfs-1.4.1.1/encfs/FileNode.cpp	2008-01-05 15:39:12.000000000 -0700
+++ encfs-1.4.1.1.mod/encfs/FileNode.cpp	2008-03-28 03:30:51.000000000 -0700
@@ -45,6 +45,8 @@
 #include <rlog/rlog.h>
 #include <rlog/Error.h>
 
+#include <cstring>
+
 using namespace std;
 using namespace rel;
 using namespace rlog;
diff -u -r encfs-1.4.1.1/encfs/NameIO.cpp encfs-1.4.1.1.mod/encfs/NameIO.cpp
--- encfs-1.4.1.1/encfs/NameIO.cpp	2008-01-05 15:39:12.000000000 -0700
+++ encfs-1.4.1.1.mod/encfs/NameIO.cpp	2008-03-28 03:28:06.000000000 -0700
@@ -29,6 +29,7 @@
 #include "BlockNameIO.h"
 #include "StreamNameIO.h"
 #include "NullNameIO.h"
+#include <string.h>
 
 using namespace std;
 using namespace rel;
diff -u -r encfs-1.4.1.1/encfs/NullNameIO.cpp encfs-1.4.1.1.mod/encfs/NullNameIO.cpp
--- encfs-1.4.1.1/encfs/NullNameIO.cpp	2008-01-05 15:39:12.000000000 -0700
+++ encfs-1.4.1.1.mod/encfs/NullNameIO.cpp	2008-03-28 03:16:31.000000000 -0700
@@ -19,6 +19,7 @@
 
 #include "Cipher.h"
 #include "base64.h"
+#include <cstring>
 
 using namespace rel;
 using boost::shared_ptr;
diff -u -r encfs-1.4.1.1/encfs/StreamNameIO.cpp encfs-1.4.1.1.mod/encfs/StreamNameIO.cpp
--- encfs-1.4.1.1/encfs/StreamNameIO.cpp	2008-01-05 15:39:12.000000000 -0700
+++ encfs-1.4.1.1.mod/encfs/StreamNameIO.cpp	2008-03-28 03:28:06.000000000 -0700
@@ -25,6 +25,8 @@
 
 #include "i18n.h"
 
+#include <string.h>
+
 using namespace rel;
 using namespace std;
 


--- NEW FILE encfs-1.4.2.tgz.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBIAqFPWp20Ay6vTYARAqRxAJ0WU2bUbVIlCcqfTT0HabmOcAC1BwCfUPEj
3kHrDP/LbmUYLyqd5mMMDp0=
=4DTR
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fuse-encfs/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	22 Jan 2008 22:56:44 -0000	1.6
+++ .cvsignore	14 Apr 2008 05:38:35 -0000	1.7
@@ -1 +1 @@
-encfs-1.4.1.1.tar.gz
+encfs-1.4.2.tgz


Index: fuse-encfs.spec
===================================================================
RCS file: /cvs/extras/rpms/fuse-encfs/F-7/fuse-encfs.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fuse-encfs.spec	9 Feb 2008 18:53:22 -0000	1.9
+++ fuse-encfs.spec	14 Apr 2008 05:38:35 -0000	1.10
@@ -1,19 +1,20 @@
-Name: 		fuse-encfs
-Version: 	1.4.1.1
-Release: 	2%{?dist}
-Summary: 	Encrypted pass-thru filesystem in userspace 	
-License: 	GPLv3+
-Group: 		System Environment/Kernel
-Url: 		http://arg0.net/wiki/encfs
-Source0: 	http://encfs.googlecode.com/files/encfs-%{version}.tar.gz
-Source1:	http://encfs.googlecode.com/files/encfs-%{version}.tar.gz.asc
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:		fuse-encfs
+Version:	1.4.2
+Release:	1%{?dist}
+Summary:	Encrypted pass-thru filesystem in userspace
+License:	GPLv3+
+Group:		System Environment/Kernel
+Url:		http://arg0.net/wiki/encfs
+Source0:	http://encfs.googlecode.com/files/encfs-%{version}.tgz
+Source1:	http://encfs.googlecode.com/files/encfs-%{version}.tgz.asc
+Patch0:		encfs--gcc43-fix.diff
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	fuse >= 2.6
 Provides:	encfs = %{version}
-BuildRequires: 	rlog-devel >= 1.3
-BuildRequires: 	openssl-devel
+BuildRequires:	rlog-devel >= 1.3
+BuildRequires:	openssl-devel
 BuildRequires:	boost-devel
-BuildRequires: 	fuse-devel >= 2.6
+BuildRequires:	fuse-devel >= 2.6
 BuildRequires:	gettext
 
 %description
@@ -21,10 +22,11 @@
 provides a Linux kernel module which allows virtual filesystems to be written
 in userspace.  EncFS encrypts all data and filenames in the filesystem and
 passes access through to the underlying filesystem.  Similar to CFS except that
-it does not use NFS. 
+it does not use NFS.
 
 %prep
 %setup -q -n encfs-%{version}
+%patch0 -p1 -b .gcc43
 
 %build
 %configure --disable-static
@@ -53,6 +55,27 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Apr 14 2008 Peter Lemenkov <lemenkov at gmail.com> 1.4.2-1
+- Ver. 1.4.2
+- add option to pass-through file 'holes'.  Only available in expert mode
+- config file format changed to XML via boost serialization
+    (config file is now .encfs6.xml)
+- remove ulockmgr support, caused numerous locking issues. (bz# 440483)
+- fix symlink handling in encfsctl export
+- fix stdinpass option parsing, reported by Scott Hendrickson
+- fix path suffix in encfsctl
+
+* Fri Mar 28 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.4.1.1-5
+- Update patch for building with GCC 4.3 (use <cstring> throughout)
+
+* Tue Mar 25 2008 Peter Lemenkov <lemenkov at gmail.com> 1.4.1.1-4.1
+- Another attempt to fix GCC 4.3 builds
+
+* Tue Mar 25 2008 Peter Lemenkov <lemenkov at gmail.com> 1.4.1.1-4
+- Another attempt to fix GCC 4.3 builds
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.4.1.1-3
+- Autorebuild for GCC 4.3
 
 * Sat Feb  9 2008 Peter Lemenkov <lemenkov at gmail.com> 1.4.1.1-2
 - Rebuild for GCC 4.3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fuse-encfs/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	22 Jan 2008 22:56:44 -0000	1.6
+++ sources	14 Apr 2008 05:38:35 -0000	1.7
@@ -1 +1 @@
-dd73c2a15dfba0b2e20202dfdb1482f2  encfs-1.4.1.1.tar.gz
+61e42ab2093b9797b9c669b9a1ff665b  encfs-1.4.2.tgz


--- encfs-1.4.1.1.tar.gz.asc DELETED ---




More information about the fedora-extras-commits mailing list