aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
diff options
context:
space:
mode:
authorNeetika Singh <Neetika.Singh@kpit.com>2021-09-20 18:22:40 +0530
committerArmin Kuster <akuster808@gmail.com>2021-09-20 15:51:39 -0700
commitb06724bc274f751004ade2ceeddfb8ec40d93f16 (patch)
tree50d70031a0686aef118fe338755b59d6686abe08 /meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
parent2e7e98cd0cb82db214b13224c71134b9335a719b (diff)
downloadmeta-openembedded-b06724bc274f751004ade2ceeddfb8ec40d93f16.tar.gz
c-ares: Add fix for CVE-2021-3672
Added below patches to fix CVE-2021-3672 1. ares_expand_name-should-escape-more-characters.patch 2. ares_expand_name-fix-formatting-and-handling-of-root.patch Link: http://snapshot.debian.org/archive/debian-security/20210810T064453Z/pool/updates/main/c/c-ares/c-ares_1.17.1-1%2Bdeb11u1.debian.tar.xz Signed-off-by: akash hadke <Akash.Hadke@kpit.com> Signed-off-by: Neetika Singh <Neetika.Singh@kpit.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb')
-rw-r--r--meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
index 67dd701807..36bb9be172 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
@@ -11,6 +11,8 @@ SRC_URI = "\
git://github.com/c-ares/c-ares.git \
file://cmake-install-libcares.pc.patch \
file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \
+ file://ares_expand_name-should-escape-more-characters.patch \
+ file://ares_expand_name-fix-formatting-and-handling-of-root.patch \
"
SRCREV = "74a1426ba60e2cd7977e53a22ef839c87415066e"