diff options
author | Marcel Cornu <marcel.d.cornu@intel.com> | 2022-03-04 17:33:12 +0000 |
---|---|---|
committer | Marcel Cornu <marcel.d.cornu@intel.com> | 2022-03-08 09:22:17 +0000 |
commit | c711bd08c89c406f7040e28196390efcc01596cd (patch) | |
tree | 6a4d91e539e3b9518799bd21fbf63b27dceafaac /build/external/packages | |
parent | 7e647358af812d207004be00eef1d0396ab9f138 (diff) |
crypto-ipsecmb: bump to ipsecmb v1.2
Type: feature
This patch bumps ipsecmb library version from 1.1 to 1.2
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
Change-Id: I181e43c711fe530296c037d59b53fe3c5f2719ea
Diffstat (limited to 'build/external/packages')
-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 44918361bc1..364964401a1 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,12 +11,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 1.1 +ipsec-mb_version := 1.2 ipsec-mb_tarball := v$(ipsec-mb_version).tar.gz ipsec-mb_tarball_md5sum_0.54 := 258941f7ba90c275fcf9d19c622d2d21 ipsec-mb_tarball_md5sum_0.55 := deca674bca7ae2282890e1fa7f953609 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 := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 |