[zlib-ng] Update to 2.0.5 (#21366)

* Update zlib-ng to 2.0.5

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2021-11-16 01:36:05 +01:00 committed by GitHub
parent 933b8ab202
commit 9722212d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 9 deletions

View File

@ -1,13 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zlib-ng/zlib-ng
REF 2.0.3
SHA512 e1afe91e1a8b4c54a004b672f539ae68f7dc1f1b08ba93514c0de674230354c944d496753f00ad272f16ef322705f275b5b72dac6c2a757ec741ef3f1ea1d59a
REF 2.0.5
SHA512 a643089a8189bf8bd24d679b84f07ae14932b4d88b88e94c44cca23350d6a9bbdaa411822d3651c2b0bf79f30c9f99514cc252cf9e9ab0b3a840540206466654
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DZLIB_FULL_VERSION=2.0.3
-DZLIB_ENABLE_TESTS=OFF
@ -19,9 +19,9 @@ vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share
${CURRENT_PACKAGES_DIR}/debug/include
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share"
"${CURRENT_PACKAGES_DIR}/debug/include"
)
file(INSTALL ${SOURCE_PATH}/LICENSE.md
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.md"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright
)

View File

@ -1,6 +1,6 @@
{
"name": "zlib-ng",
"version": "2.0.3",
"version": "2.0.5",
"description": "zlib replacement with optimizations for 'next generation' systems",
"homepage": "https://github.com/zlib-ng/zlib-ng",
"license": "Zlib",

View File

@ -7361,7 +7361,7 @@
"port-version": 13
},
"zlib-ng": {
"baseline": "2.0.3",
"baseline": "2.0.5",
"port-version": 0
},
"zookeeper": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1edea9190001c716b745514982d2ee684f1183e8",
"version": "2.0.5",
"port-version": 0
},
{
"git-tree": "7020274700cc1aaa817aa752f36a423fed7c095c",
"version": "2.0.3",