diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-04-19 14:23:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-19 21:11:24 +0100 |
commit | e1c6890cfe1a0ff08b342e1765a48be1fdbad026 (patch) | |
tree | ad8648a97c4a1106249db189ddb71c6c1e06ff84 /meta | |
parent | 98bf7dea84bb6ef960ff6e8755476f50779ee35c (diff) | |
download | poky-e1c6890cfe1a0ff08b342e1765a48be1fdbad026.tar.gz |
git: update to 2.7.4
This should also fix recent CVEs:
https://ma.ttias.be/remote-code-execution-git-versions-client-server-2-7-1-cve-2016-2324-cve-2016-2315/
(From OE-Core rev: 9488d7baa36955d5bde9231f49e72657875172a4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/git/git_2.7.2.bb | 11 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git_2.7.4.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-devtools/git/git_2.7.2.bb b/meta/recipes-devtools/git/git_2.7.2.bb deleted file mode 100644 index 3fd71513ae..0000000000 --- a/meta/recipes-devtools/git/git_2.7.2.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require git.inc | ||
2 | |||
3 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ | ||
4 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ | ||
5 | " | ||
6 | EXTRA_OEMAKE += "NO_GETTEXT=1" | ||
7 | |||
8 | SRC_URI[tarball.md5sum] = "162ddc6c9b243899ad67ebd6b1c166b1" | ||
9 | SRC_URI[tarball.sha256sum] = "58959e3ef3046403216a157dfc683c4d7f0dd83365463b8dd87063ded940a0df" | ||
10 | SRC_URI[manpages.md5sum] = "7bb067d6363f537b92c3b8b813ff9ed6" | ||
11 | SRC_URI[manpages.sha256sum] = "e6b5481fd6e24a1d1b155ef17363b313d47025bf6da880737fa872ab78e24f15" | ||
diff --git a/meta/recipes-devtools/git/git_2.7.4.bb b/meta/recipes-devtools/git/git_2.7.4.bb new file mode 100644 index 0000000000..bc72793d47 --- /dev/null +++ b/meta/recipes-devtools/git/git_2.7.4.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require git.inc | ||
2 | |||
3 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ | ||
4 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ | ||
5 | " | ||
6 | EXTRA_OEMAKE += "NO_GETTEXT=1" | ||
7 | |||
8 | SRC_URI[tarball.md5sum] = "c64012d491e24c7d65cd389f75383d91" | ||
9 | SRC_URI[tarball.sha256sum] = "7104c4f5d948a75b499a954524cb281fe30c6649d8abe20982936f75ec1f275b" | ||
10 | SRC_URI[manpages.md5sum] = "58020dc13a5801c49f7986fef7027535" | ||
11 | SRC_URI[manpages.sha256sum] = "0dfe1931ad302873470e0280248e3aa50502b5edd00dcc3e9c9173667b6fea6a" | ||