diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-04 11:17:50 +0000 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2015-12-08 00:18:12 -0800 |
commit | 6821bb42febfc5f939896b0ffbc1c00b15b9329e (patch) | |
tree | 484252f2df4f862f88c202d753fab13fe5e7da11 /meta/recipes-core | |
parent | 2cc8c8066193f851ea0ed3912dee287c2d1c5257 (diff) | |
download | openembedded-core-6821bb42febfc5f939896b0ffbc1c00b15b9329e.tar.gz openembedded-core-6821bb42febfc5f939896b0ffbc1c00b15b9329e.tar.bz2 openembedded-core-6821bb42febfc5f939896b0ffbc1c00b15b9329e.zip |
readline: rename patch to contain CVE reference
To help automated scanning of CVEs, put the CVE ID in the filename.
(From OE-Core master rev: 211bce4f23230c7898cccdb73b582420f830f977)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/readline/readline-6.3/readline-cve-2014-2524.patch (renamed from meta/recipes-core/readline/readline-6.3/readline63-003.patch) | 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.patch b/meta/recipes-core/readline/readline-6.3/readline-cve-2014-2524.patch index 98a9d810b6..98a9d810b6 100644 --- a/meta/recipes-core/readline/readline-6.3/readline63-003.patch +++ b/meta/recipes-core/readline/readline-6.3/readline-cve-2014-2524.patch diff --git a/meta/recipes-core/readline/readline_6.3.bb b/meta/recipes-core/readline/readline_6.3.bb index 6ba1c186d8..fc362ae5a9 100644 --- a/meta/recipes-core/readline/readline_6.3.bb +++ b/meta/recipes-core/readline/readline_6.3.bb @@ -1,6 +1,6 @@ require readline.inc -SRC_URI += "file://readline63-003.patch;striplevel=0 \ +SRC_URI += "file://readline-cve-2014-2524.patch;striplevel=0 \ file://readline-dispatch-multikey.patch" SRC_URI[archive.md5sum] = "33c8fb279e981274f485fd91da77e94a" |