From fefbf7c5aa4aa7eff9b61a0471f7e92020b8221d Mon Sep 17 00:00:00 2001 From: Vitaliy Didik Date: Tue, 26 Sep 2023 09:42:56 +0300 Subject: [PATCH] [libvmdk] Updated to version 20221124 (#33968) * [libvmdk] Updated to most recent version 20221124 * [libvmdk] User VERSION variable * [libvmdk] Updated version file --- ports/libvmdk/CMakeLists.txt | 1 - ports/libvmdk/portfile.cmake | 9 ++++----- ports/libvmdk/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libvmdk.json | 5 +++++ 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/ports/libvmdk/CMakeLists.txt b/ports/libvmdk/CMakeLists.txt index 1fb043d905fbdd..d04b627bbe3c06 100644 --- a/ports/libvmdk/CMakeLists.txt +++ b/ports/libvmdk/CMakeLists.txt @@ -9,7 +9,6 @@ if(MSVC) add_compile_definitions(_CRT_NONSTDC_NO_DEPRECATE) endif() -add_compile_definitions(HAVE_LOCAL_LIBCAES) add_compile_definitions(HAVE_LOCAL_LIBCERROR) add_compile_definitions(HAVE_LOCAL_LIBCTHREADS) add_compile_definitions(HAVE_LOCAL_LIBCDATA) diff --git a/ports/libvmdk/portfile.cmake b/ports/libvmdk/portfile.cmake index 11c689cb0ac2a8..89a244783df4cb 100644 --- a/ports/libvmdk/portfile.cmake +++ b/ports/libvmdk/portfile.cmake @@ -1,16 +1,15 @@ -set(LIB_VERSION 20200926) -set(LIB_FILENAME libvmdk-alpha-${LIB_VERSION}.tar.gz) +set(LIB_FILENAME libvmdk-alpha-${VERSION}.tar.gz) vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/libyal/libvmdk/releases/download/${LIB_VERSION}/${LIB_FILENAME}" + URLS "https://github.com/libyal/libvmdk/releases/download/${VERSION}/${LIB_FILENAME}" FILENAME "${LIB_FILENAME}" - SHA512 e70c42580dc58ad0a6459fe461504a8ef128f8d5df9d500f84f316e627232606f22eb4906fc1debc3e75e71daa6a07951af80822695de13d5e466adda4cfd5e0 + SHA512 7d7ea415d7c2cb1077d591d53ab3c37a7ab6e01dc9525159a70588e6f55e56bbef4d3f49f6e1c01ff0b1ddcede5ec2beb05aca7f12e5212843761e14f6459bcb ) vcpkg_extract_source_archive( SOURCE_PATH ARCHIVE "${ARCHIVE}" - SOURCE_BASE "${LIB_VERSION}" + SOURCE_BASE "${VERSION}" ) file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}") diff --git a/ports/libvmdk/vcpkg.json b/ports/libvmdk/vcpkg.json index ea0be7c6f5813d..e8ab9b1e6f2730 100644 --- a/ports/libvmdk/vcpkg.json +++ b/ports/libvmdk/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libvmdk", - "version": "20200926", - "port-version": 4, + "version": "20221124", "description": "Library and tools to access the VMware Virtual Disk (VMDK) format", "homepage": "https://github.com/libyal/libvmdk", "supports": "!uwp", diff --git a/versions/baseline.json b/versions/baseline.json index d2be02e510f41d..836fa1cbb6ea98 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4845,8 +4845,8 @@ "port-version": 0 }, "libvmdk": { - "baseline": "20200926", - "port-version": 4 + "baseline": "20221124", + "port-version": 0 }, "libvorbis": { "baseline": "1.3.7", diff --git a/versions/l-/libvmdk.json b/versions/l-/libvmdk.json index fcbd863f139b28..e69c40ab703845 100644 --- a/versions/l-/libvmdk.json +++ b/versions/l-/libvmdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2065c045d5787d9fff6469d31fe6bbe2f925d367", + "version": "20221124", + "port-version": 0 + }, { "git-tree": "1e57cc839896d460f87ccf1a48562dcb876f7f6b", "version": "20200926",