git: d9c1a81285ff - main - security/isal-kmod: Update to a version that uses crypto_cursor_segment().

John Baldwin jhb at FreeBSD.org
Wed Jun 16 19:57:40 UTC 2021


The branch main has been updated by jhb (doc, src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9c1a81285ffafb47196b9df08ad43559d5aeaee

commit d9c1a81285ffafb47196b9df08ad43559d5aeaee
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-06-16 19:57:08 +0000
Commit:     John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-06-16 19:57:08 +0000

    security/isal-kmod: Update to a version that uses crypto_cursor_segment().
    
    This API was added to src in beb817edfe22cdea91e19a60c42caabd9404da48.
    
    Reviewed by:    jrm, gallatin
    Sponsored by:   Netflix
    Differential Revision:  https://reviews.freebsd.org/D30538
---
 security/isal-kmod/Makefile | 11 ++++++-----
 security/isal-kmod/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/security/isal-kmod/Makefile b/security/isal-kmod/Makefile
index a56016c52693..cc026c629c54 100644
--- a/security/isal-kmod/Makefile
+++ b/security/isal-kmod/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	isal
-DISTVERSION=	g20200702
+DISTVERSION=	g20210528
 CATEGORIES=	security
 PKGNAMESUFFIX=	-kmod
 
@@ -9,9 +9,9 @@ COMMENT=	Kernel crypto driver using Intel(R) ISA-L crypto
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/isa-l_crypto/LICENSE
 
+IGNORE_FreeBSD_11=	requires FreeBSD 13.0 or later
+IGNORE_FreeBSD_12=	requires FreeBSD 13.0 or later
 ONLY_FOR_ARCHS=	amd64
-IGNORE_FreeBSD_11=requires FreeBSD 13.0 or later
-IGNORE_FreeBSD_12=requires FreeBSD 13.0 or later
 
 BUILD_DEPENDS=	yasm:devel/yasm
 
@@ -20,10 +20,11 @@ USES=		kmod uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	bsdjhb
 GH_PROJECT=	ocf_isa_l
-GH_TAGNAME=	ccf6408
+GH_TAGNAME=	70d9359
 GH_TUPLE=	intel:isa-l_crypto:v2.22.0:isal_crypto/isa-l_crypto
 
-PLIST_FILES=	${KMODDIR}/isal.ko man/man4/isal.4.gz
+PLIST_FILES=	${KMODDIR}/isal.ko \
+		man/man4/isal.4.gz
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/isal.4 ${STAGEDIR}${MANPREFIX}/man/man4/isal.4
diff --git a/security/isal-kmod/distinfo b/security/isal-kmod/distinfo
index 55f8b92c9973..47c2fa3acdcd 100644
--- a/security/isal-kmod/distinfo
+++ b/security/isal-kmod/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1594921535
-SHA256 (bsdjhb-ocf_isa_l-g20200702-ccf6408_GH0.tar.gz) = 4d36dff5c8b5db5e015b4675f56255a25d835f840a03eca242d01a2a6028677e
-SIZE (bsdjhb-ocf_isa_l-g20200702-ccf6408_GH0.tar.gz) = 5431
+TIMESTAMP = 1622239540
+SHA256 (bsdjhb-ocf_isa_l-g20210528-70d9359_GH0.tar.gz) = f2f7d7b2da98938b46b3caec1e095c00dcd5dece15932ab4bf5ff0a948833b01
+SIZE (bsdjhb-ocf_isa_l-g20210528-70d9359_GH0.tar.gz) = 5503
 SHA256 (intel-isa-l_crypto-v2.22.0_GH0.tar.gz) = c6503b455bdf0efcad74fdae4e9b30465e0e208cff2b0b34fd8f471553455527
 SIZE (intel-isa-l_crypto-v2.22.0_GH0.tar.gz) = 518022


More information about the dev-commits-ports-main mailing list