From b35ee9bace28892238e92d04922fb5e7bba8e9f6 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 10 Jul 2022 20:05:22 +0200 Subject: [PATCH] package/minizip: bump to version 3.0.6 Drop patch (already in version) https://github.com/zlib-ng/minizip-ng/releases/tag/3.0.6 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- ...1-CMakeLists.txt-fix-build-without-C.patch | 41 ------------------- package/minizip/minizip.hash | 2 +- package/minizip/minizip.mk | 2 +- 3 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644 package/minizip/0001-CMakeLists.txt-fix-build-without-C.patch diff --git a/package/minizip/0001-CMakeLists.txt-fix-build-without-C.patch b/package/minizip/0001-CMakeLists.txt-fix-build-without-C.patch deleted file mode 100644 index b0cb6a6c1e..0000000000 --- a/package/minizip/0001-CMakeLists.txt-fix-build-without-C.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 4e7899f3d0533f83b7230ffa787087b65ddd45c0 Mon Sep 17 00:00:00 2001 -From: Fabrice Fontaine -Date: Tue, 5 Apr 2022 18:20:14 +0200 -Subject: [PATCH] CMakeLists.txt: fix build without C++ - -Fix the following build failure without a working C++ compiler raised -since version 2.0.0 and -https://github.com/zlib-ng/minizip-ng/commit/d383a5f2fca127d24407ff26adce579d63b85310: - -CMake Error at /nvmedata/autobuild/instance-20/output-1/host/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake:59 (message): - The C++ compiler - - "/usr/bin/c++" - - is not able to compile a simple test program. - -Fixes: - - http://autobuild.buildroot.org/results/4452bc35b41414a5e8a0e9831b0854228df5fba4 - -Signed-off-by: Fabrice Fontaine -[Upstream status: https://github.com/zlib-ng/minizip-ng/pull/621] ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index fef46c3..83adaf3 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -661,7 +661,7 @@ endif() - list(APPEND MINIZIP_INC ${CMAKE_CURRENT_SOURCE_DIR}) - - # Create minizip library --project(minizip${MZ_PROJECT_SUFFIX} VERSION ${VERSION}) -+project(minizip${MZ_PROJECT_SUFFIX} LANGUAGES C VERSION ${VERSION}) - - if(NOT ${MZ_PROJECT_SUFFIX} STREQUAL "") - message(STATUS "Project configured as ${PROJECT_NAME}") --- -2.35.1 - diff --git a/package/minizip/minizip.hash b/package/minizip/minizip.hash index e73637670c..0c6e218488 100644 --- a/package/minizip/minizip.hash +++ b/package/minizip/minizip.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 1a248c378fdf4ef6c517024bb65577603d5146cffaebe81900bec9c0a5035d4d minizip-3.0.5.tar.gz +sha256 383fa1bdc28c482828a8a8db53f758dbd44291b641182724fda5df5b59cce543 minizip-3.0.6.tar.gz sha256 675181c03fc1302a1c8554c00f7be9bb420c5dbc9dcc2013433cec144413de03 LICENSE diff --git a/package/minizip/minizip.mk b/package/minizip/minizip.mk index b9259f0c54..61936e0568 100644 --- a/package/minizip/minizip.mk +++ b/package/minizip/minizip.mk @@ -4,7 +4,7 @@ # ################################################################################ -MINIZIP_VERSION = 3.0.5 +MINIZIP_VERSION = 3.0.6 MINIZIP_SITE = $(call github,nmoinvaz,minizip,$(MINIZIP_VERSION)) MINIZIP_DEPENDENCIES = host-pkgconf MINIZIP_INSTALL_STAGING = YES