From b5141d7721b3f1961a017cf7bfd4e1ab2394aa92 Mon Sep 17 00:00:00 2001 From: omartijn <44672243+omartijn@users.noreply.github.com> Date: Sun, 8 Sep 2024 20:50:50 +0200 Subject: [PATCH] [tinyexif ] Update to fix missing cstdint include (#40777) Co-authored-by: Martijn Otto --- ports/tinyexif/portfile.cmake | 4 ++-- ports/tinyexif/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/t-/tinyexif.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/tinyexif/portfile.cmake b/ports/tinyexif/portfile.cmake index 5a697f13f8..21b1f220f1 100644 --- a/ports/tinyexif/portfile.cmake +++ b/ports/tinyexif/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cdcseacave/TinyEXIF - REF 6e56015f56ee0f387f1b8c76e50eb35ac60372da #2022-02-15 - SHA512 46f55a163cfed2d8fadd7ac0425b190c59136252e5f60d945f6655d0a6df20ea08f272d25c66e76df4c8c0340f654cef875da12627b8bef88f8f6e875fc1bf48 + REF ccd676f1b91d59da40b4f9c1edda4408fb65e62e #2024-09-03 + SHA512 3e0017372ca98c9746833c73b27d598b947e169e9b27b55f3d2229da61edc1fa2b3929435c647a618558bed7ff3e124358eb615a565704f96635f2345cfd557a HEAD_REF master ) diff --git a/ports/tinyexif/vcpkg.json b/ports/tinyexif/vcpkg.json index 708541d3d9..45b3221a87 100644 --- a/ports/tinyexif/vcpkg.json +++ b/ports/tinyexif/vcpkg.json @@ -1,6 +1,6 @@ { "name": "tinyexif", - "version-date": "2022-02-15", + "version-date": "2024-09-03", "description": "tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images", "homepage": "https://github.com/cdcseacave/TinyEXIF", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 0fd6a7f6df..746309cf15 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8869,7 +8869,7 @@ "port-version": 0 }, "tinyexif": { - "baseline": "2022-02-15", + "baseline": "2024-09-03", "port-version": 0 }, "tinyexpr": { diff --git a/versions/t-/tinyexif.json b/versions/t-/tinyexif.json index 32a1382c10..32312392ad 100644 --- a/versions/t-/tinyexif.json +++ b/versions/t-/tinyexif.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "af10ad276177102ebd11c98213fc039627479511", + "version-date": "2024-09-03", + "port-version": 0 + }, { "git-tree": "50ad94147ea76f0e34a0e2afdcd92d83ad0102b1", "version-date": "2022-02-15",