summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch/patch_2.7.1.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-03-25 23:42:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:23:11 +0100
commitc35aba339aa3ecc0c7b15c8423e81a9c9bca037b (patch)
tree4c0bf0fb233dd8244b8da558f9e640939524cb53 /meta/recipes-devtools/patch/patch_2.7.1.bb
parent5c76cebc24675edb3dff473fce9b67cedff615db (diff)
downloadpoky-c35aba339aa3ecc0c7b15c8423e81a9c9bca037b.tar.gz
patch: fix CVE-2015-1196
A directory traversal flaw was reported in patch: References: http://www.openwall.com/lists/oss-security/2015/01/18/6 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775227 https://bugzilla.redhat.com/show_bug.cgi?id=1182154 [YOCTO #7182] (From OE-Core rev: 4c389880dc9c6221344f7aed221fe8356e8c2056) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patch/patch_2.7.1.bb')
-rw-r--r--meta/recipes-devtools/patch/patch_2.7.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch_2.7.1.bb b/meta/recipes-devtools/patch/patch_2.7.1.bb
index 3db318a7ec..1a3b9b1201 100644
--- a/meta/recipes-devtools/patch/patch_2.7.1.bb
+++ b/meta/recipes-devtools/patch/patch_2.7.1.bb
@@ -1,6 +1,7 @@
1require patch.inc 1require patch.inc
2LICENSE = "GPLv3" 2LICENSE = "GPLv3"
3 3
4SRC_URI += "file://patch-CVE-2015-1196.patch"
4 5
5SRC_URI[md5sum] = "95dd8d7e41dcbcecdd5cd88ef915378d" 6SRC_URI[md5sum] = "95dd8d7e41dcbcecdd5cd88ef915378d"
6SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d64039d5" 7SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d64039d5"