debian: apply security fixes from 2.24.1
[git/debian.git] / debian / patches / 0048-Git-2.24.1.diff
blobe6fd47f31fc1e21566669e1eda9a03ae8b570f69
1 From 753f6dee8988ed3cb61a3dd103a6d2191b766636 Mon Sep 17 00:00:00 2001
2 From: Johannes Schindelin <johannes.schindelin@gmx.de>
3 Date: Wed, 4 Dec 2019 23:10:12 +0100
4 Subject: Git 2.24.1
6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
7 (cherry picked from commit 53a06cf39b756eddfe4a2a34da93e3d04eb7b728)
8 Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
9 ---
10 Documentation/RelNotes/2.24.1.txt | 8 ++++++++
11 GIT-VERSION-GEN | 2 +-
12 2 files changed, 9 insertions(+), 1 deletions(-)
13 create mode 100644 Documentation/RelNotes/2.24.1.txt
15 diff --git a/Documentation/RelNotes/2.24.1.txt b/Documentation/RelNotes/2.24.1.txt
16 new file mode 100644
17 index 0000000000..18104850fe
18 --- /dev/null
19 +++ b/Documentation/RelNotes/2.24.1.txt
20 @@ -0,0 +1,8 @@
21 +Git v2.24.1 Release Notes
22 +=========================
24 +This release merges up the fixes that appear in v2.14.6, v2.15.4,
25 +v2.17.3, v2.20.2 and in v2.21.1, addressing the security issues
26 +CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
27 +CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and
28 +CVE-2019-19604; see the release notes for those versions for details.
29 diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
30 index 5048d9bff6..0cd2c2846e 100755
31 --- a/GIT-VERSION-GEN
32 +++ b/GIT-VERSION-GEN
33 @@ -1,7 +1,7 @@
34 #!/bin/sh
36 GVF=GIT-VERSION-FILE
37 -DEF_VER=v2.24.0
38 +DEF_VER=v2.24.1
40 LF='
42 --
43 2.24.0.393.g34dc348eaf