diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2015-06-10 14:58:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 11:47:40 +0100 |
commit | db34474679587502fe0b6a0a5cd72351e29991a2 (patch) | |
tree | f670f575f56e1424761713d73a71634b2a90e9e1 /meta/recipes-devtools/rpm/rpm_4.11.2.bb | |
parent | 3886107521ed64d72afb93bfc123f2b81bc4e959 (diff) | |
download | poky-db34474679587502fe0b6a0a5cd72351e29991a2.tar.gz |
rpm: Fix CVE-2013-6435
Backport to fix CVE-2013-6435. Description on [1] and original
patch taken from [2].
[1] https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-6435
[2] https://bugzilla.redhat.com/attachment.cgi?id=956207
[YOCTO #7181]
(From OE-Core rev: 6bf846ed5ccd1a4d01b36630708b2b9aa9e69ed5)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_4.11.2.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.11.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.11.2.bb b/meta/recipes-devtools/rpm/rpm_4.11.2.bb index 7c402b6cfb..df9aafbaab 100644 --- a/meta/recipes-devtools/rpm/rpm_4.11.2.bb +++ b/meta/recipes-devtools/rpm/rpm_4.11.2.bb | |||
@@ -35,6 +35,7 @@ SRC_URI += "http://rpm.org/releases/rpm-4.11.x/${BP}.tar.bz2 \ | |||
35 | file://rpm-scriptetexechelp.patch \ | 35 | file://rpm-scriptetexechelp.patch \ |
36 | file://pythondeps.sh \ | 36 | file://pythondeps.sh \ |
37 | file://rpm-CVE-2014-8118.patch \ | 37 | file://rpm-CVE-2014-8118.patch \ |
38 | file://rpm-CVE-2013-6435.patch \ | ||
38 | " | 39 | " |
39 | 40 | ||
40 | SRC_URI[md5sum] = "876ac9948a88367054f8ddb5c0e87173" | 41 | SRC_URI[md5sum] = "876ac9948a88367054f8ddb5c0e87173" |