aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel O'Connor <darius@dons.net.au>2022-08-16 15:47:41 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-09-24 11:53:45 +0000
commitb4cc66ed4893b08a82198e41928d4ea51876e1a8 (patch)
treee1a569815960427a9eb303d6d9145ad390524f4a
parent26ab9c488ede2bcd83777161caf1363d09116e19 (diff)
downloadports-b4cc66ed4893b08a82198e41928d4ea51876e1a8.tar.gz
ports-b4cc66ed4893b08a82198e41928d4ea51876e1a8.zip
sysutils/pefs-kmod: Update to work on FreeBSD 13.1-RC1
This updates to a version with fixes for various KABI changes in FreeBSD 13+. PR: 263058 Reported by: darius@dons.net.au (maintainer) (cherry picked from commit 79f9679c7e795de9a15451910526cea3ea50c21f) PR: 266576
-rw-r--r--sysutils/pefs-kmod/Makefile13
-rw-r--r--sysutils/pefs-kmod/distinfo6
2 files changed, 9 insertions, 10 deletions
diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile
index 9ce442120576..b1dec74fb33f 100644
--- a/sysutils/pefs-kmod/Makefile
+++ b/sysutils/pefs-kmod/Makefile
@@ -1,8 +1,7 @@
# Created by: Gleb Kurtsou <gleb@FreeBSD.org>
PORTNAME= pefs
-DISTVERSION= g20210628
-PORTEPOCH= 1
+DISTVERSION= g20220816
CATEGORIES= sysutils
PKGNAMESUFFIX= -kmod
@@ -11,19 +10,19 @@ COMMENT= PEFS kernel level stacked cryptographic filesystem
LICENSE= BSD2CLAUSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
-ONLY_FOR_ARCHS_REASON= untested on any other architecture
-
# PEFS works on -current but out of tree KLDs get incorrectly compiled without INVARIANTS
BROKEN_FreeBSD_14= crashes on mount due to INVARIANTS
+ONLY_FOR_ARCHS= amd64 armv6 i386
+ONLY_FOR_ARCHS_REASON= untested on any other arch
USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= freebsd-pefs
-GH_TAGNAME= 4e03778
+GH_PROJECT= pefs
+GH_TAGNAME= 7e65358
-MAKE_JOBS_UNSAFE=yes
MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man"
+MAKE_JOBS_UNSAFE=yes
PLIST_FILES= sbin/pefs \
lib/pam_pefs.so \
diff --git a/sysutils/pefs-kmod/distinfo b/sysutils/pefs-kmod/distinfo
index aec73ee4d55e..15c25b558390 100644
--- a/sysutils/pefs-kmod/distinfo
+++ b/sysutils/pefs-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626164725
-SHA256 (freebsd-pefs-pefs-g20210628-4e03778_GH0.tar.gz) = 37ef7274f8d48000c16ef892c33fad1df929e37507e7c6c48bbfd9e2e8616690
-SIZE (freebsd-pefs-pefs-g20210628-4e03778_GH0.tar.gz) = 91903
+TIMESTAMP = 1660662896
+SHA256 (freebsd-pefs-pefs-g20220816-7e65358_GH0.tar.gz) = 31c6d0a706ec066d490f294116176076f7145d8a84c94b1ec61d8d61978ad468
+SIZE (freebsd-pefs-pefs-g20220816-7e65358_GH0.tar.gz) = 93672