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
committerTudor Florea <tudor.florea@enea.com>2015-09-09 03:26:32 +0200
commit66db094272742977499fd51f48ccba95ab34287b (patch)
tree9fe9698bca3f9c5d34bf0c461fb453bc01be2181 /meta/recipes-devtools/patch/patch_2.7.1.bb
parentf0ade59b8c8c2f98968ac349cd7b180a08d894d9 (diff)
downloadpoky-66db094272742977499fd51f48ccba95ab34287b.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) (From OE-Core rev: e2032c5788f7a77aa0e4e8545b550551c23a25fb) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
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 7d009feb51..8cea2eb94e 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"