From 7e9ce4dde761ea4fc792e5f9e90e0cb49ea8a763 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 2 Jan 2023 10:05:56 +0000 Subject: [PATCH 1/3] libpng: update to 1.6.39 ann: - https://github.com/pnggroup/libpng/blob/v1.6.39/ANNOUNCE changes: - https://github.com/pnggroup/libpng/blob/v1.6.39/CHANGES Version 1.6.39 [November 20, 2022] Changed the error handler of oversized chunks (i.e. larger than PNG_USER_CHUNK_MALLOC_MAX) from png_chunk_error to png_benign_error. Fixed a buffer overflow error in contrib/tools/pngfix. Fixed a memory leak (CVE-2019-6129) in contrib/tools/pngcp. Disabled the ARM Neon optimizations by default in the CMake file, following the default behavior of the configure script. Allowed configure.ac to work with the trunk version of autoconf. Removed the support for "install" targets from the legacy makefiles; removed the obsolete makefile.cegcc. Cleaned up the code and updated the internal documentation. --- packages/graphics/libpng/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/libpng/package.mk b/packages/graphics/libpng/package.mk index 1afdfcfba3..c5627e9a2f 100644 --- a/packages/graphics/libpng/package.mk +++ b/packages/graphics/libpng/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libpng" -PKG_VERSION="1.6.38" -PKG_SHA256="b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be" +PKG_VERSION="1.6.39" +PKG_SHA256="1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937" PKG_LICENSE="LibPNG2" PKG_SITE="http://www.libpng.org/" PKG_URL="${SOURCEFORGE_SRC}/libpng/${PKG_NAME}-${PKG_VERSION}.tar.xz" From 952cbfedf821d65f7393ad8e7bc4af35b84de1d4 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 5 Jan 2023 20:11:59 +0000 Subject: [PATCH 2/3] libheif: update to 1.14.2 release notes: - https://github.com/strukturag/libheif/releases/tag/v1.14.1 - https://github.com/strukturag/libheif/releases/tag/v1.14.2 log: - https://github.com/strukturag/libheif/compare/v1.14.0...v1.14.2 --- packages/graphics/libheif/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/libheif/package.mk b/packages/graphics/libheif/package.mk index f9e9a8a101..77f44274cc 100644 --- a/packages/graphics/libheif/package.mk +++ b/packages/graphics/libheif/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libheif" -PKG_VERSION="1.14.0" -PKG_SHA256="9a2b969d827e162fa9eba582ebd0c9f6891f16e426ef608d089b1f24962295b5" +PKG_VERSION="1.14.2" +PKG_SHA256="d016905e247d6952cd7ee4f9b90957350b6a6caa466bc76fdfe6eb302b6d088c" PKG_LICENSE="LGPLv3" PKG_SITE="https://www.libde265.org" PKG_URL="https://github.com/strukturag/libheif/releases/download/v${PKG_VERSION}/libheif-${PKG_VERSION}.tar.gz" From 69a57f47ec76e777fc70cf5678c5400ccbbc0295 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 5 Jan 2023 20:18:10 +0000 Subject: [PATCH 3/3] libraw: update to 0.21.1 ann: - https://www.libraw.org/news/libraw-0-21-1-release log: - https://github.com/LibRaw/LibRaw/compare/0.21.0...0.21.1 --- packages/graphics/libraw/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/libraw/package.mk b/packages/graphics/libraw/package.mk index c1ce340796..d36ae7e27a 100644 --- a/packages/graphics/libraw/package.mk +++ b/packages/graphics/libraw/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libraw" -PKG_VERSION="0.21.0" -PKG_SHA256="8747b34e8534cc2dd7ef8c92c436414b3578904fd4bf9b87ea60f17aa99fb0bd" +PKG_VERSION="0.21.1" +PKG_SHA256="630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd" PKG_LICENSE="LGPL" PKG_SITE="https://www.libraw.org/" PKG_URL="https://www.libraw.org/data/LibRaw-${PKG_VERSION}.tar.gz"