FreeBSD > 8.0 supported http://github.com/glk/pefs http://wiki.freebsd.org/PEFS http://lists.freebsd.org/pipermail/freebsd-current/2010-September/019691.html Fix: Patch attached with submission follows:
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Please ignore previous patch. During review flow in implementation was found and decision was made not to preserve backward compatibility. There was no port so number of people affected should be low. Original distfiles were deleted. Commit log: https://github.com/glk/pefs/commits/master New port attached. Thanks, Gleb.
Responsible Changed From-To: freebsd-ports-bugs->sbz I'll take it.
sbz 2011-09-01 14:21:11 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pefs-kmod Makefile distinfo pkg-descr pkg-plist sysutils/pefs-kmod/files patch-Makefile patch-pefs_aesni.h Log: PEFS is a kernel level stacked cryptographic filesystem for FreeBSD. Key features: * Transparently runs on top of existing file systems * Random per file tweak value for encryption * Stores metadata only in encrypted file name * Arbitrary number of keys per file system, mixing keys in same directory and key chains * Modern cryptographic algorithms: AES and Camellia in XTS mode, PKCS#5v2 and HKDF for key generation. WWW: http://github.com/glk/pefs WWW: http://wiki.freebsd.org/PEFS PR: ports/156002 Submitted by: Gleb Kurtsou <gk@freebsd.org> Approved by: jadawin@ (mentor) Revision Changes Path 1.1319 +1 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/pefs-kmod/Makefile (new) 1.1 +2 -0 ports/sysutils/pefs-kmod/distinfo (new) 1.1 +17 -0 ports/sysutils/pefs-kmod/files/patch-Makefile (new) 1.1 +17 -0 ports/sysutils/pefs-kmod/files/patch-pefs_aesni.h (new) 1.1 +13 -0 ports/sysutils/pefs-kmod/pkg-descr (new) 1.1 +5 -0 ports/sysutils/pefs-kmod/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!