Accepting request 415841 from home:fcrozat:branches:GNOME:Factory

(resync changelog)
- Update to GNOME 3.20  Fate#318572
- Remove upstream patches: 0001-pixops-Don-t-overflow-variables-when-shifting-them.patch,
  gdk-pixbuf-bgo747605.patch, gdk-pixbuf-bgo752297.patch,
  0001-ico-Protect-against-overflow.patch, gdk-pixbuf-bgo758991.patch,
  0001-pixops-use-gint64-in-more-places-to-avoid-overflow-w.patch,
  gdk-pixbuf-bsc960155-divide-by-zero.patch, gdk-pixbuf-bsc948790-tga-dos.patch,
  gdk-pixbuf-2-32-overflow-fixes.patch

- Add gdk-pixbuf-bsc960155-divide-by-zero.patch -- fix a possible
  divide by zero (bsc#960155).
- Add gdk-pixbuf-2-32-overflow-fixes.patch,
  0001-ico-Protect-against-overflow.patch,
  gdk-pixbuf-bgo747605.patch, and gdk-pixbuf-bgo758991.patch:
  fix various overflows (bsc#958963 CVE-2015-7552).

- Add
  0001-pixops-use-gint64-in-more-places-to-avoid-overflow-w.patch:
  Fix some more overflows scaling a gif (bsc#948791 CVE-2015-7673).

- Add gdk-pixbuf-bsc948790-tga-dos.patch: fix an overflow and DoS
  with a TGA (bsc#948790 CVE-2015-7673).
- Add
0001-pixops-Don-t-overflow-variables-when-shifting-them.patch: Fix
  overflow when scaling a gif (bsc#948791 CVE-2015-7674).

- Add gdk-pixbuf-bgo752297.patch: Check for overflow before
  allocating memory when scaling (bsc#942801 CVE-2015-4491).
  Taken from upstream.

OBS-URL: https://build.opensuse.org/request/show/415841
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=108
This commit is contained in:
Dominique Leuenberger 2016-08-03 12:20:25 +00:00 committed by Git OBS Bridge
parent bbb6895288
commit 42208a2a3f

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Apr 13 10:35:15 UTC 2016 - idonmez@suse.com
- Update to GNOME 3.20 Fate#318572
- Remove upstream patches: 0001-pixops-Don-t-overflow-variables-when-shifting-them.patch,
gdk-pixbuf-bgo747605.patch, gdk-pixbuf-bgo752297.patch,
0001-ico-Protect-against-overflow.patch, gdk-pixbuf-bgo758991.patch,
0001-pixops-use-gint64-in-more-places-to-avoid-overflow-w.patch,
gdk-pixbuf-bsc960155-divide-by-zero.patch, gdk-pixbuf-bsc948790-tga-dos.patch,
gdk-pixbuf-2-32-overflow-fixes.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 25 00:07:03 UTC 2016 - zaitor@opensuse.org Fri Mar 25 00:07:03 UTC 2016 - zaitor@opensuse.org
@ -5,6 +16,17 @@ Fri Mar 25 00:07:03 UTC 2016 - zaitor@opensuse.org
+ Don't force no static builds on Win32 (bgo#760369). + Don't force no static builds on Win32 (bgo#760369).
+ Updated translations. + Updated translations.
-------------------------------------------------------------------
Mon Jan 4 16:00:35 UTC 2016 - mgorse@suse.com
- Add gdk-pixbuf-bsc960155-divide-by-zero.patch -- fix a possible
divide by zero (bsc#960155).
- Add gdk-pixbuf-2-32-overflow-fixes.patch,
0001-ico-Protect-against-overflow.patch,
gdk-pixbuf-bgo747605.patch, and gdk-pixbuf-bgo758991.patch:
fix various overflows (bsc#958963 CVE-2015-7552).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 22 20:15:18 UTC 2015 - zaitor@opensuse.org Tue Dec 22 20:15:18 UTC 2015 - zaitor@opensuse.org
@ -31,6 +53,13 @@ Mon Dec 21 18:01:04 UTC 2015 - mgorse@suse.com
+ ico: integer overflow fixes. + ico: integer overflow fixes.
+ Updated translations. + Updated translations.
-------------------------------------------------------------------
Wed Nov 25 21:54:00 UTC 2015 - mgorse@suse.com
- Add
0001-pixops-use-gint64-in-more-places-to-avoid-overflow-w.patch:
Fix some more overflows scaling a gif (bsc#948791 CVE-2015-7673).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 9 19:35:03 UTC 2015 - zaitor@opensuse.org Mon Nov 9 19:35:03 UTC 2015 - zaitor@opensuse.org
@ -38,6 +67,15 @@ Mon Nov 9 19:35:03 UTC 2015 - zaitor@opensuse.org
+ Avoid some integer overflow possibilities in scaling code. + Avoid some integer overflow possibilities in scaling code.
+ Updated translations. + Updated translations.
-------------------------------------------------------------------
Mon Oct 5 19:16:58 UTC 2015 - mgorse@suse.com
- Add gdk-pixbuf-bsc948790-tga-dos.patch: fix an overflow and DoS
with a TGA (bsc#948790 CVE-2015-7673).
- Add
0001-pixops-Don-t-overflow-variables-when-shifting-them.patch: Fix
overflow when scaling a gif (bsc#948791 CVE-2015-7674).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 25 18:12:18 UTC 2015 - zaitor@opensuse.org Fri Sep 25 18:12:18 UTC 2015 - zaitor@opensuse.org
@ -58,6 +96,13 @@ Tue Sep 22 06:39:04 UTC 2015 - dimstar@opensuse.org
+ Fix a crash in the tga loader. + Fix a crash in the tga loader.
+ Updated translations. + Updated translations.
-------------------------------------------------------------------
Mon Sep 14 19:07:18 UTC 2015 - mgorse@suse.com
- Add gdk-pixbuf-bgo752297.patch: Check for overflow before
allocating memory when scaling (bsc#942801 CVE-2015-4491).
Taken from upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 2 11:55:06 UTC 2015 - dimstar@opensuse.org Wed Sep 2 11:55:06 UTC 2015 - dimstar@opensuse.org