Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/build.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ argobots=v1.2
fused=v1.0.0
pmdk=2.1.3
isal=v2.31.1
isal_crypto=v2.26
isal_crypto=v2.26.1
spdk=v26.01
ofi=v1.22.0
mercury=v2.4.1
Expand Down
3 changes: 3 additions & 0 deletions utils/rpms/isa-l_crypto.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Tue Jun 23 2026 Dalton Bohning <dalton.bohning@hpe.com> - 2.26.1-1
* Update to 2.26.1

* Fri May 08 2026 Tom Nabarro <thomas.nabarro@hpe.com> - 2.26.0-1
* Update DAOS to 2.26 release to mirror SPDK v26.01 submodule

Expand Down
2 changes: 1 addition & 1 deletion utils/rpms/package_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export pmdk_full="${pmdk_version}-${pmdk_release}"
export isal_version="2.31.1"
export isal_release="8${distro_name}"
export isal_full="${isal_version}-${isal_release}"
export isal_crypto_version="2.26"
export isal_crypto_version="2.26.1"
export isal_crypto_release="1${distro_name}"
export isal_crypto_full="${isal_crypto_version}-${isal_crypto_release}"
export spdk_major_version="26.01"
Expand Down
Loading