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