summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2014-03-11 09:00:52 -0400
committerJosh Boyer <jwboyer@redhat.com>2014-03-11 09:00:54 -0400
commit93ec8b7d38bffe6c33b18644e05100e92c06b8b3 (patch)
treeb3743481cab25c2428f23022d29f48da421f5486 /kernel.spec
parente741d1dc9eb24ecc365a73a22c274477dbea7181 (diff)
downloadkernel-93ec8b7d38bffe6c33b18644e05100e92c06b8b3.tar.gz
kernel-93ec8b7d38bffe6c33b18644e05100e92c06b8b3.tar.xz
kernel-93ec8b7d38bffe6c33b18644e05100e92c06b8b3.zip
CVE-2014-2309 ipv6: crash due to router advertisment flooding (rhbz 1074471 1075064)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index bd12e03a1..757eff072 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -646,6 +646,9 @@ Patch25035: Bluetooth-allocate-static-minor-for-vhci.patch
#Fixes module loading on ppc64le
Patch25036: ppc64le_module_fix.patch
+#CVE-2014-2309 rhbz 1074471 1075064
+Patch25037: ipv6-dont-set-DST_NOCOUNT-for-remotely-added-routes.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1299,6 +1302,9 @@ ApplyPatch Bluetooth-allocate-static-minor-for-vhci.patch
# Fixes module loading on ppc64le
ApplyPatch ppc64le_module_fix.patch
+#CVE-2014-2309 rhbz 1074471 1075064
+ApplyPatch ipv6-dont-set-DST_NOCOUNT-for-remotely-added-routes.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2079,6 +2085,7 @@ fi
# || ||
%changelog
* Tue Mar 11 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc6.git1.1
+- CVE-2014-2309 ipv6: crash due to router advertisment flooding (rhbz 1074471 1075064)
- Linux v3.14-rc6-17-g8712a00
- Reenable debugging options.