Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147980520
D25514.id73894.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D25514.id73894.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 16, 12:02 AM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29700858
Default Alt Text
D25514.id73894.diff (2 KB)
Attached To
Mode
D25514: Add a new security/isal-kmod port.
Attached
Detach File
Event Timeline
Log In to Comment