Skip to content

New release for msgpack-c? #1158

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

Open
theoparis opened this issue May 18, 2025 · 2 comments
Open

New release for msgpack-c? #1158

theoparis opened this issue May 18, 2025 · 2 comments

Comments

@theoparis
Copy link

theoparis commented May 18, 2025

CMake 4.0 is out now and msgpack-c cannot be compiled with it on Gentoo due to cmake <3.5 support being dropped.

@redboltz
Copy link
Contributor

It seems that there is no practical way to support both cmake < 3.5 and 4.0
It is a time to drop cmake < 3.5 support. Most of platform has cmake >= 3.5.

Distro Support Status (as of 2025) Default CMake Version (example)
Ubuntu 16.04 ESM only (regular support ended) 3.5.1
Ubuntu 18.04 ESM (Extended Security Maintenance) 3.10.2
Ubuntu 20.04 LTS (Long Term Support) 3.16.3
Debian 9 (Stretch) EOL (End of Life) 3.7.2
Debian 10 (Buster) LTS 3.13.4
CentOS 7 Near EOL (June 2024) 2.8.12 (*3.x available via SCL)
RHEL 7 Extended support 2.8.12 (*3.x available via SCL)
RHEL 8 / 9 Actively supported 3.11+ / 3.20+
Arch Linux Rolling release Latest (always 3.29 or newer)
Alpine Lightweight distro 3.27.6 (as of 2025 edge)

I will create the PR for both C and C++, then release them.

@redboltz
Copy link
Contributor

@theoparis I created PRs #1159, #1160 could you check them ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants