Version: 1.4.3, Package name: libgit2-1.4.3 |
Maintained by: Antoine Jacoutot |
Master sites: |
Description 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. |
Filesize: 5499.981 KB |
Version History (View Complete History) |
|
2021-11-19 01:01:06 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to libgit2-1.3.0. |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-11-07 07:51:46 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update libgit2 to 1.1.0 |
2020-04-03 04:23:29 by Klemens Nanni | Files touched by this commit (1) |
Log message: Build/test with Python 3 Required at build for detection but used only for testing; works fine on a system without Python 2. If 2 and 3 are installed, 3 is preferred. |
2019-12-30 07:57:50 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update to libgit2-0.28.4 which contains a number of security fixes. judging by the changelog we're only affected by issues addressed in 0.28.3 |
2019-11-08 16:38:42 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to libgit2-0.28.2. |
2019-05-04 05:07:35 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to libgit2-0.28.1 |
2019-01-28 13:39:15 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to libgit2-0.27.8 |
2018-11-10 12:23:55 by Klemens Nanni | Files touched by this commit (2) |
Log message: Security update to libgit2-0.27.7 CVE-2018-17456 (<0.27.5) CVE-2018-10887 (<0.27.3) CVE-2018-10888 (<0.27.3) From Hiltjo Posthuma, thanks! |
2018-06-11 07:13:15 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to libgit2-0.27.2 |
2018-06-01 13:48:25 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to libgit2-0.27.1, addressing CVE-2018-11235 |
2018-04-27 09:12:00 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: update to libgit2-0.27.0 |
2018-03-19 12:28:12 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to libgit2-0.26.3, includes security fixes as part of 0.26.2: "memory handling issues when reading crafted repository index files. The issues allow for possible denial of service due to allocation of large memory and out-of-bound reads. As the index is never transferred via the network, exploitation requires an attacker to have access to the local repository." |
2018-02-20 13:50:07 by Stuart Henderson | Files touched by this commit (1) |
Log message: unbreak, now libressl has all the functions this needs |
2018-02-18 12:37:56 by Stuart Henderson | Files touched by this commit (1) |
Log message: unbreak again; we now have all the BIO_* that libgit2 uses apart from BIO_get_new_index() |
2018-02-17 14:09:40 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix now that libressl has some new BIO_*, from jsing |
2018-02-15 06:58:25 by Stuart Henderson | Files touched by this commit (2) |
Log message: add "defined(LIBRESSL_VERSION_NUMBER) && " to the ifdef |
2018-02-15 06:45:49 by Stuart Henderson | Files touched by this commit (4) |
Log message: adapt compat code conditionals for ASN1_STRING_get0_data() to unbreak since it was added in libressl, ok jsing |
2018-01-20 07:03:39 by Jonathan Gray | Files touched by this commit (22) |
Log message: Now that arm has switched to clang the base compiler has atomic builtins and accepts -mfpu=neon. ok jca@ sthen@ |
2017-07-23 04:08:27 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to libgit2-0.26.0. |
2017-04-14 12:27:21 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: missing patch from upstream to unbreak with libressl; no bump as it wouldn't build |
2017-04-14 12:26:40 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to libgit2-0.25.1 |
2016-12-30 03:43:07 by Jonathan Gray | Files touched by this commit (1) |
Log message: use ports gcc on arm to get atomic builtins |
2016-10-08 06:49:19 by Dmitrij Czarkoff | Files touched by this commit (6) |
Log message: update libgit2 and py-git2 to 0.24.1 Make better use of GH_* and python MODULE. OK shadchin@ |
2016-03-21 09:24:20 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to libgit2-0.24.0 |
2016-02-21 09:17:26 by Jonathan Gray | Files touched by this commit (11) |
Log message: Don't attempt to build on arm. sync atomic builtins required. |
2016-02-20 15:08:08 by Tobias Ulmer | Files touched by this commit (1) |
Log message: mark broken on sparc, requires atomic ops |
2015-12-26 02:45:51 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Remove more BROKEN markers for ports requiring built-in atomic ops. from Brad, OK jasper@ |
2015-10-14 12:13:08 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to libgit2-0.23.3 |
2015-08-18 02:09:58 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: broken on mips64, no atomic ops |
2015-04-04 02:45:49 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to libgit2-0.22.2 |
2015-03-16 15:42:37 by Landry Breuil | Files touched by this commit (1) |
Log message: BROKEN-hppa = no atomic ops |
2015-01-28 02:19:45 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to libgit2-0.22.1. with and ok jasper@ |
2014-12-19 01:05:25 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to libgit2-0.21.3 |