Page MenuHomeFreeBSD

D25514.id73894.diff
No OneTemporary

D25514.id73894.diff

Index: security/Makefile
===================================================================
--- security/Makefile
+++ security/Makefile
@@ -234,6 +234,7 @@
SUBDIR += ipsec-tools
SUBDIR += ipv6toolkit
SUBDIR += isakmpd
+ SUBDIR += isal-kmod
SUBDIR += ismtp
SUBDIR += isnprober
SUBDIR += jbrofuzz
Index: security/isal-kmod/Makefile
===================================================================
--- /dev/null
+++ security/isal-kmod/Makefile
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME= isal
+DISTVERSION= g20200629
+CATEGORIES= security
+PKGNAMESUFFIX= -kmod
+
+MAINTAINER= jhb@FreeBSD.org
+COMMENT= Kernel crypto driver using Intel(R) ISA-L crypto
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/isa-l_crypto/LICENSE
+
+ONLY_FOR_ARCHS= amd64
+
+BUILD_DEPENDS= yasm:devel/yasm
+
+USES= kmod uidfix
+
+USE_GITHUB= yes
+GH_ACCOUNT= bsdjhb
+GH_PROJECT= ocf_isa_l
+GH_TAGNAME= c7b5c76
+GH_TUPLE= intel:isa-l_crypto:v2.22.0:isal_crypto/isa-l_crypto
+
+PLIST_FILES= ${KMODDIR}/isal.ko man/man4/isal.4.gz
+
+.include <bsd.port.pre.mk>
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/isal.4 ${STAGEDIR}${MANPREFIX}/man/man4/isal.4
+
+.include <bsd.port.post.mk>
Index: security/isal-kmod/distinfo
===================================================================
--- /dev/null
+++ security/isal-kmod/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1593470695
+SHA256 (bsdjhb-ocf_isa_l-g20200629-c7b5c76_GH0.tar.gz) = 4192a6b029d6746d36a41458e5135205215d2fe0b5a34c108ee91273b006ca48
+SIZE (bsdjhb-ocf_isa_l-g20200629-c7b5c76_GH0.tar.gz) = 5449
+SHA256 (intel-isa-l_crypto-v2.22.0_GH0.tar.gz) = c6503b455bdf0efcad74fdae4e9b30465e0e208cff2b0b34fd8f471553455527
+SIZE (intel-isa-l_crypto-v2.22.0_GH0.tar.gz) = 518022
Index: security/isal-kmod/pkg-descr
===================================================================
--- /dev/null
+++ security/isal-kmod/pkg-descr
@@ -0,0 +1,7 @@
+ISA-L crypto is a collection of optimized low-level functions
+targeting cryptography applications.
+
+This port provides a driver for the in-kernel opencrypto framework
+that uses routines in the ISA-L crypto library.
+
+WWW: https://github.com/01org/isa-l_crypto

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 16, 10:30 AM (13 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29700858
Default Alt Text
D25514.id73894.diff (2 KB)

Event Timeline