diff options
author | adam <adam@pkgsrc.org> | 2022-07-14 10:55:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-07-14 10:55:36 +0000 |
commit | 9999dec64a92751c44300222e5cc7aef185a023a (patch) | |
tree | 27cc050488cf0f5e2fe23a49a5ff50a38212cea9 /devel/git-base | |
parent | e431c4a33be52213b4a8b53207306b7f35d6087e (diff) | |
download | pkgsrc-9999dec64a92751c44300222e5cc7aef185a023a.tar.gz |
git: updated to 2.37.1
Git 2.37.1 Release Notes
========================
This release merges up the fixes that appear in v2.30.5, v2.31.4,
v2.32.3, v2.33.4, v2.34.4, v2.35.4, and v2.36.2 to address the
security issue CVE-2022-29187; see the release notes for these
versions for details.
Fixes since Git 2.37
--------------------
* Rewrite of "git add -i" in C that appeared in Git 2.25 didn't
correctly record a removed file to the index, which is an old
regression but has become widely known because the C version has
become the default in the latest release.
* Fix for CVS-2022-29187.
Diffstat (limited to 'devel/git-base')
-rw-r--r-- | devel/git-base/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo index 06c18c7454c..7651bb5d57c 100644 --- a/devel/git-base/distinfo +++ b/devel/git-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.120 2022/07/06 11:53:59 adam Exp $ +$NetBSD: distinfo,v 1.121 2022/07/14 10:55:37 adam Exp $ -BLAKE2s (git-2.37.0.tar.xz) = 60596bc7ca307df368906061ab94bbb44f4b0f0f46142d598fb699a5bd6971ba -SHA512 (git-2.37.0.tar.xz) = 2ae3c845c9d0e0f5245e47f95c958c86a4aa2c47dfe31bff6fc81b2434d2e9402b7eced18700c04ba7158ed6a72807a81c4cde6a26dd30c969b4267b8fce4d0a -Size (git-2.37.0.tar.xz) = 6978796 bytes +BLAKE2s (git-2.37.1.tar.xz) = 5068f0c16d70ccd984f61f1cfdc2f4034b52b5e449d07f8d3bd35449bc744e1a +SHA512 (git-2.37.1.tar.xz) = 3c9cad6b4757f425ee53996d8d80db2226b246513cbcec9011022e02e4235d7ec38c7c1aada73bb3c9279a91d1aaf8664633356ce1dce847e0d371f702a5b766 +Size (git-2.37.1.tar.xz) = 6980388 bytes SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa SHA1 (patch-Makefile) = e3e07365a22c8612e0f5ff3b7befb2bdd788dfb8 SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886 |