summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2024-03-09 16:11:52 -0700
committerMichael Forney <mforney@mforney.org>2024-03-11 12:55:17 -0700
commite04e0b6a1dabeb7da7719b56242b647e3f8afd0c (patch)
tree2568f6e76bce366a0035bedf221942e519cc0d9a /pkg
parente38d34df74f423f27adcb9ff672f43b8c62f0efc (diff)
libpng: bump to 1.6.43
Diffstat (limited to 'pkg')
-rw-r--r--pkg/libpng/config.h18
m---------pkg/libpng/src0
-rw-r--r--pkg/libpng/ver2
3 files changed, 11 insertions, 9 deletions
diff --git a/pkg/libpng/config.h b/pkg/libpng/config.h
index a300da09..43dc5967 100644
--- a/pkg/libpng/config.h
+++ b/pkg/libpng/config.h
@@ -3,9 +3,9 @@
#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBM */
#define HAVE_LIBZ 1
-#define HAVE_MEMORY_H 1
#define HAVE_POW 1
#define HAVE_STDINT_H 1
+#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
@@ -16,14 +16,18 @@
#define PACKAGE "libpng"
#define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
#define PACKAGE_NAME "libpng"
-#define PACKAGE_STRING "libpng 1.6.37"
+#define PACKAGE_STRING "libpng 1.6.43"
#define PACKAGE_TARNAME "libpng"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.6.37"
+#define PACKAGE_VERSION "1.6.43"
/* #undef PNG_ARM_NEON_API_SUPPORTED */
/* #undef PNG_ARM_NEON_CHECK_SUPPORTED */
/* #undef PNG_ARM_NEON_OPT */
/* #undef PNG_INTEL_SSE_OPT */
+/* #undef PNG_LOONGARCH_LSX_OPT */
+/* #undef PNG_MIPS_MMI_API_SUPPORTED */
+/* #undef PNG_MIPS_MMI_CHECK_SUPPORTED */
+/* #undef PNG_MIPS_MMI_OPT */
/* #undef PNG_MIPS_MSA_API_SUPPORTED */
/* #undef PNG_MIPS_MSA_CHECK_SUPPORTED */
/* #undef PNG_MIPS_MSA_OPT */
@@ -32,11 +36,9 @@
/* #undef PNG_POWERPC_VSX_OPT */
#define STDC_HEADERS 1
/* #undef TM_IN_SYS_TIME */
-#define VERSION "1.6.37"
-/* #undef const */
-#define restrict __restrict
-#if defined __SUNPRO_CC && !defined __RESTRICT
+#define VERSION "1.6.43"
+#define restrict __restrict__
+#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
# define _Restrict
# define __restrict__
#endif
-/* #undef size_t */
diff --git a/pkg/libpng/src b/pkg/libpng/src
-Subproject a40189cf881e9f0db80511c382292a5604c3c3d
+Subproject ed217e3e601d8e462f7fd1e04bed43ac4221242
diff --git a/pkg/libpng/ver b/pkg/libpng/ver
index d4e5dcdb..cc8f628f 100644
--- a/pkg/libpng/ver
+++ b/pkg/libpng/ver
@@ -1 +1 @@
-1.6.37 r0
+1.6.43 r0