Port details |
- pefs-kmod PEFS kernel level stacked cryptographic filesystem
- g20210628,1 sysutils
=1 g20210628,1Version of this port present on the latest quarterly branch. - Maintainer: darius@dons.net.au
 - Port Added: 2011-09-01 14:21:34
- Last Update: 2021-12-16 01:59:40
- Commit Hash: 39829be
- People watching this port, also watch:: endless-sky, TkTopNetFlows, dhcp_probe, ovs, ncrack
- Also Listed In: kld
- License: BSD2CLAUSE
- Description:
- 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: https://github.com/freebsd-pefs/pefs
WWW: http://wiki.freebsd.org/PEFS
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- pefs-kmod>0:sysutils/pefs-kmod
- For LIB depends:
- pam_pefs.so:sysutils/pefs-kmod
- To install the port:
- cd /usr/ports/sysutils/pefs-kmod/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/pefs-kmod
- pkg install pefs-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pefs-kmod
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386
- distinfo:
- TIMESTAMP = 1626164725
SHA256 (freebsd-pefs-pefs-g20210628-4e03778_GH0.tar.gz) = 37ef7274f8d48000c16ef892c33fad1df929e37507e7c6c48bbfd9e2e8616690
SIZE (freebsd-pefs-pefs-g20210628-4e03778_GH0.tar.gz) = 91903
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_pefs-kmod
- USES:
- kmod uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Dec 2021 01:59:40 g20210628,1
|
Li-Wen Hsu (lwhsu)  Author: Daniel O'Connor |
sysutils/pefs-kmod: Add aarch64 to the list of supported architectures
PR: 260463 |
25 Oct 2021 12:58:29 g20210628,1
|
Alexey Dokuchaev (danfe)  |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
19 Jul 2021 14:55:18 g20210628,1
|
Li-Wen Hsu (lwhsu)  Author: Daniel O'Connor |
sysutils/pefs-kmod: Fix build for 13+ and take maintainership
PR: 256956
Approved by: gleb (original maintainer) |
16 May 2021 17:31:01 2018.11.26
|
Dmitry Marakasov (amdmi3)  |
sysutils/pefs-kmod: mark BROKEN on FreeBSD 13+
Approved by: portmgr blanket |
06 Apr 2021 14:31:07 2018.11.26
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Dec 2019 23:24:40
2018.11.26
|
brooks  |
Additional builds with with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed). |
09 Dec 2018 22:16:36
2018.11.26
|
tobik  |
sysutils/pefs-kmod: Update to 2018.11.26
- Fixes build on 12
PR: 233882
Approved by: gleb (maintainer)
MFH: 2018Q4 |
18 Nov 2018 03:48:17
2017.06.20
|
kmoore  |
- Unbreak on HEAD
PR: 233242
Submitted by: Nathan <ndowens@yahoo.com>
Reported by: Martin Wilke <miwi@FreeBSD.org>
Reviewed by: Gleb Kurtsou <gleb@FreeBSD.org> |
02 Nov 2018 13:32:35
2017.06.20
|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
12 Jul 2017 00:16:54
2017.06.20
|
kmoore  |
- Update to 2017-06-20, which fixes PR 220141, 219914
Submitted by: Maintainer <gleb@freebsd.org> |
26 Jun 2017 23:44:13
2017.02.19
|
linimon  |
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket) |
27 May 2017 15:33:43
2017.02.19
|
linimon  |
Mark some ports failing on armv6: implicit declaration of function
'cp15_pmccntr_get' is invalid in C99.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
10 Apr 2017 16:55:11
2017.02.19
|
amdmi3  |
- Mark broken on DragonFly
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket |
27 Feb 2017 18:22:39
2017.02.19
|
kmoore  |
- Update to 2017-02-19
PR: 217098
Submitted by: Gleb Kurtsou <gleb.kurtsou@gmail.com> |
29 Dec 2016 16:31:36
2016.11.27
|
kmoore  |
- Update to 2016-11-27
- Fixes some build issues on -CURRENT
Obtained from: Maintainer |
02 Dec 2016 09:21:59
2016.06.11
|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
28 Nov 2016 13:42:25
2016.06.11
|
amdmi3  |
- Fix plist; KMODDIR is absolute path on itself
Approved by: portmgr blanket |
28 Jul 2016 17:27:00
2016.06.11
|
kmoore  |
- Fix packaging after PAM lib bump (__FreeBSD_version 1100117)
PR: 211227
Submitted by: maintainer |
12 Jun 2016 17:24:13
2016.06.11
|
sbruno  |
Update to version 2016-16-11
- remove basename() calls
PR: 209747
Submitted by: Gleb Kurtsou <gleb.kurtsou@gmail.com> |
22 Mar 2016 16:17:35
2016.03.17
|
sbruno  |
Update to 2016-03-17
PR: 208110
Submitted by: gleb |
03 Mar 2016 14:22:14
2016.02.18
|
sbruno  |
Update port to 20016-02-18.
PR: 205817
Submitted by: gleb |
09 Feb 2015 19:08:41
2014.08.20
|
sbruno  |
Update pefs-kmod to 2014-08-20 at request of maintainer.
PR: 197497
Submitted by: gleb (maintainer)
Approved by: mentor (implicit) |
07 Feb 2015 23:46:57
2014.03.31
|
sbruno  |
Add armv6 to supported ONLY_FOR_ARCHS list.
PR: 197332
Submitted by: egypcio@googlemail.com
Reviewed by: gleb (maintainer)
Approved by: mentor (implicit) |
23 Sep 2014 09:59:53
2014.03.31
|
bapt  |
Simplify plist |
05 May 2014 18:31:55
2014.03.31
|
kmoore  |
- Update to 2014.03.31
Submitted by: gleb@freebsd.org |
27 Jan 2014 12:30:10
2013.10.13
|
rene  |
- Support stage
- Remove check for FreeBSD < 8 and include bsd.port.mk only once
- Properly specify license (BSD2CLAUSE)
Approved by: portmgr (infrastructure blanket) |
03 Jan 2014 01:13:00
2013.10.13
|
bapt  |
Part 2 at removing now useless FETCH_ARGS redifition |
09 Nov 2013 19:13:28
2013.10.13
|
rene  |
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery |
17 Oct 2013 22:00:33
2013.10.13
|
pav  |
- Update to 2013-10-13
Submitted by: gleb (maintainer) |
20 Sep 2013 23:06:00
2013.09.14
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
20 Sep 2013 12:54:55
2013.09.14
|
bdrewery  |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
15 Sep 2013 21:37:32
2013.09.14
|
pav  |
- Update to 2013-09-14
Submitted by: gleb (maintainer) |
05 Jun 2013 16:58:53
2013.04.13
|
pav  |
- Update to 2013-04-13
Submitted by: gleb (maintainer) |
06 Feb 2013 18:32:58
2013.02.03
|
pav  |
- Update to 2013.03.02
Submitted by: gleb (maintainer) |
26 Dec 2012 18:47:06
2012.11.12
|
pav  |
- Update to 2012-11-12
Submitted by: gleb (maintainer) |
02 Oct 2012 13:26:53
2012.09.30
|
pav  |
- Update to 2012.09.30
Submitted by: gleb (maintainer) |
18 Sep 2012 22:49:17
2012.09.16
|
pav  |
- Update to 2012-09-16
Submitted by: gleb (maintainer) |
21 Aug 2012 21:29:22
2012.08.20
|
pav  |
- Update to 2012-08-20
Submitted by: gleb (maintainer) |
20 Jun 2012 20:35:06
2012.06.21
|
pav  |
- Update to 2012-06-21
Submitted by: gleb (maintainer) |
26 Dec 2011 17:13:39
2011.12.25
|
pav  |
- Update to 2011-12-25
Submitted by: gleb (maintainer) |
18 Oct 2011 21:25:31
2011.10.18
|
pav  |
- Update to 2011-10-18
Submitted by: gleb (maintainer) |
23 Sep 2011 22:26:39
2011.09.01
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
11 Sep 2011 20:22:45
2011.09.01
|
pav  |
- Fix build on -CURRENT
Submitted by: gk (maintainer) |
06 Sep 2011 10:53:06
2011.09.01
|
pav  |
- Update to 2011.09.01 to unbreak build on -CURRENT
Submitted by: gk (maintainer) |
01 Sep 2011 14:21:11
2011.04.14
|
sbz  |
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) |