diff options
author | Damjan Marion <damarion@cisco.com> | 2021-05-07 09:20:54 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-05-07 10:47:58 +0000 |
commit | c62252df1522318d65ca584a53cdfef29b3f839c (patch) | |
tree | 224bbcf3fb7a857a70536b676ef7201583a44924 /build/external/packages/ipsec-mb.mk | |
parent | 94a6df005d9e94f3b836ad3c93d1464b4a840499 (diff) |
build: bump ipsecmb version to 1.0
Type: improvement
Change-Id: If2c0db46805c0a8c995a76938f049568f57f7560
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build/external/packages/ipsec-mb.mk')
-rw-r--r-- | build/external/packages/ipsec-mb.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/external/packages/ipsec-mb.mk b/build/external/packages/ipsec-mb.mk index 270387d0af5..d0bd2af19cf 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,13 +11,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 0.55 +ipsec-mb_version := 1.0 ipsec-mb_tarball := v$(ipsec-mb_version).tar.gz -ipsec-mb_tarball_md5sum_0.49 := 3a2bee86f25f6c8ed720da5b4b8d4297 -ipsec-mb_tarball_md5sum_0.52 := 11ecfa6db4dc0c4ca6e5c616c141ac46 -ipsec-mb_tarball_md5sum_0.53 := e9b3507590efd1c23321518612b644cd 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 := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 |