diff options
author | Ross Burton <ross.burton@intel.com> | 2015-10-06 14:04:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-07 00:11:21 +0100 |
commit | 9a02df0e932106bcb3dda0a7a2eb1113719fb4ee (patch) | |
tree | 65c8306b3c95f270114225a1376e8646c5e66078 /meta | |
parent | a8565802631023917b424b366247f522dacab8b1 (diff) | |
download | poky-9a02df0e932106bcb3dda0a7a2eb1113719fb4ee.tar.gz |
readline: actually apply readline63-003 (aka CVE-2014-2524)
This file wasn't named as a patch, nor told to apply explicity, so it was just
unpacked to the work directory and not applied. Rename the file so the patch is
applied correctly.
(thanks to Petter Mabäcker <petter@technux.se> for spotting this)
(From OE-Core rev: 02be728762c77962f9c3034cd7995ad51afaee95)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/readline/readline-6.3/readline63-003.patch (renamed from meta/recipes-core/readline/readline-6.3/readline63-003) | 0 | ||||
-rw-r--r-- | meta/recipes-core/readline/readline_6.3.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/readline/readline-6.3/readline63-003 b/meta/recipes-core/readline/readline-6.3/readline63-003.patch index 98a9d810b6..98a9d810b6 100644 --- a/meta/recipes-core/readline/readline-6.3/readline63-003 +++ b/meta/recipes-core/readline/readline-6.3/readline63-003.patch | |||
diff --git a/meta/recipes-core/readline/readline_6.3.bb b/meta/recipes-core/readline/readline_6.3.bb index 55964a6cf8..6ba1c186d8 100644 --- a/meta/recipes-core/readline/readline_6.3.bb +++ b/meta/recipes-core/readline/readline_6.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require readline.inc | 1 | require readline.inc |
2 | 2 | ||
3 | SRC_URI += "file://readline63-003 \ | 3 | SRC_URI += "file://readline63-003.patch;striplevel=0 \ |
4 | file://readline-dispatch-multikey.patch" | 4 | file://readline-dispatch-multikey.patch" |
5 | 5 | ||
6 | SRC_URI[archive.md5sum] = "33c8fb279e981274f485fd91da77e94a" | 6 | SRC_URI[archive.md5sum] = "33c8fb279e981274f485fd91da77e94a" |