automatic version update by autodist [release 1.6.55-1mamba;Thu Feb 12 2026]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -Naru libpng-1.6.54.org/png.h libpng-1.6.54/png.h
|
||||
--- libpng-1.6.54.org/png.h 2026-01-15 09:54:33.410881877 +0900
|
||||
+++ libpng-1.6.54/png.h 2026-01-15 14:49:49.345302877 +0900
|
||||
diff -Naru libpng-1.6.55.org/png.h libpng-1.6.55/png.h
|
||||
--- libpng-1.6.55.org/png.h 2026-02-12 18:45:55.033069005 +0900
|
||||
+++ libpng-1.6.55/png.h 2026-02-12 18:51:47.369016798 +0900
|
||||
@@ -328,6 +328,10 @@
|
||||
# include "pnglibconf.h"
|
||||
#endif
|
||||
@@ -135,9 +135,9 @@ diff -Naru libpng-1.6.54.org/png.h libpng-1.6.54/png.h
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
diff -Naru libpng-1.6.54.org/pngget.c libpng-1.6.54/pngget.c
|
||||
--- libpng-1.6.54.org/pngget.c 2026-01-15 09:54:33.410881877 +0900
|
||||
+++ libpng-1.6.54/pngget.c 2026-01-16 15:37:23.199617980 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngget.c libpng-1.6.55/pngget.c
|
||||
--- libpng-1.6.55.org/pngget.c 2026-01-15 09:54:33.410881877 +0900
|
||||
+++ libpng-1.6.55/pngget.c 2026-02-12 18:51:47.370016804 +0900
|
||||
@@ -1366,4 +1366,166 @@
|
||||
# endif
|
||||
#endif
|
||||
@@ -305,9 +305,9 @@ diff -Naru libpng-1.6.54.org/pngget.c libpng-1.6.54/pngget.c
|
||||
+}
|
||||
+#endif /* PNG_APNG_SUPPORTED */
|
||||
#endif /* READ || WRITE */
|
||||
diff -Naru libpng-1.6.54.org/pnginfo.h libpng-1.6.54/pnginfo.h
|
||||
--- libpng-1.6.54.org/pnginfo.h 2025-05-11 18:44:02.085040902 +0900
|
||||
+++ libpng-1.6.54/pnginfo.h 2026-01-15 13:50:32.228564907 +0900
|
||||
diff -Naru libpng-1.6.55.org/pnginfo.h libpng-1.6.55/pnginfo.h
|
||||
--- libpng-1.6.55.org/pnginfo.h 2025-05-11 18:44:02.085040902 +0900
|
||||
+++ libpng-1.6.55/pnginfo.h 2026-02-12 18:51:47.370016804 +0900
|
||||
@@ -259,5 +259,18 @@
|
||||
#ifdef PNG_sRGB_SUPPORTED
|
||||
int rendering_intent;
|
||||
@@ -327,9 +327,9 @@ diff -Naru libpng-1.6.54.org/pnginfo.h libpng-1.6.54/pnginfo.h
|
||||
+#endif
|
||||
};
|
||||
#endif /* PNGINFO_H */
|
||||
diff -Naru libpng-1.6.54.org/pngpread.c libpng-1.6.54/pngpread.c
|
||||
--- libpng-1.6.54.org/pngpread.c 2025-07-06 11:06:43.933735454 +0900
|
||||
+++ libpng-1.6.54/pngpread.c 2026-01-16 16:44:17.565675229 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngpread.c libpng-1.6.55/pngpread.c
|
||||
--- libpng-1.6.55.org/pngpread.c 2025-07-06 11:06:43.933735454 +0900
|
||||
+++ libpng-1.6.55/pngpread.c 2026-02-12 18:51:47.370016804 +0900
|
||||
@@ -200,6 +200,105 @@
|
||||
|
||||
chunk_name = png_ptr->chunk_name;
|
||||
@@ -589,9 +589,9 @@ diff -Naru libpng-1.6.54.org/pngpread.c libpng-1.6.54/pngpread.c
|
||||
png_voidp PNGAPI
|
||||
png_get_progressive_ptr(png_const_structrp png_ptr)
|
||||
{
|
||||
diff -Naru libpng-1.6.54.org/pngpriv.h libpng-1.6.54/pngpriv.h
|
||||
--- libpng-1.6.54.org/pngpriv.h 2026-01-15 09:54:33.411881875 +0900
|
||||
+++ libpng-1.6.54/pngpriv.h 2026-01-16 15:15:06.727223750 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngpriv.h libpng-1.6.55/pngpriv.h
|
||||
--- libpng-1.6.55.org/pngpriv.h 2026-01-15 09:54:33.411881875 +0900
|
||||
+++ libpng-1.6.55/pngpriv.h 2026-02-12 18:51:47.370016804 +0900
|
||||
@@ -653,6 +653,10 @@
|
||||
#define PNG_HAVE_CHUNK_AFTER_IDAT 0x2000U /* Have another chunk after IDAT */
|
||||
#define PNG_WROTE_eXIf 0x4000U
|
||||
@@ -686,9 +686,9 @@ diff -Naru libpng-1.6.54.org/pngpriv.h libpng-1.6.54/pngpriv.h
|
||||
#ifdef PNG_iCCP_SUPPORTED
|
||||
/* Routines for checking parts of an ICC profile. */
|
||||
#ifdef PNG_READ_iCCP_SUPPORTED
|
||||
diff -Naru libpng-1.6.54.org/pngread.c libpng-1.6.54/pngread.c
|
||||
--- libpng-1.6.54.org/pngread.c 2026-01-15 09:54:33.412881873 +0900
|
||||
+++ libpng-1.6.54/pngread.c 2026-01-16 19:10:26.174024695 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngread.c libpng-1.6.55/pngread.c
|
||||
--- libpng-1.6.55.org/pngread.c 2026-01-15 09:54:33.412881873 +0900
|
||||
+++ libpng-1.6.55/pngread.c 2026-02-12 18:51:47.371016809 +0900
|
||||
@@ -157,16 +157,95 @@
|
||||
|
||||
else if (chunk_name == png_IDAT)
|
||||
@@ -785,9 +785,9 @@ diff -Naru libpng-1.6.54.org/pngread.c libpng-1.6.54/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.54.org/pngrutil.c libpng-1.6.54/pngrutil.c
|
||||
--- libpng-1.6.54.org/pngrutil.c 2026-01-15 09:54:33.413881871 +0900
|
||||
+++ libpng-1.6.54/pngrutil.c 2026-01-17 10:41:44.972759729 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngrutil.c libpng-1.6.55/pngrutil.c
|
||||
--- libpng-1.6.55.org/pngrutil.c 2026-01-15 09:54:33.413881871 +0900
|
||||
+++ libpng-1.6.55/pngrutil.c 2026-02-12 18:51:47.371016809 +0900
|
||||
@@ -922,6 +922,11 @@
|
||||
filter_type = buf[11];
|
||||
interlace_type = buf[12];
|
||||
@@ -1126,9 +1126,9 @@ diff -Naru libpng-1.6.54.org/pngrutil.c libpng-1.6.54/pngrutil.c
|
||||
+#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
|
||||
+#endif /* PNG_READ_APNG_SUPPORTED */
|
||||
#endif /* READ */
|
||||
diff -Naru libpng-1.6.54.org/pngset.c libpng-1.6.54/pngset.c
|
||||
--- libpng-1.6.54.org/pngset.c 2025-05-11 18:44:02.087040907 +0900
|
||||
+++ libpng-1.6.54/pngset.c 2026-01-16 19:22:09.948006831 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngset.c libpng-1.6.55/pngset.c
|
||||
--- libpng-1.6.55.org/pngset.c 2025-05-11 18:44:02.087040907 +0900
|
||||
+++ libpng-1.6.55/pngset.c 2026-02-12 18:51:47.371016809 +0900
|
||||
@@ -460,6 +460,13 @@
|
||||
info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
|
||||
|
||||
@@ -1289,9 +1289,9 @@ diff -Naru libpng-1.6.54.org/pngset.c libpng-1.6.54/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.54.org/pngstruct.h libpng-1.6.54/pngstruct.h
|
||||
--- libpng-1.6.54.org/pngstruct.h 2025-12-06 20:00:54.866030732 +0900
|
||||
+++ libpng-1.6.54/pngstruct.h 2026-01-15 13:50:32.229564906 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngstruct.h libpng-1.6.55/pngstruct.h
|
||||
--- libpng-1.6.55.org/pngstruct.h 2025-12-06 20:00:54.866030732 +0900
|
||||
+++ libpng-1.6.55/pngstruct.h 2026-02-12 18:51:47.371016809 +0900
|
||||
@@ -391,6 +391,27 @@
|
||||
png_byte filter_type;
|
||||
#endif
|
||||
@@ -1320,9 +1320,9 @@ diff -Naru libpng-1.6.54.org/pngstruct.h libpng-1.6.54/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.54.org/pngtest.c libpng-1.6.54/pngtest.c
|
||||
--- libpng-1.6.54.org/pngtest.c 2026-01-15 09:54:33.413881871 +0900
|
||||
+++ libpng-1.6.54/pngtest.c 2026-01-16 15:31:15.016058178 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngtest.c libpng-1.6.55/pngtest.c
|
||||
--- libpng-1.6.55.org/pngtest.c 2026-02-12 18:45:55.034069016 +0900
|
||||
+++ libpng-1.6.55/pngtest.c 2026-02-12 18:51:47.372016815 +0900
|
||||
@@ -877,6 +877,10 @@
|
||||
int bit_depth, color_type;
|
||||
user_chunk_info my_user_chunk_data;
|
||||
@@ -1469,9 +1469,9 @@ diff -Naru libpng-1.6.54.org/pngtest.c libpng-1.6.54/pngtest.c
|
||||
for (pass = 0; pass < num_passes; pass++)
|
||||
{
|
||||
# ifdef calc_pass_height
|
||||
diff -Naru libpng-1.6.54.org/pngwrite.c libpng-1.6.54/pngwrite.c
|
||||
--- libpng-1.6.54.org/pngwrite.c 2026-01-15 09:54:33.413881871 +0900
|
||||
+++ libpng-1.6.54/pngwrite.c 2026-01-16 16:49:59.704764231 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngwrite.c libpng-1.6.55/pngwrite.c
|
||||
--- libpng-1.6.55.org/pngwrite.c 2026-01-15 09:54:33.413881871 +0900
|
||||
+++ libpng-1.6.55/pngwrite.c 2026-02-12 18:51:47.372016815 +0900
|
||||
@@ -127,6 +127,11 @@
|
||||
* the application continues writing the PNG. So check the 'invalid'
|
||||
* flag here too.
|
||||
@@ -1542,9 +1542,9 @@ diff -Naru libpng-1.6.54.org/pngwrite.c libpng-1.6.54/pngwrite.c
|
||||
|
||||
#ifdef PNG_SIMPLIFIED_WRITE_SUPPORTED
|
||||
/* Initialize the write structure - general purpose utility. */
|
||||
diff -Naru libpng-1.6.54.org/pngwutil.c libpng-1.6.54/pngwutil.c
|
||||
--- libpng-1.6.54.org/pngwutil.c 2026-01-15 09:54:33.414881869 +0900
|
||||
+++ libpng-1.6.54/pngwutil.c 2026-01-16 21:11:48.539248758 +0900
|
||||
diff -Naru libpng-1.6.55.org/pngwutil.c libpng-1.6.55/pngwutil.c
|
||||
--- libpng-1.6.55.org/pngwutil.c 2026-01-15 09:54:33.414881869 +0900
|
||||
+++ libpng-1.6.55/pngwutil.c 2026-02-12 18:51:47.372016815 +0900
|
||||
@@ -838,6 +838,11 @@
|
||||
/* Write the chunk */
|
||||
png_write_complete_chunk(png_ptr, png_IHDR, buf, 13);
|
||||
@@ -1714,9 +1714,9 @@ diff -Naru libpng-1.6.54.org/pngwutil.c libpng-1.6.54/pngwutil.c
|
||||
+}
|
||||
+#endif /* PNG_WRITE_APNG_SUPPORTED */
|
||||
#endif /* WRITE */
|
||||
diff -Naru libpng-1.6.54.org/scripts/symbols.def libpng-1.6.54/scripts/symbols.def
|
||||
--- libpng-1.6.54.org/scripts/symbols.def 2025-01-26 08:07:01.594606745 +0900
|
||||
+++ libpng-1.6.54/scripts/symbols.def 2026-01-15 13:50:32.230564905 +0900
|
||||
diff -Naru libpng-1.6.55.org/scripts/symbols.def libpng-1.6.55/scripts/symbols.def
|
||||
--- libpng-1.6.55.org/scripts/symbols.def 2025-01-26 08:07:01.594606745 +0900
|
||||
+++ libpng-1.6.55/scripts/symbols.def 2026-02-12 18:51:47.372016815 +0900
|
||||
@@ -263,3 +263,23 @@
|
||||
png_get_mDCV_fixed @257
|
||||
png_set_mDCV @258
|
||||
@@ -1,7 +1,7 @@
|
||||
%define apiver %(echo %version | cut -d. -f1-2 | tr -d .)
|
||||
%define apngver %{version}
|
||||
Name: libpng
|
||||
Version: 1.6.54
|
||||
Version: 1.6.55
|
||||
Release: 1mamba
|
||||
Summary: A library of functions for manipulating PNG image format files
|
||||
Group: System/Libraries
|
||||
@@ -94,6 +94,9 @@ rm -f %{buildroot}%{_libdir}/libpng.la
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2026 Automatic Build System <autodist@openmamba.org> 1.6.55-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 17 2026 Automatic Build System <autodist@openmamba.org> 1.6.54-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user