[Buildroot] [git commit] package/libpng: bump to version 1.6.39

Peter Korsgaard peter at korsgaard.com
Thu Dec 1 21:09:02 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=48bf3224880dd69ea7bdbb6d73e7b4a6042340ff
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libpng/0001-Disable-pngfix-and-png-fix-itxt.patch | 4 ++--
 package/libpng/libpng.hash                                | 8 ++++----
 package/libpng/libpng.mk                                  | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/package/libpng/0001-Disable-pngfix-and-png-fix-itxt.patch b/package/libpng/0001-Disable-pngfix-and-png-fix-itxt.patch
index d232e4d62f..d16bdb2b11 100644
--- a/package/libpng/0001-Disable-pngfix-and-png-fix-itxt.patch
+++ b/package/libpng/0001-Disable-pngfix-and-png-fix-itxt.patch
@@ -40,8 +40,8 @@ index a66f6aa..4e67782 100644
 -bin_PROGRAMS = pngfix$(EXEEXT) png-fix-itxt$(EXEEXT)
 +bin_PROGRAMS =
  @PNG_ARM_NEON_TRUE at am__append_2 = arm/arm_init.c\
- @PNG_ARM_NEON_TRUE@	arm/filter_neon.S arm/filter_neon_intrinsics.c
- 
+ @PNG_ARM_NEON_TRUE@	arm/filter_neon.S arm/filter_neon_intrinsics.c \
+ @PNG_ARM_NEON_TRUE@	arm/palette_neon_intrinsics.c
 -- 
 2.7.3
 
diff --git a/package/libpng/libpng.hash b/package/libpng/libpng.hash
index 34b0a8a8b6..c1f65c93af 100644
--- a/package/libpng/libpng.hash
+++ b/package/libpng/libpng.hash
@@ -1,6 +1,6 @@
-# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.38/
-md5  122e6b7837811698563083b352bc8ca2  libpng-1.6.38.tar.xz
-sha1  60960ed110094843e5efa221df6a7d21614a4dba  libpng-1.6.38.tar.xz
+# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.39/
+md5  aa1ae92e172417039bda072b702f6326  libpng-1.6.39.tar.xz
+sha1  3f2386d61eccae211ec4f57899e4ac2ca60d390b  libpng-1.6.39.tar.xz
 # Locally computed:
-sha256  b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be  libpng-1.6.38.tar.xz
+sha256  1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937  libpng-1.6.39.tar.xz
 sha256  dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960  LICENSE
diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
index 43b4f373f1..a18c36fe78 100644
--- a/package/libpng/libpng.mk
+++ b/package/libpng/libpng.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPNG_VERSION = 1.6.38
+LIBPNG_VERSION = 1.6.39
 LIBPNG_SERIES = 16
 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
 LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)



More information about the buildroot mailing list