diff options
| author | Steve Sakoman <steve@sakoman.com> | 2022-04-20 05:41:57 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-22 23:39:12 +0100 |
| commit | b82a9877d5d91de6eae106d47946bc974f075c38 (patch) | |
| tree | 9c578fe8f0bc1dfafbed5ab11cdfe3c19c8adb72 /meta/recipes-devtools/git/git.inc | |
| parent | 8fdcbd703bbdc866e216167dd6d62ac987321db3 (diff) | |
| download | poky-b82a9877d5d91de6eae106d47946bc974f075c38.tar.gz | |
git update from 2.24.3 to 2.24.4
Security release, fixes CVE-2021-21300, so remove that patch.
22539ec3b5 unpack_trees(): start with a fresh lstat cache
0d58fef58a run-command: invalidate lstat cache after a command finished
684dd4c2b4 checkout: fix bug that makes checkout follow symlinks in leading path
(From OE-Core rev: 8606d99041c3c1a002b2300c59afc116050c73cc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
| -rw-r--r-- | meta/recipes-devtools/git/git.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index ffbae145cf..879920d97e 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
| @@ -9,7 +9,6 @@ PROVIDES_append_class-native = " git-replacement-native" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ | 10 | SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ |
| 11 | ${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \ | 11 | ${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \ |
| 12 | file://CVE-2021-21300.patch \ | ||
| 13 | file://fixsort.patch \ | 12 | file://fixsort.patch \ |
| 14 | file://CVE-2021-40330.patch \ | 13 | file://CVE-2021-40330.patch \ |
| 15 | " | 14 | " |
