Port details |
- intel-ipsec-mb Intel(R) Multi-Buffer Crypto for IPsec Library
- 2.0 security =2 2.0Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@sysctl.cz
- Port Added: 2020-09-13 12:52:57
- Last Update: 2024-12-10 19:40:04
- Commit Hash: 835d595
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/intel/intel-ipsec-mb
- Description:
- Intel Multi-Buffer Crypto for IPsec Library is highly-optimized software
implementations of the core cryptographic processing for IPsec, which
provides industry-leading performance on a range of Intel(R) Processors.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- intel-ipsec-mb>0:security/intel-ipsec-mb
- To install the port:
- cd /usr/ports/security/intel-ipsec-mb/ && make install clean
- To add the package, run one of these commands:
- pkg install security/intel-ipsec-mb
- pkg install intel-ipsec-mb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: intel-ipsec-mb
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1733743498
SHA256 (intel-intel-ipsec-mb-v2.0_GH0.tar.gz) = 0c60e56f63b14212c7b388668acc219cbc6b79e5e79732aff7542fefbb498413
SIZE (intel-intel-ipsec-mb-v2.0_GH0.tar.gz) = 2500962
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
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- benchmarks/stress-ng
Configuration Options:
- ===> The following configuration options are available for intel-ipsec-mb-2.0:
AESNIEMU=off: Enable AESI-NI Emulation
===> Use 'make config' to modify these settings
- Options name:
- security_intel-ipsec-mb
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0 10 Dec 2024 19:40:04 |
Daniel Engberg (diizzy) |
security/intel-ipsec-mb: Only build unit tests upon request
Instead on building unit tests every time just do it when requested
Approved by: portmgr (blanket, build fix) |
2.0 10 Dec 2024 09:05:45 |
Robert Clausecker (fuz) Author: Martin Filla |
security/intel-ipsec-mb: update to 2.0.0
Changelog: https://github.com/intel/intel-ipsec-mb/releases/tag/v2.0
PR: 283221 |
1.5_1 25 Feb 2024 13:19:43 |
Muhammad Moinur Rahman (bofh) |
security/intel-ipsec-mb: Moved man to share/man
Approved by: portmgr (blanket) |
1.5 18 Nov 2023 09:24:49 |
Daniel Engberg (diizzy) |
security/intel-ipsec-mb: Update to 1.5
* Switch to CMake
* Backport upstream commit c266eb633019bf0eef2c9df1ce814f22b9ee2d51
* Disable AES-NI emulation by default
References:
https://github.com/intel/intel-ipsec-mb/commit/c266eb633019bf0eef2c9df1ce814f22b9ee2d51
PR: 275133
Reviewed by: Martin Filla <freebsd@sysctl.cz> (Maintainer) |
1.3 03 Oct 2022 16:13:43 |
Fernando Apesteguía (fernape) Author: Martin Filla |
security/intel-ipsec-mb: update to 1.3.0
ChangeLog: https://github.com/intel/intel-ipsec-mb/releases
PR: 266753
Reported by: freebsd@sysctl.cz |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2 18 Jul 2022 19:34:25 |
Daniel Engberg (diizzy) |
security/intel-ipsec-mb: Update to 1.2
Changelog: https://github.com/intel/intel-ipsec-mb/releases/tag/v1.2
Add option to disable AES-NI emulation (default on in previous version)
PR: 265239
Reviewed by: Martin Filla <freebsd@sysctl.cz> (maintainer) |
1.1 05 Jan 2022 23:05:53 |
Daniel Engberg (diizzy) |
security/intel-ipsec-mb: Update to 1.1
Changelog: https://github.com/intel/intel-ipsec-mb/releases/tag/v1.1
Backport upstream commit 3a1c8c1c2c24a9d6cb56439c6aa6bea4d4fb1093
to fix compilation
Set MAKE_JOBS_UNSAFE to avoid OOM issues
Set rpath to avoid requirement of installing port to run test(s)
PR: 260961
Reviewed by: Martin Filla <freebsd@sysctl.cz> (maintainer) |
0.55.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.55.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.55.0 15 Nov 2020 05:07:39 |
vanilla |
Update to 0.55.0.
PR: 251139
Submitted by: maintainer |
0.54.3 09 Oct 2020 00:20:28 |
vanilla |
Update to 0.54.3.
PR: 250031
Submitted by: maintainer |
0.54.1 17 Sep 2020 07:05:39 |
vanilla |
Remove unecessary patch.
PR: 249376
Submitted by: maintainer |
0.54.1 15 Sep 2020 01:58:53 |
vanilla |
update to 0.54.1
PR: 249316
Submitted by: maintainer |
g20200801 13 Sep 2020 12:52:18 |
vanilla |
Add intel-ipsec-mb g20200801, intel(R) Multi-Buffer Crypto for IPsec
Library.
PR: 248285
Submitted by: freebsd@sysctl.cz |