security/cfs: Update to 1.5.0
- Hopefully fix build on head - Update link to original paper - Add LICENCE - Pet rclint
This commit is contained in:
parent
7db45da6a6
commit
0e73f876e6
4 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cfs
|
||||
DISTVERSION= 1.5.0.beta
|
||||
DISTVERSION= 1.5.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
|
||||
|
||||
|
@ -7,6 +7,8 @@ MAINTAINER= crees@FreeBSD.org
|
|||
COMMENT= Cryptographic file system implemented as a user-space NFS server
|
||||
WWW= https://www.bayofrum.net/cgi-bin/fossil/cfs/
|
||||
|
||||
LICENSE= BSD0CLAUSE
|
||||
|
||||
ALL_TARGET= cfs
|
||||
MAKE_ARGS= CC="${CC}"
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (cfs-1.5.0.beta.tar.gz) = 55eed20e9e2dd05bf54aa34a91fd90574005f805e9d4eb9c1dcf63d188ffdc59
|
||||
SIZE (cfs-1.5.0.beta.tar.gz) = 108992
|
||||
TIMESTAMP = 1676460427
|
||||
SHA256 (cfs-1.5.0.tar.gz) = dfae1656fb9a063ce3eeae3774de2c59af86f7bf72d1461237a0b61df58a7810
|
||||
SIZE (cfs-1.5.0.tar.gz) = 110065
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
name=cfsd
|
||||
rcvar=cfsd_enable
|
||||
desc="Cryptographic File System daemon"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ require any kernel modifications.
|
|||
For an overview of how to use it, read "${PREFIX}/share/doc/cfs/notes.ms"
|
||||
and the manual pages. There is a paper describing CFS at:
|
||||
|
||||
http://www.crypto.com/papers/cfs.pdf
|
||||
https://www.scs.stanford.edu/nyu/02fa/lab/cfs.pdf
|
||||
|
|
Loading…
Reference in a new issue