ivmai / bdwgc

The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
https://www.hboehm.info/gc/
Other
2.92k stars 402 forks source link

Downstream libgc releases (Aug 2022) #470

Closed ivmai closed 1 year ago

ivmai commented 2 years ago

Just convenient place to keep record of pushing latest releases downstream.

https://github.com/ivmai/bdwgc/releases/download/v8.2.2/gc-8.2.2.tar.gz file_size: 1200115 md5: 787177b1b15aa19ffa0d61d8f508b69d sha1: 77e2294086c8a3281958338f0c60e830c228a203 sha256: f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0 sha512: 4a7b26789ce22ab72bfaadf3029362c5fe26737df1e856e43db7d9b24ee8acf625e35d596bb3f698f91d6a5ddfb6c45a952a1dbd18d47359569696a544c9c248

[1] https://repology.org/project/boehm-gc/history [2] Related tasks: #377, ivmai/libatomic_ops#53

ivmai commented 2 years ago

Cygwin: https://github.com/andyli/libgc-cygwin/pull/9 - merged

ivmai commented 2 years ago

ALT Linux: an email is sent to Michael Shigorin and colleagues Tracker: https://packages.altlinux.org/ru/sisyphus/srpms/libgc/ (status: 8.2.2 released)

ivmai commented 2 years ago

AOSC: https://github.com/AOSC-Dev/aosc-os-abbs/pull/4185 - merged

ivmai commented 2 years ago

haikuports: https://github.com/haikuports/haikuports/pull/7144 - merged Note: a crash occurred but it also existed before.

ivmai commented 2 years ago

Adelie Linux: https://git.adelielinux.org/adelie/packages/-/merge_requests/673 - merged

ivmai commented 2 years ago

Spack: https://github.com/spack/spack/pull/32453 - merged

ivmai commented 2 years ago

Pisi Linux: https://github.com/pisilinux/core/pull/1406 - merged

ivmai commented 2 years ago

nixpkgs: https://github.com/NixOS/nixpkgs/pull/189020 - merged

ivmai commented 2 years ago

mingw: https://github.com/msys2/MINGW-packages/pull/12886 - merged Note: I've asked a question about -fcommon option - should be safe now to delete it.

ivmai commented 2 years ago

msys2: https://github.com/msys2/MSYS2-packages/pull/3171 - merged

ivmai commented 2 years ago

OpenIndiana: https://github.com/OpenIndiana/oi-userland/pull/9173 - merged

ivmai commented 2 years ago

macPorts: https://github.com/macports/macports-ports/pull/15957 - merged See notes in issue #377

ivmai commented 2 years ago

OpenEmbedded: already updated. I've suggested removal of all -D ... and to fix a typo in an option (and made the relevant PR - https://github.com/openembedded/meta-openembedded/pull/604 - merged too)

ivmai commented 2 years ago

Debian: https://tracker.debian.org/pkg/libgc - update in progress (by Ian Wienand) Note: source is at https://salsa.debian.org/debian/libgc

ivmai commented 2 years ago

ROSA: an email sent to the package maintainer (a.proklov@rosalinux.ru, he replied that he forwarded the email to the proper engineer).

ivmai commented 2 years ago

MidnightBSD: https://github.com/MidnightBSD/mports/pull/48 - merged

I've asked a question about the configure patch - replied (and fixed).

ivmai commented 2 years ago

conan-center: https://github.com/conan-io/conan-center-index/pull/12764 - merged

ivmai commented 2 years ago

vcpkg: https://github.com/microsoft/vcpkg/pull/26623 - merged

ivmai commented 2 years ago

Void Linux: https://github.com/void-linux/void-packages/pull/39014 - merged

ivmai commented 1 year ago

Termux: https://github.com/termux/termux-packages/pull/11910 - merged

ivmai commented 1 year ago

GoboLinux: https://github.com/gobolinux/Recipes/pull/182 - merged

ivmai commented 1 year ago

conan-center: adjust libatomic_ops cmake package/target name (to match that of the upstream master):

  1. adjust in libatomic_ops: PR 13042 - merged
  2. adjust in bdwgc: PR 13194 - merged
  3. update documentation: already done