debian: apply security fixes from 2.24.1
[git/debian.git] / debian / patches / 0045-Git-2.21.1.diff
blob3b38587de0a48b70e9285d44fc8666cdda84492a
1 From 5230283c08eeaa31cb7ad3c41637bc49c3987069 Mon Sep 17 00:00:00 2001
2 From: Johannes Schindelin <johannes.schindelin@gmx.de>
3 Date: Wed, 4 Dec 2019 23:01:50 +0100
4 Subject: Git 2.21.1
6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
7 (cherry picked from commit 367f12b7e92aef4e8a41fe601d90984a2b7a0381)
8 Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
9 ---
10 Documentation/RelNotes/2.21.1.txt | 12 ++++++++++++
11 1 file changed, 12 insertions(+)
12 create mode 100644 Documentation/RelNotes/2.21.1.txt
14 diff --git a/Documentation/RelNotes/2.21.1.txt b/Documentation/RelNotes/2.21.1.txt
15 new file mode 100644
16 index 0000000000..b7594151e4
17 --- /dev/null
18 +++ b/Documentation/RelNotes/2.21.1.txt
19 @@ -0,0 +1,12 @@
20 +Git v2.21.1 Release Notes
21 +=========================
23 +This release merges up the fixes that appear in v2.14.6, v2.15.4,
24 +v2.17.3 and in v2.20.2, addressing the security issues CVE-2019-1348,
25 +CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352,
26 +CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and CVE-2019-19604;
27 +see the release notes for those versions for details.
29 +Additionally, this version also includes a couple of fixes for the
30 +Windows-specific quoting of command-line arguments when Git executes
31 +a Unix shell on Windows.
32 --
33 2.24.0.393.g34dc348eaf