diff options
author | Marcel Cornu <marcel.d.cornu@intel.com> | 2022-01-13 23:48:54 +0000 |
---|---|---|
committer | Marcel Cornu <marcel.d.cornu@intel.com> | 2022-01-14 09:25:31 +0000 |
commit | e15245d79d67f842c4b35f0a382d85a264c795a0 (patch) | |
tree | b9cb4cbdf81cb43e7571ded9e92bee8bfd15c666 /build/external/packages | |
parent | 85299b1bb6810acf468bf52740df76bd92d28128 (diff) |
crypto-ipsecmb: bump to ipsecmb v1.1
Type: feature
This patch bumps ipsecmb library version from 1.0 to 1.1
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
Change-Id: I9851fef2944a6e213d97039bb6dd48cc0df1e4b4
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 d0bd2af19cf..44918361bc1 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,11 +11,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 1.0 +ipsec-mb_version := 1.1 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 := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 |