Path to this page:
./
filesystems/fuse-encfs,
FUSE Encrypted Filesystem
Branch: CURRENT,
Version: 1.9.5nb1,
Package name: fuse-encfs-1.9.5nb1,
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:
Filesize: 2733.289 KB
Version history: (Expand)
- (2022-01-22) Updated to version: fuse-encfs-1.9.5nb1
- (2021-12-01) Updated to version: fuse-encfs-1.9.5
- (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
CVS history: (Expand)
2022-09-18 20:33:51 by Havard Eidnes | Files touched by this commit (1) |
Log message:
filesystems/fuse-encfs: use mk/atomic64.mk for 8-byte atomics.
|
2022-01-22 19:32:47 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Conditionalise workarounds for old NetBSD librefuse
|
2021-12-01 05:45:52 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to encfs-1.9.5
v1.9.5 / 2018-04-27
===================
* Correct a int/off_t buffer overflow in getSize()
* Correct a possible write crash
* Correct encfsctl cat and add reverse cat
* Add -c & -u cmdline options
* Add --noattrcache & --nodatacache cmdline options
* Ignore .encfs6.xml file in reverse mode
* Do not count usage on root path (to avoid resetting the --idle option)
* Use stderr instead of stdout for error messages
* Add the ability to disable data encryption (absolutely discouraged)
* Add Cygwin support
|
2021-10-26 12:25:31 by Nia Alarie | Files touched by this commit (47) |
Log message:
filesystems: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:51:05 by Nia Alarie | Files touched by this commit (47) |
Log message:
filesystems: Remove SHA1 hashes for distfiles
|
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.
|