Skip to content

Commit 385d368

Browse files
authored
[kubazip] update to 0.3.3 (microsoft#42831)
1 parent 47c6ca8 commit 385d368

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

ports/kubazip/fix_targets.patch

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index cf86d70..c2bc2f9 100644
2+
index 804df5e..5498bb9 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -1,6 +1,6 @@
@@ -8,7 +8,7 @@ index cf86d70..c2bc2f9 100644
88
-project(zip
99
+project(kubazip
1010
LANGUAGES C
11-
VERSION "0.2.3")
11+
VERSION "0.3.0")
1212
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
1313
@@ -46,11 +46,11 @@ endif()
1414

@@ -24,13 +24,7 @@ index cf86d70..c2bc2f9 100644
2424
enable_testing()
2525
add_subdirectory(test)
2626
endif()
27-
@@ -69,12 +69,12 @@ if (MSVC)
28-
elseif ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU" OR
29-
"${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR
30-
"${CMAKE_C_COMPILER_ID}" STREQUAL "AppleClang")
31-
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror -pedantic")
32-
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic")
33-
endif (MSVC)
27+
@@ -74,7 +74,7 @@ endif (MSVC)
3428

3529
####
3630
set(CONFIG_INSTALL_DIR "lib/cmake/${PROJECT_NAME}")

ports/kubazip/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO kuba--/zip
66
REF "v${VERSION}"
7-
SHA512 959805452f566b24ee78bc56794403733d19e86885a7f94581fca4218817a65ea4ea8b79457a452e0cc06992dc2165b3ff90360cec5f43cd8c0f934027ee9fd5
7+
SHA512 dd516f2e6765e49c00063bd72b49d97bc6f1254921045269b534a801e41e0728171cbf09a73713b236f40c4cf30b5473e74579b82962004b79166b38ad6a3e0d
88
HEAD_REF master
99
PATCHES
1010
fix_targets.patch
@@ -18,4 +18,4 @@ vcpkg_cmake_install()
1818
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/kubazip)
1919
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
2020

21-
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/UNLICENSE")
21+
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

ports/kubazip/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "kubazip",
3-
"version": "0.2.6",
3+
"version": "0.3.3",
44
"description": "A portable, simple zip library written in C",
55
"homepage": "https://github.com/kuba--/zip",
6-
"license": "Unlicense",
6+
"license": "MIT",
77
"dependencies": [
88
{
99
"name": "vcpkg-cmake",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4173,7 +4173,7 @@
41734173
"port-version": 0
41744174
},
41754175
"kubazip": {
4176-
"baseline": "0.2.6",
4176+
"baseline": "0.3.3",
41774177
"port-version": 0
41784178
},
41794179
"kubernetes": {

versions/k-/kubazip.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "f180298b3a29f98aee261face05569afcf1313e5",
5+
"version": "0.3.3",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "a53b15054c06a67cd7ba9f19e54476893cddad72",
510
"version": "0.2.6",

0 commit comments

Comments
 (0)