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

Libmaxminddb 1.12.2 #43576

Merged
merged 2 commits into from
Feb 1, 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/libmaxminddb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO maxmind/libmaxminddb
REF "${VERSION}"
SHA512 52a34cf6d825884749695dfc2af90c4e333650cc83909f2bb83e16fc5ca43b92e0d08623434bbb7844212618f8e0ec0b793f8e648ba81ce4e3cb11faa875be71
SHA512 b5fe1eeffca697a7163fd3e66ae489eb144f5c35e601fcd29b37ec7996f7a485da6cd06431e452050731e09e889e96bc58e32b06c40fbef30f7e79781e492d85
HEAD_REF main
)

Expand Down
3 changes: 2 additions & 1 deletion ports/libmaxminddb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "libmaxminddb",
"version": "1.11.0",
"version": "1.12.2",
"description": "C library for the MaxMind DB file format",
"homepage": "https://github.com/maxmind/libmaxminddb",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4781,7 +4781,7 @@
"port-version": 0
},
"libmaxminddb": {
"baseline": "1.11.0",
"baseline": "1.12.2",
"port-version": 0
},
"libmediainfo": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libmaxminddb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7d86d8b0cf78e319edc3584aabaf2d896aefed59",
"version": "1.12.2",
"port-version": 0
},
{
"git-tree": "9194860f792e7128e9d2058c0d3e897b57a67005",
"version": "1.11.0",
Expand Down