Index: head/sysutils/pefs-kmod/Makefile =================================================================== --- head/sysutils/pefs-kmod/Makefile (revision 487094) +++ head/sysutils/pefs-kmod/Makefile (revision 487095) @@ -1,46 +1,46 @@ # Created by: Gleb Kurtsou # $FreeBSD$ PORTNAME= pefs -DISTVERSION= 2017-06-20 +DISTVERSION= 2018-11-26 CATEGORIES= sysutils MASTER_SITES= LOCAL/gleb PKGNAMESUFFIX= -kmod MAINTAINER= gleb@FreeBSD.org 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 USES= kmod uidfix MAKE_JOBS_UNSAFE=yes MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ NO_MANCOMPRESS= OPTIONS_DEFINE= AESNI OPTIONS_DEFAULT= AESNI_DESC= Enable AES-NI hardware acceleration PLIST_FILES= sbin/pefs \ lib/pam_pefs.so \ 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 Index: head/sysutils/pefs-kmod/distinfo =================================================================== --- head/sysutils/pefs-kmod/distinfo (revision 487094) +++ head/sysutils/pefs-kmod/distinfo (revision 487095) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498020540 -SHA256 (pefs-2017-06-20.tar.gz) = 8115600f43036de7c1c4ff46d41b5a36ee59b9d5f5af339b2890234fbc9f525c -SIZE (pefs-2017-06-20.tar.gz) = 90208 +TIMESTAMP = 1543813366 +SHA256 (pefs-2018-11-26.tar.gz) = b1d185982fdc7533ef99deeeb740157f0ea215a238a967ac5bfe56279e810bdb +SIZE (pefs-2018-11-26.tar.gz) = 90259 Index: head/sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c =================================================================== --- head/sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c (revision 487094) +++ head/sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c (nonexistent) @@ -1,11 +0,0 @@ ---- sys/fs/pefs/pefs_vnops.c.orig 2018-11-16 12:26:20 UTC -+++ sys/fs/pefs/pefs_vnops.c -@@ -1920,7 +1920,7 @@ pefs_symlink(struct vop_symlink_args *ap) - struct pefs_node *dpn; - struct pefs_enccn enccn; - struct pefs_chunk pc; -- char *target = ap->a_target; -+ const char *target = ap->a_target; - char *enc_target, *penc_target; - size_t penc_target_len; - size_t target_len; Property changes on: head/sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property