From 898c8dccbd4c0cfc4babf6f570a85fec401572ba Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 27 Sep 2024 20:49:16 +0100 Subject: [PATCH] fix: update freeimage to r1909 with cve patches from fedora #1554 --- src/CMakeModules/Bootstrap_Windows.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeModules/Bootstrap_Windows.cmake b/src/CMakeModules/Bootstrap_Windows.cmake index 11d92d9bcd..aaad16b300 100644 --- a/src/CMakeModules/Bootstrap_Windows.cmake +++ b/src/CMakeModules/Bootstrap_Windows.cmake @@ -159,8 +159,8 @@ casparcg_add_runtime_dependency("${SFML_BIN_PATH}/sfml-system-2.dll" "Release") # FREEIMAGE casparcg_add_external_project(freeimage) ExternalProject_Add(freeimage - URL ${CASPARCG_DOWNLOAD_MIRROR}/freeimage/FreeImage3180Win32Win64.zip - URL_HASH MD5=393d3df75b14cbcb4887da1c395596e2 + URL ${CASPARCG_DOWNLOAD_MIRROR}/freeimage/FreeImage319-r1909.zip + URL_HASH MD5=c19087de6b42c7e17f71c6c8d4ad158d DOWNLOAD_DIR ${CASPARCG_DOWNLOAD_CACHE} CONFIGURE_COMMAND "" BUILD_COMMAND ""