mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[minizip-ng] Updated minizip version and fixed windows build for previous version (#23684)
* [minizip-ng] fix: in windows only compat symbols were exposed * [minzip-ng] updated version * [minzip-ng] updated baseline and versions * Add vcpkg_check_linkage * update version Co-authored-by: prateek.chokse <prateek.chokse@airamatrix.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
147027390b
commit
601d7f3205
@ -1,8 +1,12 @@
|
|||||||
|
if (VCPKG_TARGET_IS_WINDOWS)
|
||||||
|
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||||
|
endif()
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO zlib-ng/minizip-ng
|
REPO zlib-ng/minizip-ng
|
||||||
REF 3.0.2
|
REF 3.0.5
|
||||||
SHA512 eee4d35d273ab0a32972b119c8faabd8c242e2d9f506fab0dd21fdd24c78b932c01bf7f15e9cf7c452776fc4c2e27a5ff09e376adb7a706336d11114929182fc
|
SHA512 da0c230951caafd986331300b840d09a4c27a677183174f8b1782c2515209b51cf00133dd5fc5f9fc88a349134db7f93d3daa7c05b7d0270be99b9cf85a6c133
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
Modify-header-file-path.patch
|
Modify-header-file-path.patch
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minizip-ng",
|
"name": "minizip-ng",
|
||||||
"version": "3.0.2",
|
"version": "3.0.5",
|
||||||
"port-version": 1,
|
|
||||||
"description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.",
|
"description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.",
|
||||||
"homepage": "https://github.com/zlib-ng/minizip-ng",
|
"homepage": "https://github.com/zlib-ng/minizip-ng",
|
||||||
"supports": "!uwp",
|
"supports": "!uwp",
|
||||||
|
@ -4513,8 +4513,8 @@
|
|||||||
"port-version": 10
|
"port-version": 10
|
||||||
},
|
},
|
||||||
"minizip-ng": {
|
"minizip-ng": {
|
||||||
"baseline": "3.0.2",
|
"baseline": "3.0.5",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"mio": {
|
"mio": {
|
||||||
"baseline": "2019-02-10",
|
"baseline": "2019-02-10",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "36ef459c57047fcfc0ddbfc97d7360d7307acb24",
|
||||||
|
"version": "3.0.5",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "4a8de7f8609b758c48eea13b67d47c22efc832a3",
|
"git-tree": "4a8de7f8609b758c48eea13b67d47c22efc832a3",
|
||||||
"version": "3.0.2",
|
"version": "3.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user