Bug 156002 - New port: sysutils/pefs-kmod kernel level stacked cryptographic filesystem
Summary: New port: sysutils/pefs-kmod kernel level stacked cryptographic filesystem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 17:30 UTC by Gleb Kurtsou
Modified: 2011-09-01 15:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.65 KB, text/plain)
2011-03-28 17:30 UTC, Gleb Kurtsou
no flags Details
pefs-kmod.shar.txt (3.66 KB, text/plain; charset=utf-8)
2011-04-14 12:46 UTC, Gleb Kurtsou
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Kurtsou 2011-03-28 17:30:12 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-28 17:30:23 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Gleb Kurtsou 2011-04-14 12:46:47 UTC
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.
Comment 3 Sofian Brabez freebsd_committer freebsd_triage 2011-08-19 07:16:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-09-01 15:21:24 UTC
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"
Comment 5 Sofian Brabez freebsd_committer freebsd_triage 2011-09-01 15:22:25 UTC
State Changed
From-To: open->closed

New port added. Thanks!