-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[libmicrohttpd] update and various fixes #31740
Conversation
It is strange that the whole repo is licensed under MIT/Expat license, while any contribution requires acceptance of separate license. However, according to the repo license, any person have rights to use it, while according to |
Moving the PR to draft. Please set it to "ready for review" once changes have been applied. |
@Cheney-W Do you want to squash all commits? |
Please remove |
If the port files are changed but the |
1afadfc
to
3127de6
Compare
@Cheney-W Seems that you are looking at overrall changes by this PR. |
The PR will be squased when merged. |
@dg0yt OK, clear. I'll update it. |
3127de6
to
efca9c4
Compare
The PR has been updated. |
Gettext is used by upstream only to build files for distribution. Gettext is not used by the library itself.
The ARM is supported by upstream for a long time, VC support for ARM was added in the version 0.9.77.
libmicrohttpd VC projects support only static library with static runtime or dynamic library with dynamic runtime
efca9c4
to
563222c
Compare
* [libmicrohttpd] Update to version 0.9.77 * [libmicrohttpd] Remove unneeded dependency Gettext is used by upstream only to build files for distribution. Gettext is not used by the library itself. * [libmicrohttpd] Add ARM support The ARM is supported by upstream for a long time, VC support for ARM was added in the version 0.9.77. * [libmicrohttpd] Use universal project for VC builds * [libmicrohttpd] Exclude wrong lib headers * [libmicrohttpd] Support release/debug for non-VC builds * [libmicrohttpd] Add license * [libmicrohttpd] Add "https" feature * [libmicrohttpd] Use right function for license file * [libmicrohttpd] Fix "supports" libmicrohttpd VC projects support only static library with static runtime or dynamic library with dynamic runtime * [libmicrohttpd] Update version database
./vcpkg x-add-version --all
and committing the result.Changes are in the individual commits for clarity.
They can be squashed into single commit