Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libexif] update to 0.6.25 #43838

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libexif/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions ports/libexif/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4537,8 +4537,8 @@
"port-version": 5
},
"libexif": {
"baseline": "0.6.24",
"port-version": 3
"baseline": "0.6.25",
"port-version": 0
},
"libfabric": {
"baseline": "1.22.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libexif.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bf2154950d3e61603b13c8e092f6581796fe4dba",
"version": "0.6.25",
"port-version": 0
},
{
"git-tree": "f24b507dc606ff933aec00cf716c4ca27a48e13e",
"version": "0.6.24",
Expand Down