]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.30.5 v2.30.5
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 May 2022 21:38:36 +0000 (23:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 23 Jun 2022 10:31:05 +0000 (12:31 +0200)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Documentation/RelNotes/2.30.5.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.30.5.txt b/Documentation/RelNotes/2.30.5.txt
new file mode 100644 (file)
index 0000000..5191cab
--- /dev/null
@@ -0,0 +1,12 @@
+Git v2.30.5 Release Notes
+=========================
+
+This release contains minor fix-ups for the changes that went into
+Git 2.30.3 and 2.30.4, addressing CVE-2022-29187.
+
+ * The safety check that verifies a safe ownership of the Git
+   worktree is now extended to also cover the ownership of the Git
+   directory (and the `.git` file, if there is any).
+
+Carlo Marcelo Arenas Belón (1):
+      setup: tighten ownership checks post CVE-2022-24765
index a927c77478702c9ded3db8fc23d92ce9cb47d83b..39d0c99da6c5c20af0df0644d45c0d9a62200732 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.30.4
+DEF_VER=v2.30.5
 
 LF='
 '
index 4dcee846429de07adfe64d66402bebedf9cfc979..406d23844b3572159cfee6cafab37488fd1f0578 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.30.4.txt
\ No newline at end of file
+Documentation/RelNotes/2.30.5.txt
\ No newline at end of file