Skip to content

Commit

Permalink
[libvmdk] Updated to version 20221124 (#33968)
Browse files Browse the repository at this point in the history
* [libvmdk] Updated to most recent version 20221124

* [libvmdk] User VERSION variable

* [libvmdk] Updated version file
  • Loading branch information
lazyhamster committed Sep 26, 2023
1 parent cacce66 commit fefbf7c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
1 change: 0 additions & 1 deletion ports/libvmdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 4 additions & 5 deletions ports/libvmdk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down
3 changes: 1 addition & 2 deletions ports/libvmdk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4845,8 +4845,8 @@
"port-version": 0
},
"libvmdk": {
"baseline": "20200926",
"port-version": 4
"baseline": "20221124",
"port-version": 0
},
"libvorbis": {
"baseline": "1.3.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libvmdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2065c045d5787d9fff6469d31fe6bbe2f925d367",
"version": "20221124",
"port-version": 0
},
{
"git-tree": "1e57cc839896d460f87ccf1a48562dcb876f7f6b",
"version": "20200926",
Expand Down

0 comments on commit fefbf7c

Please sign in to comment.