From 0bf3d157ec0ccc6784caab47c676142f54d3f308 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 15 Sep 2016 06:29:49 +1000 Subject: [PATCH] Fix an ABI breakage - revert patch that broke it. patch 14 is an ABI break, this breaks gnome-software and steam this would require a new revision of the .so to fix properly as sizeof (int) != sizeof (size_t) --- jasper.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/jasper.spec b/jasper.spec index ee07799..2a27eee 100644 --- a/jasper.spec +++ b/jasper.spec @@ -7,7 +7,7 @@ Summary: Implementation of the JPEG-2000 standard, Part 1 Name: jasper Group: System Environment/Libraries Version: 1.900.1 -Release: 33%{?dist} +Release: 34%{?dist} License: JasPer URL: http://www.ece.uvic.ca/~frodo/jasper/ @@ -109,7 +109,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} %patch11 -p1 -b .CVE-2014-8138 %patch12 -p1 -b .CVE-2014-8157 %patch13 -p1 -b .CVE-2014-8158 -%patch14 -p1 -b .CVE-2015-5203 +#%patch14 -p1 -b .CVE-2015-5203 %patch15 -p1 -b .CVE-2015-5221 %patch16 -p1 -b .CVE-2016-1867 %patch17 -p1 -b .CVE-2016-1577 @@ -191,6 +191,11 @@ make check %changelog +* Thu Sep 15 2016 Dave Airlie - 1.900.1-34 +- patch 14 is an ABI break, this breaks gnome-software and steam +- this would require a new revision of the .so to fix properly +- as sizeof (int) != sizeof (size_t) + * Fri Aug 12 2016 Josef Ridky - 1.900.1-33 - CVE-2015-5203 - double free in jasper_image_stop_load() (#1254244) - CVE-2015-5221 - Use-after-free and double-free flaws (#1255714)