From 0a1f924157cb75d0f67cf534762c89dc8656d352 Mon Sep 17 00:00:00 2001 From: Leonardo Sandoval Date: Wed, 10 Jun 2015 14:55:14 +0000 Subject: rpm: Fix CVE-2014-8118 Backport patch to fix CVE-2014-8118. Description is on [1] and original patch taken from [2]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1168715 [2] https://bugzilla.redhat.com/attachment.cgi?id=962159 [YOCTO #7181] Signed-off-by: Leonardo Sandoval --- meta/recipes-devtools/rpm/rpm_4.11.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/rpm/rpm_4.11.2.bb') diff --git a/meta/recipes-devtools/rpm/rpm_4.11.2.bb b/meta/recipes-devtools/rpm/rpm_4.11.2.bb index 4e44bc4fec..7c402b6cfb 100644 --- a/meta/recipes-devtools/rpm/rpm_4.11.2.bb +++ b/meta/recipes-devtools/rpm/rpm_4.11.2.bb @@ -34,6 +34,7 @@ SRC_URI += "http://rpm.org/releases/rpm-4.11.x/${BP}.tar.bz2 \ file://fix_libdir.patch \ file://rpm-scriptetexechelp.patch \ file://pythondeps.sh \ + file://rpm-CVE-2014-8118.patch \ " SRC_URI[md5sum] = "876ac9948a88367054f8ddb5c0e87173" -- cgit 1.2.3-korg