diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2023-02-27 07:28:54 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2023-02-28 07:44:16 +0000 |
commit | 1195af7f234d9c178c334d950f481ec28d4d7a82 (patch) | |
tree | 75dd903ceed36ef883f2b9b2a780c39c076ce11b | |
parent | 06c240e65a4f6bc818011238f7759814a9ba44ca (diff) | |
download | ports-1195af7f234d9c178c334d950f481ec28d4d7a82.tar.gz ports-1195af7f234d9c178c334d950f481ec28d4d7a82.zip |
devel/libgit2: update to 1.5.2
Changelog:
This is a bugfix release to improve the SSH key handling functionality that was introduced in v1.5.1.
libgit2 can now read the known_hosts file on Windows.
libgit2 will now examine all keys for a particular host in the known_hosts file for matches, to support remote hosts with multiple key types.
All users of the v1.5 release line are recommended to upgrade.
https://github.com/libgit2/libgit2/blob/v1.5.2/docs/changelog.md
-rw-r--r-- | devel/libgit2/Makefile | 2 | ||||
-rw-r--r-- | devel/libgit2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index 012ea37358b8..68c9edb1607e 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -5,7 +5,7 @@ PORTNAME= libgit2 DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/libgit2/distinfo b/devel/libgit2/distinfo index 91a2aa3a89e7..d8156e1d9815 100644 --- a/devel/libgit2/distinfo +++ b/devel/libgit2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674451412 -SHA256 (libgit2-libgit2-v1.5.1_GH0.tar.gz) = 7074f1e2697992b82402501182db254fe62d64877b12f6e4c64656516f4cde88 -SIZE (libgit2-libgit2-v1.5.1_GH0.tar.gz) = 5895483 +TIMESTAMP = 1677481875 +SHA256 (libgit2-libgit2-v1.5.2_GH0.tar.gz) = 57638ac0e319078f56a7e17570be754515e5b1276d3750904b4214c92e8fa196 +SIZE (libgit2-libgit2-v1.5.2_GH0.tar.gz) = 5896845 |