From 3431aaf079bc406ce5585e9e4dafb7fbdd7e6883 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Tue, 7 Mar 2017 15:17:09 -0800 Subject: [PATCH] Build for some CVEs --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 339f441c9..05b496915 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 100 +%global baserelease 101 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2185,6 +2185,9 @@ fi # # %changelog +* Tue Mar 07 2017 Laura Abbott - 4.9.13-101 +- Build for some CVEs + * Tue Mar 07 2017 Laura Abbott - CVE-2017-2636 Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release (rhbz 1430049)