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:
Joey Hess 2021-03-10 13:53:11 -04:00
parent 60be1a7864
commit 3bf789c68f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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