libgit2 / git2go

Git to Go; bindings for libgit2. Like McDonald's but tastier.
MIT License
1.92k stars 316 forks source link

Support for LibGit2 v1.6 #951

Open vault-thirteen opened 1 year ago

vault-thirteen commented 1 year ago

Hello there.

Will there be support for LibGit2 Version 1.6, i.e. libgit2 v1.6 ?

Thank you.

mfechner commented 1 year ago

The FreeBSD project also needs this for a openssl upgrade: https://github.com/libgit2/libgit2/blob/main/docs/changelog.md#v16

mfechner commented 1 year ago

Please note that FreeBSD 14 will use openssl version 3, is there any possibility to continue with releasing a new version of git2go which supports libgit 1.6?

ReillyBrogan commented 11 months ago

Please note that FreeBSD 14 will use openssl version 3, is there any possibility to continue with releasing a new version of git2go which supports libgit 1.6?

The patches for openssl 3.x compatibility in libgit2 are not particularly complex, you should be able to backport them to libgit 1.5 fairly easily.

ltmleo commented 2 weeks ago

Any update?