]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/blame - libpng-apng-fix.patch
- updated to 1.5.10 (fixes CVE-2011-3048)
[packages/crossmingw32-libpng.git] / libpng-apng-fix.patch
CommitLineData
8475a47f
JB
1--- libpng-1.5.10/scripts/symbols.def.orig 2012-03-29 07:06:56.000000000 +0200
2+++ libpng-1.5.10/scripts/symbols.def 2012-04-25 17:53:13.007292298 +0200
3@@ -240,3 +240,24 @@
91788afb
JB
4 png_set_cHRM_XYZ @232
5 png_set_cHRM_XYZ_fixed @233
8475a47f 6 png_set_check_for_invalid_index @234
91788afb
JB
7+;missing warning
8+ png_write_frame_head @1001
9+ png_write_frame_tail @1002
10+ png_set_progressive_frame_fn @1003
11+ png_get_acTL @1004
12+ png_set_acTL @1005
13+ png_get_num_frames @1006
14+ png_get_num_plays @1007
15+ png_get_next_frame_fcTL @1008
16+ png_set_next_frame_fcTL @1009
17+ png_get_next_frame_width @1010
18+ png_get_next_frame_height @1011
19+ png_get_next_frame_x_offset @1012
20+ png_get_next_frame_y_offset @1013
21+ png_get_next_frame_delay_num @1014
22+ png_get_next_frame_delay_den @1015
23+ png_get_next_frame_dispose_op @1016
24+ png_get_next_frame_blend_op @1017
25+ png_get_first_frame_is_hidden @1018
26+ png_set_first_frame_is_hidden @1019
27+ png_read_frame_head @1020
8475a47f
JB
28--- libpng-1.5.10/png.h.orig 2011-12-18 18:57:09.559673517 +0100
29+++ libpng-1.5.10/png.h 2011-12-18 19:44:48.716435917 +0100
91788afb
JB
30@@ -2725,7 +2725,7 @@
31 * scripts/symbols.def as well.
32 */
33 #ifdef PNG_EXPORT_LAST_ORDINAL
8475a47f 34- PNG_EXPORT_LAST_ORDINAL(234);
91788afb
JB
35+ PNG_EXPORT_LAST_ORDINAL(1020);
36 #endif
37
38 #ifdef __cplusplus
This page took 0.108526 seconds and 4 git commands to generate.