After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622198 - plugins/file-ico/ico-load.c uses deprecated png library calls
plugins/file-ico/ico-load.c uses deprecated png library calls
Status: RESOLVED DUPLICATE of bug 607242
Product: GIMP
Classification: Other
Component: Plugins
2.6.8
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-20 14:00 UTC by Thomas Klausner
Modified: 2010-06-20 14:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the problem. (775 bytes, application/octet-stream)
2010-06-20 14:00 UTC, Thomas Klausner
Details

Description Thomas Klausner 2010-06-20 14:00:50 UTC
Created attachment 164145 [details]
Patch fixing the problem.

ico-load.c uses the png_set_gray_1_2_4_to_8() function, which was deprecated in png-1.0.18 (11/2004) and png-1.2.9 (03/2006) and removed in png-1.4.0. The official updating summary http://www.libpng.org/pub/png/src/libpng-1.2.x-to-1.4.x-summary.txt recommends replacing it with png_set_expand_gray_1_2_4_to_8(). The attached patch does this.
Comment 1 Michael Schumacher 2010-06-20 14:59:58 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 607242 ***