HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
295 stars 184 forks source link

Update vendored libs #1026

Closed Apprentice-Alchemist closed 1 year ago

Apprentice-Alchemist commented 1 year ago

Vendored libs really should be updated more often, especially for things like mbedtls.

Notes:

  1. Has been tested with Haxe test suite, so hopefully that means nothing has broken
  2. I haven't updated PCRE since we should update to pcre2, but that's for a future PR.
  3. I've updated mbedtls to 2.28.x, but that's only supported until 2024, so at some point we will have to switch to mbedtls 3.x.

Closes #840 (which has been ignored for more than 2 years...)

Uzume commented 1 year ago
2. I haven't updated PCRE since we should update to pcre2, but that's for a future PR.

Migration to PCRE2 is already in the works, see #1037. This seems to be the last remaining hold out, see HaxeFoundation/haxe#10491.