Commit graph

10 commits

Author SHA1 Message Date
gdt
529a2b4d93 filesystems/fuse-encfs: Fix man page location, and pkglint cleanup
encfs has open-coded per-OS man page locations, and doesn't have the
equivalent of autoconf's --mandir.  Mostly remediate the
cmake-inspired open coding by using PKGMANDIR.

Add patch comment.

Add comment about making TEST_TARGET work.
2019-04-10 12:33:01 +00:00
maya
bbbc7501a2 fuse-encfs: update comment.
It's unclear what is happening here, but apparently netbsd knew future FUSE
API before upstream FUSE did. And it didn't do the in-between version
used here.
2019-04-09 16:43:10 +00:00
maya
c603d01648 fuse-encfs: workaround netbsd being wrong about which version of FUSE
changed the arguments of fuse_unmount. Fix build.

I get the impression this update was done by someone on NetBSD, so I speculate
the build succeeded to some people. In that cae, bump PKGREVISION, so the
right arguments will be passed!
2019-04-09 16:32:28 +00:00
gdt
d480d294de encfs: Update to 1.9.4
Upstream changes:

v1.9.4 / 2018-01-28
===================
	* Fix packaging error leading to wrong version output
	* Fix shared lib compilation (cmake -DBUILD_SHARED_LIBS=ON ..)

v1.9.3 / 2018-01-28
===================
	* Fix compilation with "-std=c++11"
	* Fix a gid permission issue with allow_other
	* Fix operations on symlinks
	* Fix a race in idle unmount
	* Add `--reversewrite` cli option
	* Add PID to syslog logging
	* Deep code sanity check
	* Modernize coding style
	* Make codebase warnings & clang-tidy clean
	* Bump FUSE_USE_VERSION to 29
	* Ensure compatibility with LibreSSL
	* Switch to vendored lib tinyxml2 & easylogging
	* Reorganize man page and add missing options
	* Add gtest and micro benchmarks
2018-03-21 22:38:57 +00:00
gdt
b2c96c97bc Update to 1.9.2:
- fix a use-after-free bug that was introduced in v1.9-rc1 (#214)
  - cast booleans to int before writing the XML config (#343)
  - support reading the config file from pipes (#253)
  - add "-t" option to set syslog tag
  - allow read/write in standard reverse mode (#301)
  - reject empty passwords
  - support building with openssl 1.1
2017-11-11 03:18:16 +00:00
maya
4fddeb2583 fuse-encfs: update to 1.9.1
A decade of changes, please refer to the following link for changes:
bf2cee54f5/ChangeLog
2017-06-19 18:41:39 +00:00
joerg
fa1cbc0c43 Uses <typeinfo> 2013-02-26 10:27:37 +00:00
marino
2974a8236e filesystems/fuse-encfs: Piggyback on NetBSD switches
This package is still broken on DragonFly after this fix.
error: multiple failures on RawFileIO.cpp (might be gcc 4.4 related)
2012-08-17 15:15:27 +00:00
joerg
4f51bc930c Fix build with newer GCC 2011-11-24 14:11:19 +00:00
xtraeme
5f6ba1d211 Initial import of fuse-encfs-1.2.0-2.
EncFS provides an encrypted filesystem in user-space. It runs without any
special permissions and uses the FUSE library.

As with most encrypted filesystems, Encfs is meant to provide security
against off-line attacks; ie your notebook or backups fall into the wrong
hands, etc.

Homepage: http://arg0.net/encfs
2007-03-01 00:34:14 +00:00