| Port details |
- isa-l_crypto Intel(R) Intelligent Storage Acceleration Library, Crypto Version
- 2.26.1 devel
=0 2.26Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-02-03 15:57:25
- Last Update: 2026-08-09 12:28:40
- Commit Hash: 5c4566e
- License: BSD3CLAUSE
- WWW:
- https://github.com/intel/isa-l_crypto
- Description:
- ISA-L_crypto is a collection of optimized low-level functions targeting storage
applications that includes multi-buffer and rolling hashes, along with block
ciphers.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- isa-l_crypto>0:devel/isa-l_crypto
- To install the port:
- cd /usr/ports/devel/isa-l_crypto/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/isa-l_crypto
- pkg install isa-l_crypto
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: isa-l_crypto
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1782966084
SHA256 (intel-isa-l_crypto-v2.26.1_GH0.tar.gz) = dd83e3da8e589d15ff475ac727b38c8cba48d2e82465fa58de2b5d9fefcd682b
SIZE (intel-isa-l_crypto-v2.26.1_GH0.tar.gz) = 1752280
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nasm : devel/nasm
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.73 : devel/autoconf
- automake>=1.18.1 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_isa-l_crypto
- USES:
- autoreconf gmake libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.26.1 09 Aug 2026 12:28:40
    |
Piotr Kubaj (pkubaj)  |
devel/isa-l_crypto: fix packaging on powerpc64le, enable powerpc64
Upstream 2.26 moved aes_cbc.h and aes_gcm.h into the AES module's
install list, and the AES module is only built on x86_64 and aarch64.
Other architectures use the generic base implementations, so the two
headers are not staged and check-plist fails. Gate them in pkg-plist.
powerpc64 builds the same generic code: both powerpc64 and powerpc64le
pass the upstream test suite (29/29, including the FIPS self-tests),
so widen ONLY_FOR_ARCHS.
Also correct ONLY_FOR_ARCHS_REASON: no isa-l_crypto release ever had
powerpc64le-specific code; all releases fall back to the generic C
implementations on ppc64*. |
2.26.1 08 Jul 2026 13:30:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/isa-l_crypto: Update to 2.26.1
Changes: https://github.com/intel/isa-l_crypto/releases |
2.26 03 Feb 2026 05:09:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/isa-l_crypto: Update to 2.26
Changes: https://github.com/intel/isa-l_crypto/releases |
2.25.0 09 Dec 2025 11:20:57
    |
Po-Chuan Hsieh (sunpoet)  |
devel/isa-l_crypto: Remove USES=pathfix |
2.25.0 03 Feb 2025 15:50:44
    |
Po-Chuan Hsieh (sunpoet)  Author: Ilia Sotnikov |
devel/isa-l_crypto: Add isa-l_crypto 2.25.0
ISA-L_crypto is a collection of optimized low-level functions targeting storage
applications that includes multi-buffer and rolling hashes, along with block
ciphers.
PR: 283361 |
Number of commits found: 5
|