Skip to content

Commit

Permalink
security/isal-kmod: Use native crypto_cursor_segment() on 13.0-STABLE.
Browse files Browse the repository at this point in the history
Fix the build on today's 13.0-STABLE which added
crypto_cursor_segment() in the kernel.
  • Loading branch information
bsdjhb committed Oct 21, 2021
1 parent 13ad579 commit 3b28378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions security/isal-kmod/Makefile
@@ -1,5 +1,5 @@
PORTNAME= isal
DISTVERSION= g20210528
DISTVERSION= g20211021
CATEGORIES= security
PKGNAMESUFFIX= -kmod

Expand All @@ -19,7 +19,7 @@ USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= bsdjhb
GH_PROJECT= ocf_isa_l
GH_TAGNAME= 70d9359
GH_TAGNAME= 7cf3a29
GH_TUPLE= intel:isa-l_crypto:v2.22.0:isal_crypto/isa-l_crypto

PLIST_FILES= ${KMODDIR}/isal.ko \
Expand Down
6 changes: 3 additions & 3 deletions security/isal-kmod/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1622239540
SHA256 (bsdjhb-ocf_isa_l-g20210528-70d9359_GH0.tar.gz) = f2f7d7b2da98938b46b3caec1e095c00dcd5dece15932ab4bf5ff0a948833b01
SIZE (bsdjhb-ocf_isa_l-g20210528-70d9359_GH0.tar.gz) = 5503
TIMESTAMP = 1634838914
SHA256 (bsdjhb-ocf_isa_l-g20211021-7cf3a29_GH0.tar.gz) = 6dd6a4bd696fa6c5c3acc5949004f038c04d827acdc3b4125221cd1c49827a76
SIZE (bsdjhb-ocf_isa_l-g20211021-7cf3a29_GH0.tar.gz) = 5529
SHA256 (intel-isa-l_crypto-v2.22.0_GH0.tar.gz) = c6503b455bdf0efcad74fdae4e9b30465e0e208cff2b0b34fd8f471553455527
SIZE (intel-isa-l_crypto-v2.22.0_GH0.tar.gz) = 518022

0 comments on commit 3b28378

Please sign in to comment.