git on OSX dmg updated to fix CVE
This mostly affects OSX and (possibly) Windows, but the Windows installer does not bundle git. The linux standalone builds are not updated yet pending debian stable getting a backport of the security fix, but the security hole is unlikely to affect linux as case-insensitive filesystems that support symlinks are a rarity on it. Using the linux standalone build on windows via WSL is another way it could be affected. This commit was sponsored by Brett Eisenberg on Patreon.
This commit is contained in:
parent
60be1a7864
commit
3bf789c68f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ git-annex (8.20210224) UNRELEASED; urgency=medium
|
|||
* Fix support for local gcrypt repositories with a space in their URI.
|
||||
* uninit: Fix a small bug that left a lock file in .git/annex
|
||||
* Windows: Correct the path to the html help file for 64 bit build.
|
||||
* OSX dmg: Updated bundled git to 2.30.2 which fixes CVE-2021-21300.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Wed, 24 Feb 2021 13:18:38 -0400
|
||||
|
||||
|
|
Loading…
Reference in a new issue