diff -ur pefs-kmod.orig/Makefile pefs-kmod/Makefile --- pefs-kmod.orig/Makefile 2021-05-17 00:39:58.000000000 +0930 +++ pefs-kmod/Makefile 2021-07-03 16:09:06.000000000 +0930 @@ -1,46 +1,34 @@ # Created by: Gleb Kurtsou PORTNAME= pefs -DISTVERSION= 2018-11-26 +DISTVERSION= 2021-06-28 CATEGORIES= sysutils -MASTER_SITES= LOCAL/gleb PKGNAMESUFFIX= -kmod -MAINTAINER= gleb@FreeBSD.org +MAINTAINER= darius@dons.net.au COMMENT= PEFS kernel level stacked cryptographic filesystem LICENSE= BSD2CLAUSE -BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 -BROKEN_DragonFly= fails to build: don't know how to make vnode_if.h ONLY_FOR_ARCHS= amd64 armv6 i386 ONLY_FOR_ARCHS_REASON= untested on any other arch -BROKEN_FreeBSD_13= fails to compile: too many arguments to function call, expected single argument 'vp', have 2 arguments -BROKEN_FreeBSD_14= fails to compile: too many arguments to function call, expected single argument 'vp', have 2 arguments +# PEFS works on -current but out of tree KLDs get incorrectly compiled without INVARIANTS +BROKEN_FreeBSD_14= crashes on mount due to INVARIANTS USES= kmod uidfix +USE_GITHUB= yes +GH_ACCOUNT= freebsd-pefs +GH_PROJECT= pefs +GH_TAGNAME= 4e03778 MAKE_JOBS_UNSAFE=yes MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" -OPTIONS_DEFINE= AESNI -OPTIONS_DEFAULT= -AESNI_DESC= Enable AES-NI hardware acceleration - PLIST_FILES= sbin/pefs \ lib/pam_pefs.so \ + lib/pam_pefs.so.6 \ man/man8/pam_pefs.8.gz \ man/man8/pefs.8.gz \ ${KMODDIR}/pefs.ko -.include - -.if ${PORT_OPTIONS:MAESNI} -MAKE_ENV+= PEFS_AESNI=yes -.endif - -.if ${OPSYS} == FreeBSD -PLIST_FILES+= lib/pam_pefs.so.6 -.endif - .include diff -ur pefs-kmod.orig/distinfo pefs-kmod/distinfo --- pefs-kmod.orig/distinfo 2018-12-10 08:46:35.000000000 +1030 +++ pefs-kmod/distinfo 2021-07-02 22:53:35.000000000 +0930 @@ -1,3 +1,3 @@ -TIMESTAMP = 1543813366 -SHA256 (pefs-2018-11-26.tar.gz) = b1d185982fdc7533ef99deeeb740157f0ea215a238a967ac5bfe56279e810bdb -SIZE (pefs-2018-11-26.tar.gz) = 90259 +SHA256 (freebsd-pefs-pefs-2021-06-28-4e03778_GH0.tar.gz) = 37ef7274f8d48000c16ef892c33fad1df929e37507e7c6c48bbfd9e2e8616690 +SIZE (freebsd-pefs-pefs-2021-06-28-4e03778_GH0.tar.gz) = 91903 + Only in pefs-kmod.orig: files