diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-05-14 12:48:15 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-05-14 12:48:15 -0500 |
commit | 71fc32ddccadc171f76c08999ec01a62e19c51da (patch) | |
tree | edf7aea8124edfa1ac4fd65afe9fa1166912f9d8 /kernel.spec | |
parent | b7e014f9c8b3b3436c257132637cdea14b6fc243 (diff) | |
download | kernel-71fc32ddccadc171f76c08999ec01a62e19c51da.tar.gz kernel-71fc32ddccadc171f76c08999ec01a62e19c51da.tar.xz kernel-71fc32ddccadc171f76c08999ec01a62e19c51da.zip |
Linux v5.0.16 (Fixes MDS CVEs)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index a00f91bfe..c107407a4 100644 --- a/kernel.spec +++ b/kernel.spec @@ -54,7 +54,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 15 +%define stable_update 16 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -1911,6 +1911,13 @@ fi # # %changelog +* Tue May 14 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.0.16-300 +- Linux v5.0.16 +- Fixes CVE-2018-12126 (rhbz 1646781 1709976) +- Fixes CVE-2018-12127 (rhbz 1667782 1709978) +- Fixes CVE-2018-12130 (rhbz 1646784 1709989 1709996) +- Fixes CVE-2019-11091 (rhbz 1705312 1709983) + * Mon May 13 2019 Laura Abbott <labbott@redhat.com> - 5.0.15-300 - Linux v5.0.15 - Fixes CVE-2019-11884 (rhbz 1709837 1709838) |