Compare commits

...

28 Commits

Author SHA1 Message Date
8f40ced117 automatic version update by autodist [release 1.6.53-1mamba;Sat Dec 06 2025] 2025-12-07 12:03:48 +01:00
b0dc0b57e5 automatic version update by autodist [release 1.6.51-1mamba;Mon Nov 24 2025] 2025-11-25 14:50:07 +01:00
2507f41778 automatic version update by autodist [release 1.6.50-1mamba;Sun Jul 06 2025] 2025-07-06 19:20:16 +02:00
966ac5c35e automatic version update by autodist [release 1.6.49-1mamba;Sun Jun 15 2025] 2025-06-16 11:13:16 +02:00
7904ec14a8 automatic version update by autodist [release 1.6.48-1mamba;Mon May 12 2025] 2025-05-12 15:35:25 +02:00
5c8504202e automatic version update by autodist [release 1.6.47-1mamba;Sun Mar 09 2025] 2025-03-10 11:28:14 +01:00
e757c28270 automatic version update by autodist [release 1.6.46-1mamba;Sun Jan 26 2025] 2025-01-26 16:23:18 +01:00
0b262753c4 automatic version update by autodist [release 1.6.45-1mamba;Fri Jan 10 2025] 2025-01-11 01:03:14 +01:00
e838a3d072 automatic version update by autodist [release 1.6.44-1mamba;Sat Sep 14 2024] 2024-09-14 13:09:55 +02:00
feaa947e17 automatic version update by autodist [release 1.6.43-1mamba;Sun Feb 25 2024] 2024-02-26 21:59:20 +01:00
b82f289b07 update to 1.6.42 [release 1.6.42-1mamba;Mon Feb 12 2024] 2024-02-13 17:07:57 +01:00
4aed3b0680 automatic version update by autodist [release 1.6.40-1mamba;Sun Sep 10 2023] 2024-01-06 05:24:45 +01:00
6bf5e430d2 automatic version update by autodist [release 1.6.39-1mamba;Thu Nov 24 2022] 2024-01-06 05:24:44 +01:00
470d287fde automatic version update by autodist [release 1.6.38-1mamba;Sat Sep 17 2022] 2024-01-06 05:24:44 +01:00
d7cd0edd81 x86_64: obsolete lib32-libpng [release 1.6.37-2mamba;Thu Jan 16 2020] 2024-01-06 05:24:43 +01:00
c3aef97fda automatic version update by autodist [release 1.6.37-1mamba;Fri Apr 19 2019] 2024-01-06 05:24:43 +01:00
8654846ca5 automatic version update by autodist [release 1.6.36-1mamba;Tue Dec 25 2018] 2024-01-06 05:24:43 +01:00
efa2bbd188 automatic version update by autodist [release 1.6.35-1mamba;Sat Sep 15 2018] 2024-01-06 05:24:43 +01:00
25d40a79fd automatic version update by autodist [release 1.6.34-1mamba;Tue Oct 03 2017] 2024-01-06 05:24:43 +01:00
ad9d495065 automatic version update by autodist [release 1.6.32-1mamba;Thu Aug 31 2017] 2024-01-06 05:24:43 +01:00
64af2aa5f6 automatic version update by autodist [release 1.6.31-1mamba;Mon Aug 07 2017] 2024-01-06 05:24:43 +01:00
a2e55792e6 relink with /lib64/libpthread.so.0 for IFUNC symbol longjmp [release 1.6.29-2mamba;Fri Aug 04 2017] 2024-01-06 05:24:43 +01:00
b79ea79596 automatic version update by autodist [release 1.6.29-1mamba;Thu Mar 30 2017] 2024-01-06 05:24:43 +01:00
4903f5dd87 automatic version update by autodist [release 1.6.28-1mamba;Sun Jan 08 2017] 2024-01-06 05:24:43 +01:00
4bbbcf6c1a automatic version update by autodist [release 1.6.27-1mamba;Thu Jan 05 2017] 2024-01-06 05:24:42 +01:00
3043fb81f7 automatic version update by autodist [release 1.6.26-1mamba;Sat Oct 22 2016] 2024-01-06 05:24:42 +01:00
94aa4b4017 automatic version update by autodist [release 1.6.25-1mamba;Tue Oct 04 2016] 2024-01-06 05:24:42 +01:00
dcfc443627 automatic version update by autodist [release 1.6.24-1mamba;Sat Aug 20 2016] 2024-01-06 05:24:42 +01:00
2 changed files with 283 additions and 238 deletions

View File

