Skip to content

Commit 92bef00

Browse files
committed
DAOS-19127 build: patch isal_crypto
Patch isal_crypto to support older NASM verions, such as for older version of SLES. Signed-off-by: Dalton Bohning <dalton.bohning@hpe.com>
1 parent 05984ff commit 92bef00

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

utils/build.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ protobufc=https://github.com/protobuf-c/protobuf-c.git
2626
ucx=https://github.com/openucx/ucx.git
2727

2828
[patch_versions]
29+
isal_crypto=https://github.com/intel/isa-l_crypto/commit/de6b07c73b33de927b470d6ba860502a12e9fa5e.diff
2930
spdk=0001_external_isal_v26.01.patch
3031
mercury=0001_dep_versions.patch,0002_ofi_counters.patch,0003_ofi_auth_key.patch,0004_ucx_connection_reset.patch,0005_ucx_put_flush.patch
3132
pmdk=https://github.com/daos-stack/pmdk/commit/bb048d67ccd07609f86a5e8b3c6ad54414d593ee.diff,https://github.com/daos-stack/pmdk/commit/69925cf455ef672c4cbdbdb13bef7ae581e67045.diff,https://github.com/daos-stack/pmdk/commit/6805ed4f8d1a4e4c6070bf8b68f0dffef08b9c99.diff

utils/rpms/isa-l_crypto.changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Tue Jun 09 2026 Dalton Bohning <dalton.bohning@hpe.com> - 2.26.0-2
2+
* Patch to support older NASM versions
3+
14
* Fri May 08 2026 Tom Nabarro <thomas.nabarro@hpe.com> - 2.26.0-1
25
* Update DAOS to 2.26 release to mirror SPDK v26.01 submodule
36

utils/rpms/package_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export isal_version="2.31.1"
5757
export isal_release="8${distro_name}"
5858
export isal_full="${isal_version}-${isal_release}"
5959
export isal_crypto_version="2.26"
60-
export isal_crypto_release="1${distro_name}"
60+
export isal_crypto_release="2${distro_name}"
6161
export isal_crypto_full="${isal_crypto_version}-${isal_crypto_release}"
6262
export spdk_major_version="26.01"
6363
export daos_spdk_version=${spdk_major_version}

0 commit comments

Comments
 (0)