Path to this page:
./
filesystems/fuse-encfs,
FUSE Encrypted Filesystem
Branch: CURRENT,
Version: 1.9.4nb3,
Package name: fuse-encfs-1.9.4nb3,
Maintainer: pkgsrc-usersEncFS 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.
Required to run:[
security/openssl]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: bf1e2b7688ee715c487d3d181e810d53c5983a0a
RMD160: 847f943f6ae7622d54aa9ef25a64344153c23da0
Filesize: 2729.076 KB
Version history: (Expand)
- (2020-01-19) Updated to version: fuse-encfs-1.9.4nb3
- (2019-04-10) Updated to version: fuse-encfs-1.9.4nb2
- (2019-04-09) Updated to version: fuse-encfs-1.9.4nb1
- (2018-03-22) Updated to version: fuse-encfs-1.9.4
- (2017-11-11) Updated to version: fuse-encfs-1.9.2
- (2017-06-20) Updated to version: fuse-encfs-1.9.1
CVS history: (Expand)
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-07-08 12:36:27 by Nia Alarie | Files touched by this commit (22) |
Log message:
Follow some http->https redirects.
|
2019-04-10 14:33:02 by Greg Troxel | Files touched by this commit (4) |
Log message:
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-09 18:43:10 by Maya Rashish | Files touched by this commit (2) |  |
Log message:
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 18:32:28 by Maya Rashish | Files touched by this commit (3) |  |
Log message:
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!
|
2018-03-21 23:38:57 by Greg Troxel | Files touched by this commit (6) |  |
Log message:
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
|
2017-11-11 04:18:16 by Greg Troxel | Files touched by this commit (5) |  |
Log message:
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-06-19 20:41:39 by Maya Rashish | Files touched by this commit (16) |  |
Log message:
fuse-encfs: update to 1.9.1
A decade of changes, please refer to the following link for changes:
https://github.com/vgough/encfs/blob/bf … /ChangeLog
|