Date: Mon, 29 Jan 2018 21:55:55 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460346 - in head/sysutils/fusefs-encfs: . files Message-ID: <201801292155.w0TLttIp009184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jan 29 21:55:55 2018 New Revision: 460346 URL: https://svnweb.freebsd.org/changeset/ports/460346 Log: sysutils/fusefs-encfs: Update to 1.9.4 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 Deleted: head/sysutils/fusefs-encfs/files/ Modified: head/sysutils/fusefs-encfs/Makefile head/sysutils/fusefs-encfs/distinfo head/sysutils/fusefs-encfs/pkg-plist Modified: head/sysutils/fusefs-encfs/Makefile ============================================================================== --- head/sysutils/fusefs-encfs/Makefile Mon Jan 29 21:54:41 2018 (r460345) +++ head/sysutils/fusefs-encfs/Makefile Mon Jan 29 21:55:55 2018 (r460346) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= encfs -PORTVERSION= 1.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +DISTVERSION= 1.9.4 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- Modified: head/sysutils/fusefs-encfs/distinfo ============================================================================== --- head/sysutils/fusefs-encfs/distinfo Mon Jan 29 21:54:41 2018 (r460345) +++ head/sysutils/fusefs-encfs/distinfo Mon Jan 29 21:55:55 2018 (r460346) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501078993 -SHA256 (vgough-encfs-v1.9.2_GH0.tar.gz) = cd9e972cd9565cdc26473c86d2c77c98de31fc6f604fa7d149dd5d6e35d46eaa -SIZE (vgough-encfs-v1.9.2_GH0.tar.gz) = 11043181 +TIMESTAMP = 1517213936 +SHA256 (vgough-encfs-v1.9.4_GH0.tar.gz) = 20656b4ead58ebd8d5f49a5c346b59e70dc2dc31220159e5b5a115bfa1bc40d6 +SIZE (vgough-encfs-v1.9.4_GH0.tar.gz) = 2794574 Modified: head/sysutils/fusefs-encfs/pkg-plist ============================================================================== --- head/sysutils/fusefs-encfs/pkg-plist Mon Jan 29 21:54:41 2018 (r460345) +++ head/sysutils/fusefs-encfs/pkg-plist Mon Jan 29 21:55:55 2018 (r460346) @@ -3,6 +3,7 @@ bin/encfsctl bin/encfssh %%MANPAGES%%man/man1/encfs.1.gz %%MANPAGES%%man/man1/encfsctl.1.gz +%%MANPAGES%%man/man1/encfssh.1.gz %%NLS%%share/locale/ar/LC_MESSAGES/encfs.mo %%NLS%%share/locale/be/LC_MESSAGES/encfs.mo %%NLS%%share/locale/bg/LC_MESSAGES/encfs.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801292155.w0TLttIp009184>