summaryrefslogtreecommitdiff
path: root/filesystems/fuse-encfs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2019-07-08Follow some http->https redirects.nia1-2/+2
2019-04-10filesystems/fuse-encfs: Fix man page location, and pkglint cleanupgdt1-2/+13
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-09fuse-encfs: workaround netbsd being wrong about which version of FUSEmaya1-4/+4
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-21encfs: Update to 1.9.4gdt1-2/+2
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-11Update to 1.9.2:gdt1-2/+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-19fuse-encfs: update to 1.9.1maya1-11/+18
A decade of changes, please refer to the following link for changes: https://github.com/vgough/encfs/blob/bf2cee54f53fc53910476fcd497782f3fd062923/ChangeLog
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-25Use OPSYSVARS.jperkin1-6/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-10-10Fix PKGNAME to have a better version number, noted by reed.wiz1-3/+3
While here, update HOMEPAGE.
2009-07-08user-destdir supportjoerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2007-03-15Fix up CATEGORIES for filesystemagc1-2/+2
2007-03-01Initial import of fuse-encfs-1.2.0-2.xtraeme1-0/+29
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