package/libgit2: bump to version 1.2.0
authorNicolas Cavallari <nicolas.cavallari@green-communications.fr>
Wed, 8 Sep 2021 13:30:09 +0000 (15:30 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 20 Sep 2021 19:03:08 +0000 (21:03 +0200)
commit929cb205bb83c30bf838517f654af546c57c19e6
treedaa7b484edb5f51d180b3d87df14db2eecdb1ac8
parentd4877e6f88d5eea54dc74b855556ffc0dd3f399f
package/libgit2: bump to version 1.2.0

COPYING was updated with a copy of the openssl licence since libgit2 now
include openssl headers so it can dlopen it:

    openssl: dynamically load libssl and symbols (optionally)

    Provide an interface around OpenSSL to dynamically load the
    libraries and symbols, so that users can distribute a libgit2
    library that is not linked directly against OpenSSL.  This enables
    users to target multiple distributions with a single binary.

    This mechanism is optional and disabled by default.  Configure cmake
    with -DUSE_HTTPS=OpenSSL-Dynamic to use it.

We do not use that option so the headers are not even used, plus the
headers are not installed on the target anyway, so this patch includes
no license changes.

Upstream also stopped providing release tarballs, relying on
github-generated tarballs instead.

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libgit2/libgit2.hash
package/libgit2/libgit2.mk