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

feat: update vcpkg and deps to around 2023-03-02 #55

Merged

Conversation

zao
Copy link
Contributor

@zao zao commented Mar 28, 2024

This updates the following direct dependencies:

  • curl 8.2.1 -> 8.6.0
  • fmt 10.1.1 -> 10.2.1
  • giflib 5.2.1 -> removed
  • glfw3 3.3.8 -> 3.4
  • libjpeg-turbo 3.0.0 -> removed
  • liblzma 5.4.3 -> removed
  • libpng 1.6.39 -> removed
  • libsodium 1.0.18 -> removed
  • zlib 1.3 -> 1.3.1

We cannot track anything newer at the moment as the next commit makes pkg-config run out of resources while validating Abseil packaging. See microsoft/vcpkg#37213 for more information.

libsodium replaced with a vendored and modified copy of curl's curl_base64.h and base64.c.

This updates the following direct dependencies:

* curl 8.2.1 -> 8.6.0
* fmt 10.1.1 -> 10.2.1
* giflib 5.2.1 -> removed
* glfw3 3.3.8 -> 3.4
* libjpeg-turbo 3.0.0 -> removed
* liblzma 5.4.3 -> removed
* libpng 1.6.39 -> removed
* libsodium 1.0.18 -> removed
* zlib 1.3 -> 1.3.1

We cannot track anything newer at the moment as the next commit makes
pkg-config run out of resources while validating Abseil packaging. See
microsoft/vcpkg#37213 for more information.

libsodium replaced with a vendored and modified copy of curl's
`curl_base64.h` and `base64.c`.
Copy link
Member

@Wires77 Wires77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks alright, probably just need to add the COPYING file too, since the license header for curl specifies it. Makes more sense in LICENSE, though

@Wires77 Wires77 merged commit 4f70049 into PathOfBuildingCommunity:master Mar 29, 2024
@zao zao deleted the feat/upgrade-deps-24-03-28 branch March 30, 2024 19:44
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

Successfully merging this pull request may close these issues.

2 participants