### ---------------------------------------------------------------------- ### ### To use the tap driver, you may need to do: kldload if_tap ### ### See ${PREFIX}/etc/rc.d/openvpn.sh.sample for how to do this ### ### automatically at system boot-up time. ### ### ---------------------------------------------------------------------- ### ### To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ### ### that run older versions (back to 1.1.0), you will have to set the MTU ### ### explicitly by command line options since OpenVPN 1.3.0. ### ### ---------------------------------------------------------------------- ### >
PR:		227827
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Reported by:	Ben RUBSON <ben.rubson@gmail.com>
sysutils/fusefs-encfs: Update to 1.9.4 2018-01-29T21:55:55+00:00 yuri yuri@FreeBSD.org 2018-01-29T21:55:55+00:00 6ec584ba6c2e84d285abb347670ad34a68a80603 Change log: https://github.com/vgough/encfs/releases/tag/v1.9.4 Port changes [1]: - 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 - Fix packaging error leading to wrong version output - Fix shared lib compilation (cmake -DBUILD_SHARED_LIBS=ON ..) [1] https://github.com/vgough/encfs/releases PR: 225534 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14124
Change log: https://github.com/vgough/encfs/releases/tag/v1.9.4

Port changes [1]:
  - 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
  - Fix packaging error leading to wrong version output
  - Fix shared lib compilation (cmake -DBUILD_SHARED_LIBS=ON ..)

[1] https://github.com/vgough/encfs/releases

PR:		225534
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14124
Update to 1.9.2 2017-08-03T22:15:20+00:00 jhale jhale@FreeBSD.org 2017-08-03T22:15:20+00:00 bd8b59e6d274ac6a73a7d2cad3e39bcf5dc5c5ae PR: 221028 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
PR:		221028
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Update to 1.9.1 2016-12-11T18:01:05+00:00 ehaupt ehaupt@FreeBSD.org 2016-12-11T18:01:05+00:00 091bdc8f3f1fbce164b322bd810fe0154ba36e60 PR: 215204 Submitted by: dg@syrec.org (maintainer)
PR:		215204
Submitted by:	dg@syrec.org (maintainer)
sysutils/fusefs-encfs: 1.7.4 -> 1.8.1 2016-06-19T03:26:35+00:00 pi pi@FreeBSD.org 2016-06-19T03:26:35+00:00 ebf4eda716d1c65f40064e01f2db49b5695c607d - submitter becomes maintainer - reverse: re-enable kernel cache (bug #60) - reverse mode: disable unique IV by default (was enabled in 1.8) - add make benchmark-reverse - remove -o default_permissions unless needed to improve performance - add option --require-macs (bug #14) - add per-file IVs based on the inode number to reverse mode to improve security - add automatic benchmark (make benchmark) - compare MAC in constant time ( fixes bug #12 ) - add --nocache option PR: 210196 Submitted by: Dmitri Goutnik <dg@syrec.org>
- submitter becomes maintainer
- reverse: re-enable kernel cache (bug #60)
- reverse mode: disable unique IV by default (was enabled in 1.8)
- add make benchmark-reverse
- remove -o default_permissions unless needed to improve performance
- add option --require-macs (bug #14)
- add per-file IVs based on the inode number to reverse mode to
  improve security
- add automatic benchmark (make benchmark)
- compare MAC in constant time ( fixes bug #12 )
- add --nocache option

PR:		210196
Submitted by:	Dmitri Goutnik <dg@syrec.org>