Page MenuHomeSolus

Update sdl2-image to 2.0.3 to address vulnerabilities
ClosedPublic

Authored by kyrios123 on Mar 5 2018, 2:47 PM.
Tags
  • Restricted Project
Referenced Files
F11065170: D2434.diff
Fri, Aug 11, 4:19 PM
F10989386: D2434.diff
Mon, Jul 24, 3:02 PM
F10897127: D2434.id.diff
Jul 2 2023, 4:38 AM
F10897104: D2434.diff
Jul 2 2023, 4:29 AM
F10815474: D2434.id6238.diff
May 31 2023, 8:41 PM
F10807787: D2434.diff
May 30 2023, 6:07 AM
F10720428: D2434.diff
May 5 2023, 8:44 PM
F10720412: D2434.id5950.diff
May 5 2023, 8:43 PM
Subscribers

Details

Summary
  • Fixed a number of security issues: TALOS-2017-0488, TALOS-2017-0489, TALOS-2017-0490, TALOS-2017-0491, TALOS-2017-0497, TALOS-2017-0498, TALOS-2017-0499
  • Added a dependency on SDL 2.0.8
  • Added simple SVG image support based on Nano SVG
  • Fixed security vulnerability in XCF image loader
  • Added libpng save support for much smaller 8-bit images
  • Added JPG save support when built with jpeglib IMG_SaveJPG() and IMG_SaveJPG_RW()

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Rebuild & play supertux against this version

Diff Detail

Repository
R2878 sdl2-image
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 added a project: Restricted Project.Mar 5 2018, 2:47 PM
joebonrichie added inline comments.
package.yml
20–21

Why is this patched out, this is resolved by TALOS-2017-0394 but you don't mention that that this particular CVE is resolved?

@joebonrichie I don't think I need to mention anything because the CVE issue was flagged as resolved when the patch was initially applied, so in my understanding there is no need to indicate that an issue that was already addressed is fixed again.

Okay, that's fine. I was more confused to why it was only patched out rather than removed if it had been resolved upstream.

This revision is now accepted and ready to land.Mar 17 2018, 2:22 PM
This revision was automatically updated to reflect the committed changes.