@@ -1,7 +1,7 @@
diff -Naru libpng-1.6.23.org/png.h libpng-1.6.23/png.h
--- libpng-1.6.23.org/png.h 2016-06-09 22:23:09.753041866 +0900
+++ libpng-1.6.23/png.h 2016-06-09 22:23:39.282106366 +0900
@@ -366,6 +366,10 @@
diff -Naru libpng-1.6.53.org/png.h libpng-1.6.53/png.h
--- libpng-1.6.53.org/png.h 2025-12-06 20:13:38.189758064 +0900
+++ libpng-1.6.53/png.h 2025-12-06 20:15:54.193899792 +0900
@@ -328,6 +328,10 @@
# include "pnglibconf.h"
#endif
@@ -10,38 +10,27 @@ diff -Naru libpng-1.6.23.org/png.h libpng-1.6.23/png.h
+#define PNG_WRITE_APNG_SUPPORTED
+
#ifndef PNG_VERSION_INFO_ONLY
/* Machine specific configuration. */
/* Machine specific configuration. */
# include "pngconf.h"
@@ -461,6 +465,17 @@
@@ -423,6 +427,17 @@
* See pngconf.h for base types that vary by machine/system
*/
+#ifdef PNG_APNG_SUPPORTED
+/* dispose_op flags from inside fcTL */
+#define PNG_DISPOSE_OP_NONE 0x00
+#define PNG_DISPOSE_OP_BACKGROUND 0x01
+#define PNG_DISPOSE_OP_PREVIOUS 0x02
+#define PNG_DISPOSE_OP_NONE 0x00U
+#define PNG_DISPOSE_OP_BACKGROUND 0x01U
+#define PNG_DISPOSE_OP_PREVIOUS 0x02U
+
+/* blend_op flags from inside fcTL */
+#define PNG_BLEND_OP_SOURCE 0x00
+#define PNG_BLEND_OP_OVER 0x01
+#define PNG_BLEND_OP_SOURCE 0x00U
+#define PNG_BLEND_OP_OVER 0x01U
+#endif /* PNG_APNG_SUPPORTED */
+
/* This triggers a compiler error in png.c, if png.c and png.h
* do not agree upon the version number.
*/
@@ -781,6 +796,10 @@
#define PNG_INFO_sPLT 0x2000U /* ESR, 1.0.6 */
#define PNG_INFO_sCAL 0x4000U /* ESR, 1.0.6 */
#define PNG_INFO_IDAT 0x8000U /* ESR, 1.0.6 */
+#ifdef PNG_APNG_SUPPORTED
+#define PNG_INFO_acTL 0x10000
+#define PNG_INFO_fcTL 0x20000
+#endif
/* This is used for the transformation routines, as some of them
* change these values for the row. It also should enable using
@@ -818,6 +837,10 @@
@@ -796,6 +811,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,97 +41,98 @@ diff -Naru libpng-1.6.23.org/png.h libpng-1.6.23/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
@@ -3236,6 +3259,74 @@
/*******************************************************************************
@@ -3357,6 +3376,75 @@
* END OF HARDWARE AND SOFTWARE OPTIONS
******************************************************************************/
+#ifdef PNG_APNG_SUPPORTED
+PNG_EXPORT(246, png_uint_32, png_get_acTL, (png_structp png_ptr,
+PNG_EXPORT(260, png_uint_32, png_get_acTL, (png_structp png_ptr,
+ png_infop info_ptr, png_uint_32 *num_frames, png_uint_32 *num_plays));
+
+PNG_EXPORT(247, png_uint_32, png_set_acTL, (png_structp png_ptr,
+PNG_EXPORT(261, png_uint_32, png_set_acTL, (png_structp png_ptr,
+ png_infop info_ptr, png_uint_32 num_frames, png_uint_32 num_plays));
+
+PNG_EXPORT(248, png_uint_32, png_get_num_frames, (png_structp png_ptr,
+PNG_EXPORT(262, png_uint_32, png_get_num_frames, (png_structp png_ptr,
+ png_infop info_ptr));
+
+PNG_EXPORT(249, png_uint_32, png_get_num_plays, (png_structp png_ptr,
+PNG_EXPORT(263, png_uint_32, png_get_num_plays, (png_structp png_ptr,
+ png_infop info_ptr));
+
+PNG_EXPORT(250, png_uint_32, png_get_next_frame_fcTL,
+PNG_EXPORT(264, png_uint_32, png_get_next_frame_fcTL,
+ (png_structp png_ptr, png_infop info_ptr, png_uint_32 *width,
+ png_uint_32 *height, png_uint_32 *x_offset, png_uint_32 *y_offset,
+ png_uint_16 *delay_num, png_uint_16 *delay_den, png_byte *dispose_op,
+ png_byte *blend_op));
+
+PNG_EXPORT(251, png_uint_32, png_set_next_frame_fcTL,
+PNG_EXPORT(265, png_uint_32, png_set_next_frame_fcTL,
+ (png_structp png_ptr, png_infop info_ptr, png_uint_32 width,
+ png_uint_32 height, png_uint_32 x_offset, png_uint_32 y_offset,
+ png_uint_16 delay_num, png_uint_16 delay_den, png_byte dispose_op,
+ png_byte blend_op));
+
+PNG_EXPORT(252, png_uint_32, png_get_next_frame_width,
+PNG_EXPORT(266, png_uint_32, png_get_next_frame_width,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(253, png_uint_32, png_get_next_frame_height,
+PNG_EXPORT(267, png_uint_32, png_get_next_frame_height,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(254, png_uint_32, png_get_next_frame_x_offset,
+PNG_EXPORT(268, png_uint_32, png_get_next_frame_x_offset,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(255, png_uint_32, png_get_next_frame_y_offset,
+PNG_EXPORT(269, png_uint_32, png_get_next_frame_y_offset,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(256, png_uint_16, png_get_next_frame_delay_num,
+PNG_EXPORT(270, png_uint_16, png_get_next_frame_delay_num,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(257, png_uint_16, png_get_next_frame_delay_den,
+PNG_EXPORT(271, png_uint_16, png_get_next_frame_delay_den,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(258, png_byte, png_get_next_frame_dispose_op,
+PNG_EXPORT(272, png_byte, png_get_next_frame_dispose_op,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(259, png_byte, png_get_next_frame_blend_op,
+PNG_EXPORT(273, png_byte, png_get_next_frame_blend_op,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(260, png_byte, png_get_first_frame_is_hidden,
+PNG_EXPORT(274, png_byte, png_get_first_frame_is_hidden,
+ (png_structp png_ptr, png_infop info_ptr));
+PNG_EXPORT(261, png_uint_32, png_set_first_frame_is_hidden,
+PNG_EXPORT(275, png_uint_32, png_set_first_frame_is_hidden,
+ (png_structp png_ptr, png_infop info_ptr, png_byte is_hidden));
+
+#ifdef PNG_READ_APNG_SUPPORTED
+PNG_EXPORT(262, void, png_read_frame_head, (png_structp png_ptr,
+PNG_EXPORT(276, void, png_read_frame_head, (png_structp png_ptr,
+ png_infop info_ptr));
+#ifdef PNG_PROGRESSIVE_READ_SUPPORTED
+PNG_EXPORT(263, void, png_set_progressive_frame_fn, (png_structp png_ptr,
+PNG_EXPORT(277, void, png_set_progressive_frame_fn, (png_structp png_ptr,
+ png_progressive_frame_ptr frame_info_fn,
+ png_progressive_frame_ptr frame_end_fn));
+#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
+#endif /* PNG_READ_APNG_SUPPORTED */
+
+#ifdef PNG_WRITE_APNG_SUPPORTED
+PNG_EXPORT(264, void, png_write_frame_head, (png_structp png_ptr,
+PNG_EXPORT(278, void, png_write_frame_head, (png_structp png_ptr,
+ png_infop info_ptr, png_bytepp row_pointers,
+ png_uint_32 width, png_uint_32 height,
+ png_uint_32 x_offset, png_uint_32 y_offset,
+ png_uint_16 delay_num, png_uint_16 delay_den, png_byte dispose_op,
+ png_byte blend_op));
+
+PNG_EXPORT(265, void, png_write_frame_tail, (png_structp png_ptr,
+PNG_EXPORT(279, void, png_write_frame_tail, (png_structp png_ptr,
+ png_infop info_ptr));
+#endif /* PNG_WRITE_APNG_SUPPORTED */
+#endif /* PNG_APNG_SUPPORTED */
+
/* Maintainer: Put new public prototypes here ^, in libpng.3, in project
* defs, and in scripts/symbols.def.
@@ -3245,7 +3336,11 @@
*/
@@ -3365,7 +3453,11 @@
* one to use is one more than this.)
*/
#ifdef PNG_EXPORT_LAST_ORDINAL
+#ifdef PNG_APNG_SUPPORTED
+ PNG_EXPORT_LAST_ORDINAL(265);
+ PNG_EXPORT_LAST_ORDINAL(279);
+#else
PNG_EXPORT_LAST_ORDINAL(245);
PNG_EXPORT_LAST_ORDINAL(259);
+#endif /* PNG_APNG_SUPPORTED */
#endif
#ifdef __cplusplus
diff -Naru libpng-1.6.23.org/pngget.c libpng-1.6.23/pngget.c
--- libpng-1.6.23.org/pngget.c 2016-06-09 22:21:54.199319849 +0900
+++ libpng-1.6.23/pngget.c 2016-06-09 22:23:39.230104491 +0900
@@ -1216,4 +1216,166 @@
diff -Naru libpng-1.6.53.org/pngget.c libpng-1.6.53/pngget.c
--- libpng-1.6.53.org/pngget.c 2025-05-11 18:43:40.120980695 +0900
+++ libpng-1.6.53/pngget.c 2025-12-06 20:15:54.193899792 +0900
@@ -1367,4 +1367,166 @@
# endif
#endif
@@ -309,13 +299,14 @@ diff -Naru libpng-1.6.23.org/pngget.c libpng-1.6.23/pngget.c
+}
+#endif /* PNG_APNG_SUPPORTED */
#endif /* READ || WRITE */
diff -Naru libpng-1.6.23.org/pnginfo.h libpng-1.6.23/pnginfo.h
--- libpng-1.6.23.org/pnginfo.h 2016-06-09 22:21:54.200319885 +0900
+++ libpng-1.6.23/pnginfo.h 2016-06-09 22:23:39.230104491 +0900
@@ -255,5 +255,18 @@
png_bytepp row_pointers; /* the image bits */
diff -Naru libpng-1.6.53.org/pnginfo.h libpng-1.6.53/pnginfo.h
--- libpng-1.6.53.org/pnginfo.h 2025-05-11 18:44:02.085040902 +0900
+++ libpng-1.6.53/pnginfo.h 2025-12-06 20:15:54.193899792 +0900
@@ -259,5 +259,18 @@
#ifdef PNG_sRGB_SUPPORTED
int rendering_intent;
#endif
+
+#ifdef PNG_APNG_SUPPORTED
+ png_uint_32 num_frames; /* including default image */
+ png_uint_32 num_plays;
@@ -328,13 +319,12 @@ diff -Naru libpng-1.6.23.org/pnginfo.h libpng-1.6.23/pnginfo.h
+ png_byte next_frame_dispose_op;
+ png_byte next_frame_blend_op;
+#endif
+
};
#endif /* PNGINFO_H */
diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
--- libpng-1.6.23.org/pngpread.c 2016-06-09 22:23:09.754041902 +0900
+++ libpng-1.6.23/pngpread.c 2016-06-09 22:23:39.230104491 +0900
@@ -194,6 +194,106 @@
diff -Naru libpng-1.6.53.org/pngpread.c libpng-1.6.53/pngpread.c
--- libpng-1.6.53.org/pngpread.c 2025-07-06 11:06:43.933735454 +0900
+++ libpng-1.6.53/pngpread.c 2025-12-06 20:15:54.193899792 +0900
@@ -200,6 +200,106 @@
chunk_name = png_ptr->chunk_name;
@@ -441,7 +431,7 @@ diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
if (chunk_name == png_IDAT)
{
if ((png_ptr->mode & PNG_AFTER_IDAT) != 0)
@@ -260,6 +360,9 @@
@@ -268,6 +368,9 @@
else if (chunk_name == png_IDAT)
{
@@ -451,10 +441,10 @@ diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
png_ptr->idat_size = png_ptr->push_length;
png_ptr->process_mode = PNG_READ_IDAT_MODE;
png_push_have_info(png_ptr, info_ptr);
@@ -405,6 +508,30 @@
png_handle_iTXt(png_ptr, info_ptr, png_ptr->push_length);
@@ -278,6 +381,31 @@
return;
}
#endif
+#ifdef PNG_READ_APNG_SUPPORTED
+ else if (chunk_name == png_acTL)
+ {
@@ -479,10 +469,11 @@ diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
+ }
+
+#endif /* PNG_READ_APNG_SUPPORTED */
+
else
{
@@ -538,7 +665,11 @@
PNG_PUSH_SAVE_BUFFER_IF_FULL
@@ -409,7 +537,11 @@
png_byte chunk_tag[4];
/* TODO: this code can be commoned up with the same code in push_read */
@@ -494,7 +485,7 @@ diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
png_push_fill_buffer(png_ptr, chunk_length, 4);
png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
png_reset_crc(png_ptr);
@@ -546,17 +677,64 @@
@@ -417,17 +549,64 @@
png_ptr->chunk_name = PNG_CHUNK_FROM_STRING(chunk_tag);
png_ptr->mode |= PNG_HAVE_CHUNK_HEADER;
@@ -559,7 +550,7 @@ diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
}
if (png_ptr->idat_size != 0 && png_ptr->save_buffer_size != 0)
@@ -630,6 +808,15 @@
@@ -501,6 +680,15 @@
if (!(buffer_length > 0) || buffer == NULL)
png_error(png_ptr, "No IDAT data (internal error)");
@@ -575,7 +566,7 @@ diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
/* This routine must process all the data it has been given
* before returning, calling the row callback as required to
* handle the uncompressed results.
@@ -1079,6 +1266,18 @@
@@ -934,6 +1122,18 @@
png_set_read_fn(png_ptr, progressive_ptr, png_push_fill_buffer);
}
@@ -594,40 +585,37 @@ diff -Naru libpng-1.6.23.org/pngpread.c libpng-1.6.23/pngpread.c
png_voidp PNGAPI
png_get_progressive_ptr(png_const_structrp png_ptr)
{
diff -Naru libpng-1.6.23.org/pngpriv.h libpng-1.6.23/pngpriv.h
--- libpng-1.6.23.org/pngpriv.h 2016-06-09 22:23:09.754041902 +0900
+++ libpng-1.6.23/pngpriv.h 2016-06-09 22:23:39.245105032 +0900
@@ -537,6 +537,10 @@
#define PNG_HAVE_CHUNK_AFTER_IDAT 0x2000 /* Have another chunk after IDAT */
/* 0x4000 (unused) */
#define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */
diff -Naru libpng-1.6.53.org/pngpriv.h libpng-1.6.53/pngpriv.h
--- libpng-1.6.53.org/pngpriv.h 2025-12-06 20:00:54.865030731 +0900
+++ libpng-1.6.53/pngpriv.h 2025-12-06 20:15:54.194899793 +0900
@@ -653,6 +653,10 @@
#define PNG_HAVE_CHUNK_AFTER_IDAT 0x2000U /* Have another chunk after IDAT */
#define PNG_WROTE_eXIf 0x4000U
#define PNG_IS_READ_STRUCT 0x8000U /* Else is a write struct */
+#ifdef PNG_APNG_SUPPORTED
+#define PNG_HAVE_acTL 0x10000
+#define PNG_HAVE_fcTL 0x20000
+#define PNG_HAVE_acTL 0x10000U
+#define PNG_HAVE_fcTL 0x20000U
+#endif
/* Flags for the transformations the PNG library does on the image data */
#define PNG_BGR 0x0001
@@ -754,6 +758,16 @@
#define PNG_BGR 0x0001U
@@ -917,6 +921,13 @@
#define png_tRNS PNG_U32(116, 82, 78, 83)
#define png_zTXt PNG_U32(122, 84, 88, 116)
+#ifdef PNG_APNG_SUPPORTED
+#define png_acTL PNG_U32( 97, 99, 84, 76)
+#define png_fcTL PNG_U32(102, 99, 84, 76)
+#define png_fdAT PNG_U32(102, 100, 65, 84)
+
+/* For png_struct.apng_flags: */
+#define PNG_FIRST_FRAME_HIDDEN 0x0001
+#define PNG_APNG_APP 0x0002
+#define PNG_FIRST_FRAME_HIDDEN 0x0001U
+#define PNG_APNG_APP 0x0002U
+#endif
+
/* 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.
*/
@@ -1461,6 +1475,47 @@
*/
#endif
@@ -1719,6 +1730,47 @@
PNG_EMPTY);
#endif /* PROGRESSIVE_READ */
+#ifdef PNG_APNG_SUPPORTED
+PNG_INTERNAL_FUNCTION(void,png_ensure_fcTL_is_valid,(png_structp png_ptr,
@@ -670,13 +658,13 @@ diff -Naru libpng-1.6.23.org/pngpriv.h libpng-1.6.23/pngpriv.h
+#endif /* PNG_WRITE_APNG_SUPPORTED */
+#endif /* PNG_APNG_SUPPORTED */
+
/* 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.23.org/pngread.c libpng-1.6.23/pngread.c
--- libpng-1.6.23.org/pngread.c 2016-06-09 22:23:09.755041938 +0900
+++ libpng-1.6.23/pngread.c 2016-06-09 22:23:39.247105104 +0900
@@ -161,6 +161,9 @@
#ifdef PNG_iCCP_SUPPORTED
/* Routines for checking parts of an ICC profile. */
#ifdef PNG_READ_iCCP_SUPPORTED
diff -Naru libpng-1.6.53.org/pngread.c libpng-1.6.53/pngread.c
--- libpng-1.6.53.org/pngread.c 2025-12-06 20:13:38.189758064 +0900
+++ libpng-1.6.53/pngread.c 2025-12-06 20:15:54.194899793 +0900
@@ -155,16 +155,96 @@
else if (chunk_name == png_IDAT)
{
@@ -686,9 +674,6 @@ diff -Naru libpng-1.6.23.org/pngread.c libpng-1.6.23/pngread.c
png_ptr->idat_size = length;
break;
}
@@ -250,6 +253,17 @@
png_handle_iTXt(png_ptr, info_ptr, length);
#endif
+#ifdef PNG_READ_APNG_SUPPORTED
+ else if (chunk_name == png_acTL)
@@ -702,9 +687,8 @@ diff -Naru libpng-1.6.23.org/pngread.c libpng-1.6.23/pngread.c
+#endif
+
else
png_handle_unknown(png_ptr, info_ptr, length,
PNG_HANDLE_CHUNK_AS_DEFAULT);
@@ -257,6 +271,72 @@
png_handle_chunk(png_ptr, info_ptr, length);
}
}
#endif /* SEQUENTIAL_READ */
@@ -777,10 +761,10 @@ diff -Naru libpng-1.6.23.org/pngread.c libpng-1.6.23/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.23.org/pngrutil.c libpng-1.6.23/pngrutil.c
--- libpng-1.6.23.org/pngrutil.c 2016-06-09 22:21:54.210320245 +0900
+++ libpng-1.6.23/pngrutil.c 2016-06-09 22:23:39.249105176 +0900
@@ -855,6 +855,11 @@
diff -Naru libpng-1.6.53.org/pngrutil.c libpng-1.6.53/pngrutil.c
--- libpng-1.6.53.org/pngrutil.c 2025-07-06 11:06:43.934735458 +0900
+++ libpng-1.6.53/pngrutil.c 2025-12-06 20:15:54.195899794 +0900
@@ -922,6 +922,11 @@
filter_type = buf[11];
interlace_type = buf[12];
@@ -792,8 +776,8 @@ diff -Naru libpng-1.6.23.org/pngrutil.c libpng-1.6.23/pngrutil.c
/* Set internal variables */
png_ptr->width = width;
png_ptr->height = height;
@@ -2755,6 +2760,179 @@
}
@@ -2718,6 +2723,179 @@
# define png_handle_iTXt NULL
#endif
+#ifdef PNG_READ_APNG_SUPPORTED
@@ -972,13 +956,13 @@ diff -Naru libpng-1.6.23.org/pngrutil.c libpng-1.6.23/pngrutil.c
#ifdef PNG_READ_UNKNOWN_CHUNKS_SUPPORTED
/* Utility function for png_handle_unknown; set up png_ptr::unknown_chunk */
static int
@@ -4013,7 +4191,38 @@
@@ -4200,7 +4378,38 @@
{
uInt avail_in;
png_bytep buffer;
+#ifdef PNG_READ_APNG_SUPPORTED
+ png_uint_32 bytes_to_skip = 0;
+
+ while (png_ptr->idat_size == 0 || bytes_to_skip != 0)
+ {
+ png_crc_finish(png_ptr, bytes_to_skip);
@@ -1001,7 +985,7 @@ diff -Naru libpng-1.6.23.org/pngrutil.c libpng-1.6.23/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 +995,7 @@ diff -Naru libpng-1.6.23.org/pngrutil.c libpng-1.6.23/pngrutil.c
while (png_ptr->idat_size == 0)
{
png_crc_finish(png_ptr, 0);
@@ -4025,7 +4234,7 @@
@@ -4212,7 +4421,7 @@
if (png_ptr->chunk_name != png_IDAT)
png_error(png_ptr, "Not enough image data");
}
@@ -1019,8 +1003,8 @@ diff -Naru libpng-1.6.23.org/pngrutil.c libpng-1.6.23/pngrutil.c
+#endif /* PNG_READ_APNG_SUPPORTED */
avail_in = png_ptr->IDAT_read_size;
if (avail_in > png_ptr->idat_size)
@@ -4088,6 +4297,9 @@
if (avail_in > png_chunk_max(png_ptr))
@@ -4283,6 +4492,9 @@
png_ptr->mode |= PNG_AFTER_IDAT;
png_ptr->flags |= PNG_FLAG_ZSTREAM_ENDED;
@@ -1030,7 +1014,7 @@ diff -Naru libpng-1.6.23.org/pngrutil.c libpng-1.6.23/pngrutil.c
if (png_ptr->zstream.avail_in > 0 || png_ptr->idat_size > 0)
png_chunk_benign_error(png_ptr, "Extra compressed data");
@@ -4526,4 +4738,80 @@
@@ -4692,4 +4904,80 @@
png_ptr->flags |= PNG_FLAG_ROW_INIT;
}
@@ -1111,10 +1095,10 @@ diff -Naru libpng-1.6.23.org/pngrutil.c libpng-1.6.23/pngrutil.c
+#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
+#endif /* PNG_READ_APNG_SUPPORTED */
#endif /* READ */
diff -Naru libpng-1.6.23.org/pngset.c libpng-1.6.23/pngset.c
--- libpng-1.6.23.org/pngset.c 2016-06-09 22:23:09.756041974 +0900
+++ libpng-1.6.23/pngset.c 2016-06-09 22:23:39.249105176 +0900
@@ -241,6 +241,11 @@
diff -Naru libpng-1.6.53.org/pngset.c libpng-1.6.53/pngset.c
--- libpng-1.6.53.org/pngset.c 2025-05-11 18:44:02.087040907 +0900
+++ libpng-1.6.53/pngset.c 2025-12-06 20:15:54.195899794 +0900
@@ -460,6 +460,11 @@
info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width);
@@ -1126,7 +1110,7 @@ diff -Naru libpng-1.6.23.org/pngset.c libpng-1.6.23/pngset.c
}
#ifdef PNG_oFFs_SUPPORTED
@@ -1096,6 +1101,147 @@
@@ -1315,6 +1320,147 @@
}
#endif /* sPLT */
@@ -1225,9 +1209,9 @@ diff -Naru libpng-1.6.23.org/pngset.c libpng-1.6.23/pngset.c
+ png_uint_16 delay_num, png_uint_16 delay_den,
+ png_byte dispose_op, png_byte blend_op)
+{
+ if (width > PNG_UINT_31_MAX)
+ if (width == 0 || width > PNG_UINT_31_MAX)
+ png_error(png_ptr, "invalid width in fcTL (> 2^31-1)");
+ if (height > PNG_UINT_31_MAX)
+ if (height == 0 || height > PNG_UINT_31_MAX)
+ png_error(png_ptr, "invalid height in fcTL (> 2^31-1)");
+ if (x_offset > PNG_UINT_31_MAX)
+ png_error(png_ptr, "invalid x_offset in fcTL (> 2^31-1)");
@@ -1274,10 +1258,10 @@ diff -Naru libpng-1.6.23.org/pngset.c libpng-1.6.23/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.23.org/pngstruct.h libpng-1.6.23/pngstruct.h
--- libpng-1.6.23.org/pngstruct.h 2016-06-09 22:21:54.210320245 +0900
+++ libpng-1.6.23/pngstruct.h 2016-06-09 22:23:39.250105212 +0900
@@ -403,6 +403,27 @@
diff -Naru libpng-1.6.53.org/pngstruct.h libpng-1.6.53/pngstruct.h
--- libpng-1.6.53.org/pngstruct.h 2025-12-06 20:00:54.866030732 +0900
+++ libpng-1.6.53/pngstruct.h 2025-12-06 20:15:54.195899794 +0900
@@ -391,6 +391,27 @@
png_byte filter_type;
#endif
@@ -1305,13 +1289,13 @@ diff -Naru libpng-1.6.23.org/pngstruct.h libpng-1.6.23/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.23.org/pngtest.c libpng-1.6.23/pngtest.c
--- libpng-1.6.23.org/pngtest.c 2016-06-09 22:23:09.756041974 +0900
+++ libpng-1.6.23/pngtest.c 2016-06-09 22:23:39.250105212 +0900
@@ -883,6 +883,10 @@
volatile int num_passes;
int pass;
diff -Naru libpng-1.6.53.org/pngtest.c libpng-1.6.53/pngtest.c
--- libpng-1.6.53.org/pngtest.c 2025-12-06 20:13:38.189758064 +0900
+++ libpng-1.6.53/pngtest.c 2025-12-06 20:15:54.195899794 +0900
@@ -877,6 +877,10 @@
int bit_depth, color_type;
user_chunk_info my_user_chunk_data;
int pass, num_passes;
+#ifdef PNG_APNG_SUPPORTED
+ png_uint_32 num_frames;
+ png_uint_32 num_plays;
@@ -1319,7 +1303,7 @@ diff -Naru libpng-1.6.23.org/pngtest.c libpng-1.6.23/pngtest.c
row_buf = NULL;
error_parameters.file_name = inname;
@@ -1356,6 +1360,22 @@
@@ -1437,6 +1441,22 @@
}
}
#endif
@@ -1342,7 +1326,7 @@ diff -Naru libpng-1.6.23.org/pngtest.c libpng-1.6.23/pngtest.c
#ifdef PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED
{
png_unknown_chunkp unknowns;
@@ -1427,6 +1447,110 @@
@@ -1496,6 +1516,110 @@
t_misc += (t_stop - t_start);
t_start = t_stop;
#endif
@@ -1453,21 +1437,22 @@ diff -Naru libpng-1.6.23.org/pngtest.c libpng-1.6.23/pngtest.c
for (pass = 0; pass < num_passes; pass++)
{
# ifdef calc_pass_height
diff -Naru libpng-1.6.23.org/pngwrite.c libpng-1.6.23/pngwrite.c
--- libpng-1.6.23.org/pngwrite.c 2016-06-09 22:21:54.212320317 +0900
+++ libpng-1.6.23/pngwrite.c 2016-06-09 22:23:39.251105248 +0900
@@ -128,6 +128,10 @@
diff -Naru libpng-1.6.53.org/pngwrite.c libpng-1.6.53/pngwrite.c
--- libpng-1.6.53.org/pngwrite.c 2025-12-06 20:00:54.866030732 +0900
+++ libpng-1.6.53/pngwrite.c 2025-12-06 20:15:54.196899795 +0900
@@ -127,6 +127,11 @@
* the application continues writing the PNG. So check the 'invalid'
* flag here too.
*/
+#ifdef PNG_WRITE_APNG_SUPPORTED
+ if (info_ptr->valid & PNG_INFO_acTL)
+ png_write_acTL(png_ptr, info_ptr->num_frames, info_ptr->num_plays);
+ if ((info_ptr->valid & PNG_INFO_acTL) != 0)
+ png_write_acTL(png_ptr, info_ptr->num_frames, info_ptr->num_plays);
+#endif
#ifdef PNG_GAMMA_SUPPORTED
# ifdef PNG_WRITE_gAMA_SUPPORTED
if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 &&
@@ -365,6 +369,11 @@
+
#ifdef PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED
/* Write unknown chunks first; PNG v3 establishes a precedence order
* for colourspace chunks. It is certain therefore that new
@@ -405,6 +410,11 @@
png_benign_error(png_ptr, "Wrote palette index exceeding num_palette");
#endif
@@ -1479,7 +1464,7 @@ diff -Naru libpng-1.6.23.org/pngwrite.c libpng-1.6.23/pngwrite.c
/* See if user wants us to write information chunks */
if (info_ptr != NULL)
{
@@ -1450,6 +1459,43 @@
@@ -1515,6 +1525,43 @@
}
#endif
@@ -1523,12 +1508,12 @@ diff -Naru libpng-1.6.23.org/pngwrite.c libpng-1.6.23/pngwrite.c
#ifdef PNG_SIMPLIFIED_WRITE_SUPPORTED
/* Initialize the write structure - general purpose utility. */
diff -Naru libpng-1.6.23.org/pngwutil.c libpng-1.6.23/pngwutil.c
--- libpng-1.6.23.org/pngwutil.c 2016-06-09 22:21:54.213320353 +0900
+++ libpng-1.6.23/pngwutil.c 2016-06-09 22:23:39.251105248 +0900
@@ -817,6 +817,11 @@
diff -Naru libpng-1.6.53.org/pngwutil.c libpng-1.6.53/pngwutil.c
--- libpng-1.6.53.org/pngwutil.c 2025-05-11 18:43:40.128980717 +0900
+++ libpng-1.6.53/pngwutil.c 2025-12-06 20:15:54.196899795 +0900
@@ -838,6 +838,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,38 +1523,45 @@ diff -Naru libpng-1.6.23.org/pngwutil.c libpng-1.6.23/pngwutil.c
if ((png_ptr->do_filter) == PNG_NO_FILTERS)
{
if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE ||
@@ -998,7 +1003,14 @@
@@ -1019,8 +1024,17 @@
optimize_cmf(data, png_image_size(png_ptr));
#endif
+# ifdef PNG_WRITE_APNG_SUPPORTED
+ if (png_ptr->num_frames_written == 0)
+# endif
png_write_complete_chunk(png_ptr, png_IDAT, data, size);
+# ifdef PNG_WRITE_APNG_SUPPORTED
+ else
+ png_write_fdAT(png_ptr, data, size);
+# endif /* PNG_WRITE_APNG_SUPPORTED */
- if (size > 0)
- png_write_complete_chunk(png_ptr, png_IDAT, data, size);
+ if (size > 0)
+#ifdef PNG_WRITE_APNG_SUPPORTED
+ {
+ if (png_ptr->num_frames_written == 0)
+#endif
+ png_write_complete_chunk(png_ptr, png_IDAT, data, size);
+#ifdef PNG_WRITE_APNG_SUPPORTED
+ else
+ png_write_fdAT(png_ptr, data, size);
+ }
+#endif /* PNG_WRITE_APNG_SUPPORTED */
png_ptr->mode |= PNG_HAVE_IDAT;
png_ptr->zstream.next_out = data;
@@ -1044,7 +1056,15 @@
optimize_cmf(data, png_image_size(png_ptr));
@@ -1067,7 +1081,17 @@
#endif
+# ifdef PNG_WRITE_APNG_SUPPORTED
if (size > 0)
+#ifdef PNG_WRITE_APNG_SUPPORTED
+ {
+ if (png_ptr->num_frames_written == 0)
+# endif
png_write_complete_chunk(png_ptr, png_IDAT, data, size);
+# ifdef PNG_WRITE_APNG_SUPPORTED
+#endif
png_write_complete_chunk(png_ptr, png_IDAT, data, size);
+#ifdef PNG_WRITE_APNG_SUPPORTED
+ else
+ png_write_fdAT(png_ptr, data, size);
+# endif /* PNG_WRITE_APNG_SUPPORTED */
+ }
+#endif /* PNG_WRITE_APNG_SUPPORTED */
+
png_ptr->zstream.avail_out = 0;
png_ptr->zstream.next_out = NULL;
png_ptr->mode |= PNG_HAVE_IDAT | PNG_AFTER_IDAT;
@@ -1857,6 +1877,82 @@
@@ -1969,6 +1993,82 @@
}
#endif
@@ -1652,7 +1644,7 @@ diff -Naru libpng-1.6.23.org/pngwutil.c libpng-1.6.23/pngwutil.c
/* Initializes the row writing capability of libpng */
void /* PRIVATE */
png_write_start_row(png_structrp png_ptr)
@@ -2622,4 +2718,39 @@
@@ -2822,4 +2922,39 @@
}
#endif /* WRITE_FLUSH */
}
@@ -1692,30 +1684,30 @@ diff -Naru libpng-1.6.23.org/pngwutil.c libpng-1.6.23/pngwutil.c
+}
+#endif /* PNG_WRITE_APNG_SUPPORTED */
#endif /* WRITE */
diff -Naru libpng-1.6.23.org/scripts/symbols.def libpng-1.6.23/scripts/symbols.def
--- libpng-1.6.23.org/scripts/symbols.def 2016-06-09 22:23:09.757042011 +0900
+++ libpng-1.6.23/scripts/symbols.def 2016-06-09 22:23:39.251105248 +0900
@@ -250,3 +250,23 @@
png_get_palette_max @243
png_set_option @244
png_image_write_to_memory @245
+ png_get_acTL @246
+ png_set_acTL @247
+ png_get_num_frames @248
+ png_get_num_plays @249
+ png_get_next_frame_fcTL @250
+ png_set_next_frame_fcTL @251
+ png_get_next_frame_width @252
+ png_get_next_frame_height @253
+ png_get_next_frame_x_offset @254
+ png_get_next_frame_y_offset @255
+ png_get_next_frame_delay_num @256
+ png_get_next_frame_delay_den @257
+ png_get_next_frame_dispose_op @258
+ png_get_next_frame_blend_op @259
+ png_get_first_frame_is_hidden @260
+ png_set_first_frame_is_hidden @261
+ png_read_frame_head @262
+ png_set_progressive_frame_fn @263
+ png_write_frame_head @264
+ png_write_frame_tail @265
diff -Naru libpng-1.6.53.org/scripts/symbols.def libpng-1.6.53/scripts/symbols.def
--- libpng-1.6.53.org/scripts/symbols.def 2025-01-26 08:07:01.594606745 +0900
+++ libpng-1.6.53/scripts/symbols.def 2025-12-06 20:15:54.196899795 +0900
@@ -263,3 +263,23 @@
png_get_mDCV_fixed @257
png_set_mDCV @258
png_set_mDCV_fixed @259
+ png_get_acTL @260
+ png_set_acTL @261
+ png_get_num_frames @262
+ png_get_num_plays @263
+ png_get_next_frame_fcTL @264
+ png_set_next_frame_fcTL @265
+ png_get_next_frame_width @266
+ png_get_next_frame_height @267
+ png_get_next_frame_x_offset @268
+ png_get_next_frame_y_offset @269
+ png_get_next_frame_delay_num @270
+ png_get_next_frame_delay_den @271
+ png_get_next_frame_dispose_op @272
+ png_get_next_frame_blend_op @273
+ png_get_first_frame_is_hidden @274
+ png_set_first_frame_is_hidden @275
+ png_read_frame_head @276
+ png_set_progressive_frame_fn @277
+ png_write_frame_head @278
+ png_write_frame_tail @279

View File

@@ -1,6 +1,7 @@
%define apiver %(echo %version | cut -d. -f1-2 | tr -d .)
%define apngver %{version}
Name: libpng
Version: 1.6.23
Version: 1.6.53
Release: 1mamba
Summary: A library of functions for manipulating PNG image format files
Group: System/Libraries
@@ -9,7 +10,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.libpng.org/pub/png/libpng.html
Source: http://downloads.sourceforge.net/sourceforge/libpng/libpng-%{version}.tar.xz
Source1: http://downloads.sourceforge.net/project/libpng-apng/libpng%{apiver}/%{version}/libpng-%{version}-apng.patch.gz
Source1: http://downloads.sourceforge.net/project/libpng-apng/libpng%{apiver}/%{apngver}/libpng-%{apngver}-apng.patch.gz
Patch1: %{name}-1.2.8-link_to_proper_libs.patch
Patch2: libpng-1.6.5-arm-buildfix.patch
License: OSI Approved
@@ -17,9 +18,9 @@ License: OSI Approved
BuildRequires: glibc-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%debug_package
%ifarch x86_64
Obsoletes: lib32-libpng < 1.6.38
%endif
%description
This package contains the library needed to run programs dynamically linked with libpng.
@@ -31,29 +32,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The libpng-devel package contains the header files and libraries necessary for developing programs using the PNG (Portable Network Graphics) library.
If you want to develop programs which will manipulate PNG image format files, you should install libpng-devel.
You'll also need to install the libpng package.
%package -n lib32-%{name}
Summary: A library of functions for manipulating PNG image format files (32 bit)
Group: System/Libraries
%description -n lib32-%{name}
This package contains the library needed to run programs dynamically linked with libpng.
%package -n lib32-%{name}-devel
Summary: Header files and static library for development with FreeType2 (32 bit)
Group: Development/Libraries
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib32-%{name}-devel
This package is only needed if you intend to develop or compile applications which rely on the FreeType2 library. If you simply want to run existing applications, you won't need this package.
%prep
%setup -q
gunzip -c %{SOURCE1} | patch -p1
#%patch2 -p1
%build
%configure --enable-shared --enable-static
@@ -63,29 +48,15 @@ gunzip -c %{SOURCE1} | patch -p1
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%ifarch x86_64_disabled
make clean
%configure \
--enable-shared \
--enable-static \
--libdir=%{_prefix}/lib \
CFLAGS="%{optflags} -m32"
%make
install -d -m0755 %{buildroot}%{_prefix}/lib
cp -a .libs/libpng*.so* %{buildroot}%{_prefix}/lib/
ln -s libpng%{apiver}.so %{buildroot}%{_prefix}/lib/libpng.so
%endif
rm -f %{buildroot}%{_libdir}/libpng.la
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
#%{_libdir}/libpng.so.*
%{_libdir}/libpng16.so.*
%{_libdir}/libpng%{apiver}.so.*
%doc LICENSE
%files devel
@@ -100,10 +71,8 @@ ln -s libpng%{apiver}.so %{buildroot}%{_prefix}/lib/libpng.so
%dir %{_includedir}/libpng%{apiver}/
%{_includedir}/libpng%{apiver}/*
%{_libdir}/libpng.a
%{_libdir}/libpng.la
%{_libdir}/libpng.so
%{_libdir}/libpng%{apiver}.a
%{_libdir}/libpng%{apiver}.la
%{_libdir}/libpng%{apiver}.so
%{_libdir}/pkgconfig/libpng.pc
%{_libdir}/pkgconfig/libpng%{apiver}.pc
@@ -125,6 +94,90 @@ ln -s libpng%{apiver}.so %{buildroot}%{_prefix}/lib/libpng.so
%endif
%changelog
* Sat Dec 06 2025 Automatic Build System <autodist@openmamba.org> 1.6.53-1mamba
- automatic version update by autodist
* Mon Nov 24 2025 Automatic Build System <autodist@openmamba.org> 1.6.51-1mamba
- automatic version update by autodist
* Sun Jul 06 2025 Automatic Build System <autodist@openmamba.org> 1.6.50-1mamba
- automatic version update by autodist
* Sun Jun 15 2025 Automatic Build System <autodist@openmamba.org> 1.6.49-1mamba
- automatic version update by autodist
* Mon May 12 2025 Automatic Build System <autodist@openmamba.org> 1.6.48-1mamba
- automatic version update by autodist
* Sun Mar 09 2025 Automatic Build System <autodist@openmamba.org> 1.6.47-1mamba
- automatic version update by autodist
* Sun Jan 26 2025 Automatic Build System <autodist@openmamba.org> 1.6.46-1mamba
- automatic version update by autodist
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 1.6.45-1mamba
- automatic version update by autodist
* Sat Sep 14 2024 Automatic Build System <autodist@openmamba.org> 1.6.44-1mamba
- automatic version update by autodist
* Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 1.6.43-1mamba
- automatic version update by autodist
* Mon Feb 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.42-1mamba
- update to 1.6.42
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 1.6.40-1mamba
- automatic version update by autodist
* Thu Nov 24 2022 Automatic Build System <autodist@mambasoft.it> 1.6.39-1mamba
- automatic version update by autodist
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 1.6.38-1mamba
- automatic version update by autodist
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.37-2mamba
- x86_64: obsolete lib32-libpng
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 1.6.37-1mamba
- automatic version update by autodist
* Tue Dec 25 2018 Automatic Build System <autodist@mambasoft.it> 1.6.36-1mamba
- automatic version update by autodist
* Sat Sep 15 2018 Automatic Build System <autodist@mambasoft.it> 1.6.35-1mamba
- automatic version update by autodist
* Tue Oct 03 2017 Automatic Build System <autodist@mambasoft.it> 1.6.34-1mamba
- automatic version update by autodist
* Thu Aug 31 2017 Automatic Build System <autodist@mambasoft.it> 1.6.32-1mamba
- automatic version update by autodist
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 1.6.31-1mamba
- automatic version update by autodist
* Fri Aug 04 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.29-2mamba
- relink with /lib64/libpthread.so.0 for IFUNC symbol longjmp
* Thu Mar 30 2017 Automatic Build System <autodist@mambasoft.it> 1.6.29-1mamba
- automatic version update by autodist
* Sun Jan 08 2017 Automatic Build System <autodist@mambasoft.it> 1.6.28-1mamba
- automatic version update by autodist
* Thu Jan 05 2017 Automatic Build System <autodist@mambasoft.it> 1.6.27-1mamba
- automatic version update by autodist
* Sat Oct 22 2016 Automatic Build System <autodist@mambasoft.it> 1.6.26-1mamba
- automatic version update by autodist
* Tue Oct 04 2016 Automatic Build System <autodist@mambasoft.it> 1.6.25-1mamba
- automatic version update by autodist
* Sat Aug 20 2016 Automatic Build System <autodist@mambasoft.it> 1.6.24-1mamba
- automatic version update by autodist
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 1.6.23-1mamba
- automatic version update by autodist
@@ -292,7 +345,7 @@ ln -s libpng%{apiver}.so %{buildroot}%{_prefix}/lib/libpng.so
* Fri Nov 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-6qilnx
- security fix QSA-2004-051 (CAN-2004-0768)
* Thu Jul 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-5qilnx
* Mon Jul 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-5qilnx
- security fix for CAN-2004-0597, CAN-2004-0598, CAN-2004-0599
* Mon May 03 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-4qilnx