Skip to content

Commit 848fe73

Browse files
build: SG-42121: Update libPNG to 1.6.55 to address CVE-2026-25646 (AcademySoftwareFoundation#1149)
SG-42121: Update libPNG to 1.6.55 to address CVE-2026-25646 ### Linked issues none ### Summarize your change. Updated the version and the hash. ### Describe the reason for the change. Updated the version of libPNG to address CVE-2026-25646 ### Describe what you have tested and on which operating system. MacOS Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
1 parent 67b59a7 commit 848fe73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/defaults/CYCOMMON.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ SET(RV_DEPS_PCRE2_DOWNLOAD_HASH
213213

214214
# png https://github.com/glennrp/libpng
215215
SET(RV_DEPS_PNG_VERSION
216-
"1.6.48"
216+
"1.6.55"
217217
)
218218
SET(RV_DEPS_PNG_DOWNLOAD_HASH
219-
"be6cc9e411c26115db3b9eab1159a1d9"
219+
"933118ac208387d0727e3d5e36558022"
220220
)
221221

222222
# raw https://github.com/LibRaw/LibRaw Please check the libraw_version.h file for your version number to get the LIBRAW_SHLIB_CURRENT value

0 commit comments

Comments
 (0)