From 6371e1057bc04a5403f941e06c8b94d0d7677663 Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 15 Feb 2025 02:59:54 +0900 Subject: [PATCH] [libexif] update to 0.6.25 (#43838) --- ports/libexif/portfile.cmake | 2 +- ports/libexif/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libexif.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/libexif/portfile.cmake b/ports/libexif/portfile.cmake index 320c1ac05f336e..cc9907ee58838f 100644 --- a/ports/libexif/portfile.cmake +++ b/ports/libexif/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libexif/libexif REF "v${VERSION}" - SHA512 eac1b5220ca0e02370837a0d78a6d38e91c5afa0956d4196b26a8d2a8a2c5dea18d58c0e473285f278653c3863923241651b7dff4d007cc46385eb29ea188330 + SHA512 6e50134eab2fcf93036ecf8a9a9f89273ab8ddc4a171523f1f88f6d90bda799ef8f6a597c1c308fe8153dcc685a2d2b473e758e2286ce4d3143dd829e07a8c80 HEAD_REF master PATCHES fix-ssize.patch diff --git a/ports/libexif/vcpkg.json b/ports/libexif/vcpkg.json index 1823547a8d62fd..80917dec65149e 100644 --- a/ports/libexif/vcpkg.json +++ b/ports/libexif/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libexif", - "version": "0.6.24", - "port-version": 3, + "version": "0.6.25", "description": "a library for parsing, editing, and saving EXIF data", "homepage": "https://libexif.github.io/", "license": "LGPL-2.1-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index f5bd8d4e046769..467dab73a8df31 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4549,8 +4549,8 @@ "port-version": 5 }, "libexif": { - "baseline": "0.6.24", - "port-version": 3 + "baseline": "0.6.25", + "port-version": 0 }, "libfabric": { "baseline": "1.22.0", diff --git a/versions/l-/libexif.json b/versions/l-/libexif.json index 95e2bf9ca5cc32..6411399261a936 100644 --- a/versions/l-/libexif.json +++ b/versions/l-/libexif.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bf2154950d3e61603b13c8e092f6581796fe4dba", + "version": "0.6.25", + "port-version": 0 + }, { "git-tree": "f24b507dc606ff933aec00cf716c4ca27a48e13e", "version": "0.6.24",