crypto-ipsecmb: bump to ipsecmb v1.2 50/35550/4
authorMarcel Cornu <marcel.d.cornu@intel.com>
Fri, 4 Mar 2022 17:33:12 +0000 (17:33 +0000)
committerMarcel Cornu <marcel.d.cornu@intel.com>
Tue, 8 Mar 2022 09:22:17 +0000 (09:22 +0000)
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

build/external/packages/ipsec-mb.mk
build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch [new file with mode: 0644]

index 4491836..3649644 100644 (file)
 # 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
diff --git a/build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch b/build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch
new file mode 100644 (file)
index 0000000..0a8bce1
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/lib/Makefile b/lib/Makefile
+index 22890878..6ce90697 100644
+--- a/lib/Makefile
++++ b/lib/Makefile
+@@ -694,7 +694,7 @@ else
+       cp -f $(LIB).def $(LIB)_lnk.def
+ endif
+-$(LIB_DIR)/$(LIBNAME): $(target_obj_files) $(LIB)_lnk.def
++$(LIB_DIR)/$(LIBNAME): $(target_obj_files)
+ ifeq ($(SHARED),y)
+ ifneq ($(MINGW),0)
+       $(CC) -shared $(LDFLAGS) -o $(LIBNAME) $^