git: 0e73f876e68c - main - security/cfs: Update to 1.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Feb 2023 11:29:28 UTC
The branch main has been updated by crees: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e73f876e68c1b5cccc11f8f129b8959d340a877 commit 0e73f876e68c1b5cccc11f8f129b8959d340a877 Author: Chris Rees <crees@FreeBSD.org> AuthorDate: 2023-02-15 11:28:14 +0000 Commit: Chris Rees <crees@FreeBSD.org> CommitDate: 2023-02-15 11:29:22 +0000 security/cfs: Update to 1.5.0 - Hopefully fix build on head - Update link to original paper - Add LICENCE - Pet rclint --- security/cfs/Makefile | 4 +++- security/cfs/distinfo | 5 +++-- security/cfs/files/cfsd.in | 1 + security/cfs/pkg-descr | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/security/cfs/Makefile b/security/cfs/Makefile index d1daa3399f24..aaf89c8245f0 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -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}" diff --git a/security/cfs/distinfo b/security/cfs/distinfo index 60c1a6a42b16..6c65d06b258a 100644 --- a/security/cfs/distinfo +++ b/security/cfs/distinfo @@ -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 diff --git a/security/cfs/files/cfsd.in b/security/cfs/files/cfsd.in index 1357f4edd33d..4a090ed7482e 100644 --- a/security/cfs/files/cfsd.in +++ b/security/cfs/files/cfsd.in @@ -18,6 +18,7 @@ name=cfsd rcvar=cfsd_enable +desc="Cryptographic File System daemon" load_rc_config $name diff --git a/security/cfs/pkg-descr b/security/cfs/pkg-descr index e921ab3029ce..0ade618d36f1 100644 --- a/security/cfs/pkg-descr +++ b/security/cfs/pkg-descr @@ -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