./devel/libgit2, Portable, pure C implementation of the Git core methods

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8.4nb3, Package name: libgit2-1.8.4nb3, Maintainer: pkgsrc-users

libgit2 is a portable, pure C implementation of the Git core methods provided as
a re-entrant linkable library with a solid API, allowing you to write native
speed custom Git applications in any language which supports C bindings.


Required to run:
[www/curl] [security/openssl] [security/libssh2] [devel/pcre2] [www/http-parser] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 7431.808 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-31 08:55:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libgit2: updated to 1.8.4

v1.8.4

We erroneously shipped v1.8.3 without actually including the change
in v1.8.2. This release re-re-introduces the pre-v1.8.0 `commit`
constness behavior.
   2024-10-28 21:43:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libgit2: updated to 1.8.3

v1.8.3

This release fixes a bug introduced in v1.8.1 for users of the legacy
[Node.js http-parser](https://github.com/nodejs/http-parser)
dependency.

What's Changed

Bug fixes

* http: Backport on_status initialize fix for http-parser
   2024-10-22 11:47:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libgit2: updated to 1.8.2

v1.8.2

This release reverts a const-correctness change introduced in
v1.8.0 for the `git_commit_create` functions. We now retain the
const-behavior for the `commits` arguments from prior to v1.8.0.

This change was meant to resolve compatibility issues with bindings
and downstream users.

What's Changed

New features

* Introduce a stricter debugging allocator for testing

Bug fixes

* Fix constness issue

Build and CI improvements

* README: add experimental builds to ci table
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates