Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libpng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libpng
Commits
794dedde
Commit
794dedde
authored
Oct 10, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated libpng to 1.6.37
parent
21f17c70
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
75 additions
and
75 deletions
+75
-75
Makefile
Makefile
+9
-9
libpng-1.6.34.tar.xz
libpng-1.6.34.tar.xz
+0
-0
libpng-1.6.37-apng.patch
libpng-1.6.37-apng.patch
+66
-66
libpng-1.6.37.tar.xz
libpng-1.6.37.tar.xz
+0
-0
No files found.
Makefile
View file @
794dedde
all
:
tar
xf libpng-1.6.3
4
.tar.xz
patch
-Np1
-d
libpng-1.6.3
4 < libpng-1.6.34
-apng.patch
cd
libpng-1.6.3
4
&&
LIBS
=
-lpthread
./configure
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libpng-1.6.3
4
$(MAKE)
-C
libpng-1.6.3
4
check
$(MAKE)
-C
libpng-1.6.3
4
install
mkdir
-v
/usr/share/doc/libpng-1.6.3
4
cd
libpng-1.6.3
4
&&
cp
-v
README libpng-manual.txt /usr/share/doc/libpng-1.6.34
rm
-rf
libpng-1.6.3
4
tar
xf libpng-1.6.3
7
.tar.xz
patch
-Np1
-d
libpng-1.6.3
7 < libpng-1.6.37
-apng.patch
cd
libpng-1.6.3
7
&&
LIBS
=
-lpthread
./configure
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libpng-1.6.3
7
$(MAKE)
-C
libpng-1.6.3
7
check
$(MAKE)
-C
libpng-1.6.3
7
install
mkdir
-v
/usr/share/doc/libpng-1.6.3
7
cd
libpng-1.6.3
7
&&
cp
-v
README libpng-manual.txt /usr/share/doc/libpng-1.6.37
rm
-rf
libpng-1.6.3
7
libpng-1.6.34.tar.xz
deleted
100644 → 0
View file @
21f17c70
File deleted
libpng-1.6.3
4
-apng.patch
→
libpng-1.6.3
7
-apng.patch
View file @
794dedde
diff -Naru libpng-1.6.3
4.org/png.h libpng-1.6.34
/png.h
--- libpng-1.6.3
4.org/png.h 2017-09-29 18:55:30.653711999
+0900
+++ libpng-1.6.3
4/png.h 2017-09-29 18:56:30.306850103
+0900
@@ -3
61,6 +361
,10 @@
diff -Naru libpng-1.6.3
7.org/png.h libpng-1.6.37
/png.h
--- libpng-1.6.3
7.org/png.h 2019-04-19 07:21:37.398024800
+0900
+++ libpng-1.6.3
7/png.h 2019-04-19 07:22:37.871245630
+0900
@@ -3
30,6 +330
,10 @@
# include "pnglibconf.h"
#endif
...
...
@@ -12,7 +12,7 @@ diff -Naru libpng-1.6.34.org/png.h libpng-1.6.34/png.h
#ifndef PNG_VERSION_INFO_ONLY
/* Machine specific configuration. */
# include "pngconf.h"
@@ -4
56,6 +460
,17 @@
@@ -4
25,6 +429
,17 @@
* See pngconf.h for base types that vary by machine/system
*/
...
...
@@ -30,7 +30,7 @@ diff -Naru libpng-1.6.34.org/png.h libpng-1.6.34/png.h
/* This triggers a compiler error in png.c, if png.c and png.h
* do not agree upon the version number.
*/
@@ -7
77,6 +792
,10 @@
@@ -7
46,6 +761
,10 @@
#define PNG_INFO_sCAL 0x4000U /* ESR, 1.0.6 */
#define PNG_INFO_IDAT 0x8000U /* ESR, 1.0.6 */
#define PNG_INFO_eXIf 0x10000U /* GR-P, 1.6.31 */
...
...
@@ -41,7 +41,7 @@ diff -Naru libpng-1.6.34.org/png.h libpng-1.6.34/png.h
/* This is used for the transformation routines, as some of them
* change these values for the row. It also should enable using
@@ -
814,6 +833
,10 @@
@@ -
783,6 +802
,10 @@
#ifdef PNG_PROGRESSIVE_READ_SUPPORTED
typedef PNG_CALLBACK(void, *png_progressive_info_ptr, (png_structp, png_infop));
typedef PNG_CALLBACK(void, *png_progressive_end_ptr, (png_structp, png_infop));
...
...
@@ -52,7 +52,7 @@ diff -Naru libpng-1.6.34.org/png.h libpng-1.6.34/png.h
/* The following callback receives png_uint_32 row_number, int pass for the
* png_bytep data of the row. When transforming an interlaced image the
@@ -32
57,6 +3280
,74 @@
@@ -32
26,6 +3249
,74 @@
/*******************************************************************************
* END OF HARDWARE AND SOFTWARE OPTIONS
******************************************************************************/
...
...
@@ -127,7 +127,7 @@ diff -Naru libpng-1.6.34.org/png.h libpng-1.6.34/png.h
/* Maintainer: Put new public prototypes here ^, in libpng.3, in project
* defs, and in scripts/symbols.def.
@@ -32
66,7 +3357
,11 @@
@@ -32
35,7 +3326
,11 @@
* one to use is one more than this.)
*/
#ifdef PNG_EXPORT_LAST_ORDINAL
...
...
@@ -139,10 +139,10 @@ diff -Naru libpng-1.6.34.org/png.h libpng-1.6.34/png.h
#endif
#ifdef __cplusplus
diff -Naru libpng-1.6.3
4.org/pngget.c libpng-1.6.34
/pngget.c
--- libpng-1.6.3
4.org/pngget.c 2017-09-29 18:53:22.698691668
+0900
+++ libpng-1.6.3
4/pngget.c 2017-09-29 18:56:30.286848380
+0900
@@ -124
5,4 +1245
,166 @@
diff -Naru libpng-1.6.3
7.org/pngget.c libpng-1.6.37
/pngget.c
--- libpng-1.6.3
7.org/pngget.c 2019-04-19 07:21:37.399024787
+0900
+++ libpng-1.6.3
7/pngget.c 2019-04-19 07:22:37.850245901
+0900
@@ -124
6,4 +1246
,166 @@
# endif
#endif
...
...
@@ -309,9 +309,9 @@ diff -Naru libpng-1.6.34.org/pngget.c libpng-1.6.34/pngget.c
+}
+#endif /* PNG_APNG_SUPPORTED */
#endif /* READ || WRITE */
diff -Naru libpng-1.6.3
4.org/pnginfo.h libpng-1.6.34
/pnginfo.h
--- libpng-1.6.3
4.org/pnginfo.h 2017-09-29 18:53:22.698691668
+0900
+++ libpng-1.6.3
4/pnginfo.h 2017-09-29 18:56:30.286848380
+0900
diff -Naru libpng-1.6.3
7.org/pnginfo.h libpng-1.6.37
/pnginfo.h
--- libpng-1.6.3
7.org/pnginfo.h 2019-04-19 07:21:37.399024787
+0900
+++ libpng-1.6.3
7/pnginfo.h 2019-04-19 07:22:37.850245901
+0900
@@ -263,5 +263,18 @@
png_bytepp row_pointers; /* the image bits */
#endif
...
...
@@ -331,9 +331,9 @@ diff -Naru libpng-1.6.34.org/pnginfo.h libpng-1.6.34/pnginfo.h
+
};
#endif /* PNGINFO_H */
diff -Naru libpng-1.6.3
4.org/pngpread.c libpng-1.6.34
/pngpread.c
--- libpng-1.6.3
4.org/pngpread.c 2017-09-29 18:53:22.698691668
+0900
+++ libpng-1.6.3
4/pngpread.c 2017-09-29 18:56:30.286848380
+0900
diff -Naru libpng-1.6.3
7.org/pngpread.c libpng-1.6.37
/pngpread.c
--- libpng-1.6.3
7.org/pngpread.c 2019-04-19 07:21:37.399024787
+0900
+++ libpng-1.6.3
7/pngpread.c 2019-04-19 07:22:37.850245901
+0900
@@ -195,6 +195,106 @@
chunk_name = png_ptr->chunk_name;
...
...
@@ -594,10 +594,10 @@ diff -Naru libpng-1.6.34.org/pngpread.c libpng-1.6.34/pngpread.c
png_voidp PNGAPI
png_get_progressive_ptr(png_const_structrp png_ptr)
{
diff -Naru libpng-1.6.3
4.org/pngpriv.h libpng-1.6.34
/pngpriv.h
--- libpng-1.6.3
4.org/pngpriv.h 2017-09-29 18:53:22.699691754
+0900
+++ libpng-1.6.3
4/pngpriv.h 2017-09-29 18:56:30.286848380
+0900
@@ -6
28,6 +628
,10 @@
diff -Naru libpng-1.6.3
7.org/pngpriv.h libpng-1.6.37
/pngpriv.h
--- libpng-1.6.3
7.org/pngpriv.h 2019-04-19 07:21:37.399024787
+0900
+++ libpng-1.6.3
7/pngpriv.h 2019-04-19 07:22:37.850245901
+0900
@@ -6
37,6 +637
,10 @@
#define PNG_HAVE_CHUNK_AFTER_IDAT 0x2000U /* Have another chunk after IDAT */
/* 0x4000U (unused) */
#define PNG_IS_READ_STRUCT 0x8000U /* Else is a write struct */
...
...
@@ -608,7 +608,7 @@ diff -Naru libpng-1.6.34.org/pngpriv.h libpng-1.6.34/pngpriv.h
/* Flags for the transformations the PNG library does on the image data */
#define PNG_BGR 0x0001U
@@ -8
64,6 +868
,16 @@
@@ -8
73,6 +877
,16 @@
#define png_tRNS PNG_U32(116, 82, 78, 83)
#define png_zTXt PNG_U32(122, 84, 88, 116)
...
...
@@ -625,7 +625,7 @@ diff -Naru libpng-1.6.34.org/pngpriv.h libpng-1.6.34/pngpriv.h
/* The following will work on (signed char*) strings, whereas the get_uint_32
* macro will fail on top-bit-set values because of the sign extension.
*/
@@ -16
35,6 +1649
,47 @@
@@ -16
44,6 +1658
,47 @@
*/
#endif
...
...
@@ -673,9 +673,9 @@ diff -Naru libpng-1.6.34.org/pngpriv.h libpng-1.6.34/pngpriv.h
/* Added at libpng version 1.4.0 */
#ifdef PNG_COLORSPACE_SUPPORTED
/* These internal functions are for maintaining the colorspace structure within
diff -Naru libpng-1.6.3
4.org/pngread.c libpng-1.6.34
/pngread.c
--- libpng-1.6.3
4.org/pngread.c 2017-09-29 18:53:22.69969175
4 +0900
+++ libpng-1.6.3
4/pngread.c 2017-09-29 18:56:30.286848380
+0900
diff -Naru libpng-1.6.3
7.org/pngread.c libpng-1.6.37
/pngread.c
--- libpng-1.6.3
7.org/pngread.c 2019-04-19 07:21:37.40002477
4 +0900
+++ libpng-1.6.3
7/pngread.c 2019-04-19 07:22:37.851245887
+0900
@@ -161,6 +161,9 @@
else if (chunk_name == png_IDAT)
...
...
@@ -777,9 +777,9 @@ diff -Naru libpng-1.6.34.org/pngread.c libpng-1.6.34/pngread.c
/* Optional call to update the users info_ptr structure */
void PNGAPI
png_read_update_info(png_structrp png_ptr, png_inforp info_ptr)
diff -Naru libpng-1.6.3
4.org/pngrutil.c libpng-1.6.34
/pngrutil.c
--- libpng-1.6.3
4.org/pngrutil.c 2017-09-29 18:53:22.701691926
+0900
+++ libpng-1.6.3
4/pngrutil.c 2017-09-29 18:56:30.287848466
+0900
diff -Naru libpng-1.6.3
7.org/pngrutil.c libpng-1.6.37
/pngrutil.c
--- libpng-1.6.3
7.org/pngrutil.c 2019-04-19 07:21:37.401024761
+0900
+++ libpng-1.6.3
7/pngrutil.c 2019-04-19 07:22:37.853245862
+0900
@@ -865,6 +865,11 @@
filter_type = buf[11];
interlace_type = buf[12];
...
...
@@ -792,7 +792,7 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
/* Set internal variables */
png_ptr->width = width;
png_ptr->height = height;
@@ -28
40,6 +2845
,179 @@
@@ -28
57,6 +2862
,179 @@
}
#endif
...
...
@@ -972,7 +972,7 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
#ifdef PNG_READ_UNKNOWN_CHUNKS_SUPPORTED
/* Utility function for png_handle_unknown; set up png_ptr::unknown_chunk */
static int
@@ -41
45,7 +432
3,38 @@
@@ -41
65,7 +434
3,38 @@
{
uInt avail_in;
png_bytep buffer;
...
...
@@ -983,7 +983,7 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
+ {
+ png_crc_finish(png_ptr, bytes_to_skip);
+ bytes_to_skip = 0;
+
+ png_ptr->idat_size = png_read_chunk_header(png_ptr);
+ if (png_ptr->num_frames_read == 0)
+ {
...
...
@@ -1001,7 +1001,7 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
+ bytes_to_skip = png_ptr->idat_size;
+ continue;
+ }
+
+ png_ensure_sequence_number(png_ptr, png_ptr->idat_size);
+
+ png_ptr->idat_size -= 4;
...
...
@@ -1011,7 +1011,7 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
while (png_ptr->idat_size == 0)
{
png_crc_finish(png_ptr, 0);
@@ -41
57,7 +436
6,7 @@
@@ -41
77,7 +438
6,7 @@
if (png_ptr->chunk_name != png_IDAT)
png_error(png_ptr, "Not enough image data");
}
...
...
@@ -1020,7 +1020,7 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
avail_in = png_ptr->IDAT_read_size;
if (avail_in > png_ptr->idat_size)
@@ -42
20,6 +442
9,9 @@
@@ -42
40,6 +444
9,9 @@
png_ptr->mode |= PNG_AFTER_IDAT;
png_ptr->flags |= PNG_FLAG_ZSTREAM_ENDED;
...
...
@@ -1030,7 +1030,7 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
if (png_ptr->zstream.avail_in > 0 || png_ptr->idat_size > 0)
png_chunk_benign_error(png_ptr, "Extra compressed data");
@@ -46
58,4 +487
0,80 @@
@@ -46
78,4 +489
0,80 @@
png_ptr->flags |= PNG_FLAG_ROW_INIT;
}
...
...
@@ -1111,9 +1111,9 @@ diff -Naru libpng-1.6.34.org/pngrutil.c libpng-1.6.34/pngrutil.c
+#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
+#endif /* PNG_READ_APNG_SUPPORTED */
#endif /* READ */
diff -Naru libpng-1.6.3
4.org/pngset.c libpng-1.6.34
/pngset.c
--- libpng-1.6.3
4.org/pngset.c 2017-09-29 18:53:22.701691926
+0900
+++ libpng-1.6.3
4/pngset.c 2017-09-29 18:56:30.292848897
+0900
diff -Naru libpng-1.6.3
7.org/pngset.c libpng-1.6.37
/pngset.c
--- libpng-1.6.3
7.org/pngset.c 2019-04-19 07:21:37.401024761
+0900
+++ libpng-1.6.3
7/pngset.c 2019-04-19 07:22:37.858245798
+0900
@@ -288,6 +288,11 @@
info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
...
...
@@ -1274,10 +1274,10 @@ diff -Naru libpng-1.6.34.org/pngset.c libpng-1.6.34/pngset.c
#ifdef PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
static png_byte
check_location(png_const_structrp png_ptr, int location)
diff -Naru libpng-1.6.3
4.org/pngstruct.h libpng-1.6.34
/pngstruct.h
--- libpng-1.6.3
4.org/pngstruct.h 2017-09-29 18:53:22.701691926
+0900
+++ libpng-1.6.3
4/pngstruct.h 2017-09-29 18:56:30.287848466
+0900
@@ -40
3,6 +403
,27 @@
diff -Naru libpng-1.6.3
7.org/pngstruct.h libpng-1.6.37
/pngstruct.h
--- libpng-1.6.3
7.org/pngstruct.h 2019-04-19 07:21:37.401024761
+0900
+++ libpng-1.6.3
7/pngstruct.h 2019-04-19 07:22:37.854245849
+0900
@@ -40
9,6 +409
,27 @@
png_byte filter_type;
#endif
...
...
@@ -1305,9 +1305,9 @@ diff -Naru libpng-1.6.34.org/pngstruct.h libpng-1.6.34/pngstruct.h
/* New members added in libpng-1.2.0 */
/* New members added in libpng-1.0.2 but first enabled by default in 1.2.0 */
diff -Naru libpng-1.6.3
4.org/pngtest.c libpng-1.6.34
/pngtest.c
--- libpng-1.6.3
4.org/pngtest.c 2017-09-29 18:55:30.654712085
+0900
+++ libpng-1.6.3
4/pngtest.c 2017-09-29 18:56:30.287848466
+0900
diff -Naru libpng-1.6.3
7.org/pngtest.c libpng-1.6.37
/pngtest.c
--- libpng-1.6.3
7.org/pngtest.c 2019-04-19 07:21:37.401024761
+0900
+++ libpng-1.6.3
7/pngtest.c 2019-04-19 07:22:37.854245849
+0900
@@ -875,6 +875,10 @@
volatile int num_passes;
int pass;
...
...
@@ -1319,7 +1319,7 @@ diff -Naru libpng-1.6.34.org/pngtest.c libpng-1.6.34/pngtest.c
row_buf = NULL;
error_parameters.file_name = inname;
@@ -138
1,6 +1385
,22 @@
@@ -138
3,6 +1387
,22 @@
}
}
#endif
...
...
@@ -1342,7 +1342,7 @@ diff -Naru libpng-1.6.34.org/pngtest.c libpng-1.6.34/pngtest.c
#ifdef PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED
{
png_unknown_chunkp unknowns;
@@ -146
1,6 +1481
,110 @@
@@ -146
3,6 +1483
,110 @@
t_misc += (t_stop - t_start);
t_start = t_stop;
#endif
...
...
@@ -1453,9 +1453,9 @@ diff -Naru libpng-1.6.34.org/pngtest.c libpng-1.6.34/pngtest.c
for (pass = 0; pass < num_passes; pass++)
{
# ifdef calc_pass_height
diff -Naru libpng-1.6.3
4.org/pngwrite.c libpng-1.6.34
/pngwrite.c
--- libpng-1.6.3
4.org/pngwrite.c 2017-09-29 18:53:22.702692013
+0900
+++ libpng-1.6.3
4/pngwrite.c 2017-09-29 18:56:30.288848552
+0900
diff -Naru libpng-1.6.3
7.org/pngwrite.c libpng-1.6.37
/pngwrite.c
--- libpng-1.6.3
7.org/pngwrite.c 2019-04-19 07:21:37.402024748
+0900
+++ libpng-1.6.3
7/pngwrite.c 2019-04-19 07:22:37.855245836
+0900
@@ -128,6 +128,10 @@
* the application continues writing the PNG. So check the 'invalid'
* flag here too.
...
...
@@ -1523,12 +1523,12 @@ diff -Naru libpng-1.6.34.org/pngwrite.c libpng-1.6.34/pngwrite.c
#ifdef PNG_SIMPLIFIED_WRITE_SUPPORTED
/* Initialize the write structure - general purpose utility. */
diff -Naru libpng-1.6.3
4.org/pngwutil.c libpng-1.6.34
/pngwutil.c
--- libpng-1.6.3
4.org/pngwutil.c 2017-09-29 18:53:22.703692099
+0900
+++ libpng-1.6.3
4/pngwutil.c 2017-09-29 18:56:30.302849758
+0900
@@ -82
2,6 +822
,11 @@
diff -Naru libpng-1.6.3
7.org/pngwutil.c libpng-1.6.37
/pngwutil.c
--- libpng-1.6.3
7.org/pngwutil.c 2019-04-19 07:21:37.402024748
+0900
+++ libpng-1.6.3
7/pngwutil.c 2019-04-19 07:22:37.867245682
+0900
@@ -82
1,6 +821
,11 @@
/* Write the chunk */
png_write_complete_chunk(png_ptr, png_IHDR, buf,
(png_size_t)
13);
png_write_complete_chunk(png_ptr, png_IHDR, buf, 13);
+#ifdef PNG_WRITE_APNG_SUPPORTED
+ png_ptr->first_frame_width = width;
...
...
@@ -1538,7 +1538,7 @@ diff -Naru libpng-1.6.34.org/pngwutil.c libpng-1.6.34/pngwutil.c
if ((png_ptr->do_filter) == PNG_NO_FILTERS)
{
if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE ||
@@ -100
3,8 +1008
,17 @@
@@ -100
2,8 +1007
,17 @@
optimize_cmf(data, png_image_size(png_ptr));
#endif
...
...
@@ -1558,7 +1558,7 @@ diff -Naru libpng-1.6.34.org/pngwutil.c libpng-1.6.34/pngwutil.c
png_ptr->mode |= PNG_HAVE_IDAT;
png_ptr->zstream.next_out = data;
@@ -105
1,7 +1065
,17 @@
@@ -105
0,7 +1064
,17 @@
#endif
if (size > 0)
...
...
@@ -1576,7 +1576,7 @@ diff -Naru libpng-1.6.34.org/pngwutil.c libpng-1.6.34/pngwutil.c
png_ptr->zstream.avail_out = 0;
png_ptr->zstream.next_out = NULL;
png_ptr->mode |= PNG_HAVE_IDAT | PNG_AFTER_IDAT;
@@ -188
7,6 +1911
,82 @@
@@ -188
5,6 +1909
,82 @@
}
#endif
...
...
@@ -1659,7 +1659,7 @@ diff -Naru libpng-1.6.34.org/pngwutil.c libpng-1.6.34/pngwutil.c
/* Initializes the row writing capability of libpng */
void /* PRIVATE */
png_write_start_row(png_structrp png_ptr)
@@ -27
81,4 +2881
,39 @@
@@ -27
78,4 +2878
,39 @@
}
#endif /* WRITE_FLUSH */
}
...
...
@@ -1699,10 +1699,10 @@ diff -Naru libpng-1.6.34.org/pngwutil.c libpng-1.6.34/pngwutil.c
+}
+#endif /* PNG_WRITE_APNG_SUPPORTED */
#endif /* WRITE */
diff -Naru libpng-1.6.3
4.org/scripts/symbols.def libpng-1.6.34
/scripts/symbols.def
--- libpng-1.6.3
4.org/scripts/symbols.def 2017-09-29 18:55:30.655712171
+0900
+++ libpng-1.6.3
4/scripts/symbols.def 2017-09-29 18:56:30.289848638
+0900
@@ -25
4,3 +254
,23 @@
diff -Naru libpng-1.6.3
7.org/scripts/symbols.def libpng-1.6.37
/scripts/symbols.def
--- libpng-1.6.3
7.org/scripts/symbols.def 2019-04-19 07:21:37.405024710
+0900
+++ libpng-1.6.3
7/scripts/symbols.def 2019-04-19 07:22:37.856245823
+0900
@@ -25
3,3 +253
,23 @@
png_set_eXIf @247
png_get_eXIf_1 @248
png_set_eXIf_1 @249
...
...
libpng-1.6.37.tar.xz
0 → 100644
View file @
794dedde
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment