cvs commit: ports/sysutils Makefile ports/sysutils/pefs-kmod Makefile distinfo pkg-descr pkg-plist ports/sysutils/pefs-kmod/files patch-Makefile patch-pefs_aesni.h

Sofian Brabez sbz at FreeBSD.org
Thu Sep 1 14:21:12 UTC 2011


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 at 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)


More information about the cvs-ports mailing list