diff options
author | Ranjan Raj <ranjanx.raj@intel.com> | 2023-11-29 05:47:44 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2023-12-07 10:16:49 +0000 |
commit | adb2c6799238b58d98600d9a2f5d002e7cce14e0 (patch) | |
tree | b09135f72f2f804a627b278f02ea3caaf3404173 /build | |
parent | 535364e90459566b603661c3dbe360c72f59ad71 (diff) |
crypto-ipsecmb: bump intel-ipsec-mb version to 1.5
This patch update the Intel IPsec-MB lib to v1.5
Type: feature
Change-Id: Ib2b5d28866f52d428d9400318cffcae11f935c3f
Signed-off-by: Ranjan Raj <ranjanx.raj@intel.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/external/packages/ipsec-mb.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/external/packages/ipsec-mb.mk b/build/external/packages/ipsec-mb.mk index 638f3c2de17..3e8ef211082 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,13 +11,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 1.4 +ipsec-mb_version := 1.5 ipsec-mb_tarball := v$(ipsec-mb_version).tar.gz ipsec-mb_tarball_md5sum_1.0 := 906e701937751e761671dc83a41cff65 ipsec-mb_tarball_md5sum_1.1 := 3916471d3713d27e42473cb6af9c65e5 ipsec-mb_tarball_md5sum_1.2 := f551d9c208893a436c1f5c146a615bd6 ipsec-mb_tarball_md5sum_1.3 := d8692db9efe32a263b61f12ac0dca950 ipsec-mb_tarball_md5sum_1.4 := fddba2611f822296ddd82d1c31d22b24 +ipsec-mb_tarball_md5sum_1.5 := f18680f8dd43208a15a19a494423bdb9 ipsec-mb_tarball_md5sum := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 |