diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-06-11 08:06:36 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-06-11 08:09:57 -0400 |
commit | b9ce3498af1d48bc579902f117c6b03432b111cb (patch) | |
tree | 442ee8f9a5346e5485c5cb128f9f1eae856692d1 /kernel.spec | |
parent | 82b54fdc466eeb7397971032765e0b3e2c186e64 (diff) | |
download | kernel-b9ce3498af1d48bc579902f117c6b03432b111cb.tar.gz kernel-b9ce3498af1d48bc579902f117c6b03432b111cb.tar.xz kernel-b9ce3498af1d48bc579902f117c6b03432b111cb.zip |
CVE-2013-2164 information leak in cdrom driver (rhbz 973100 973109)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 26015c5b4..06ac9b3b0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,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 2 +%global baserelease 3 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -757,6 +757,9 @@ Patch25034: b43-stop-format-string-leaking-into-error-msgs.patch #CVE-2013-2851 rhbz 969515 971662 Patch25035: block-do-not-pass-disk-names-as-format-strings.patch +#CVE-2013-2164 rhbz 973100 973109 +Patch25038: cdrom-use-kzalloc-for-failing-hardware.patch + # END OF PATCH DEFINITIONS %endif @@ -1457,6 +1460,9 @@ ApplyPatch b43-stop-format-string-leaking-into-error-msgs.patch #CVE-2013-2851 rhbz 969515 971662 ApplyPatch block-do-not-pass-disk-names-as-format-strings.patch +#CVE-2013-2164 rhbz 973100 973109 +ApplyPatch cdrom-use-kzalloc-for-failing-hardware.patch + # END OF PATCH APPLICATIONS %endif @@ -2262,6 +2268,9 @@ fi # ||----w | # || || %changelog +* Tue Jun 11 2013 Josh Boyer <jwboyer@redhat.com> +- CVE-2013-2164 information leak in cdrom driver (rhbz 973100 973109) + * Mon Jun 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> - Enable Freescale i.MX platforms and initial config |