diff options
author | leot <leot@pkgsrc.org> | 2020-04-14 18:27:31 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-04-14 18:27:31 +0000 |
commit | f8bc73303d450adb50ff59091eb2b51095e116d0 (patch) | |
tree | df42be169528e4ced972b71e4e5cbcbf1450e1d8 /devel/git | |
parent | 6a93904fa3bb4e69c26c5757e3d9a7f23a1905df (diff) | |
download | pkgsrc-f8bc73303d450adb50ff59091eb2b51095e116d0.tar.gz |
git: Update to 2.26.1
Changes:
2.26.1
------
This release is to address the security issue: CVE-2020-5260
* With a crafted URL that contains a newline in it, the credential
helper machinery can be fooled to give credential information for
a wrong host. The attack has been made impossible by forbidding
a newline character in any value passed via the credential
protocol.
Credit for finding the vulnerability goes to Felix Wilhelm of Google
Project Zero.
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version index 449b7f9b7f1..858984228ab 100644 --- a/devel/git/Makefile.version +++ b/devel/git/Makefile.version @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.86 2020/04/02 07:46:42 adam Exp $ +# $NetBSD: Makefile.version,v 1.87 2020/04/14 18:27:31 leot Exp $ # # used by devel/git/Makefile.common # used by devel/git-cvs/Makefile # used by devel/git-svn/Makefile -GIT_VERSION= 2.26.0 +GIT_VERSION= 2.26.1 |