From cb7889476c50f4223fc761c08f6953ce7a05e537 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 1 Jun 2016 08:27:18 +0200 Subject: kernel-net-ppp: CVE-2015-8569 Fixes an information leak from getsockname. References: =========== https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8569 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-8569 Reference to the upstream fixes: =============================== https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=f167b6f4244fbc8d05fcc385b1bf8e70729c9e7c Signed-off-by: Sona Sarmadi Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux-hierofalcon_3.19.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-hierofalcon_3.19.bb') diff --git a/recipes-kernel/linux/linux-hierofalcon_3.19.bb b/recipes-kernel/linux/linux-hierofalcon_3.19.bb index 5419b62..5c24d8e 100644 --- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb +++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb @@ -37,6 +37,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6 file://ALSA-CVE-2016-2546.patch \ file://Btrfs-CVE-2015-8374.patch \ file://ALSA-CVE-2016-2384.patch \ + file://net-ppp-CVE-2015-8569.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf