From 13d25128f3cbc4a107b9d15369079b8e57873f1d Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 31 Oct 2020 12:21:54 +0100 Subject: [PATCH] upgrade from freetype 2.10.2 to 2.10.4 security fix : https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999 --- 3rdparty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index df01f568..982ffc54 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -104,12 +104,12 @@ ZLIBARCH=$(ZLIB).tar.gz ZLIBURL=https://www.zlib.net/$(ZLIBARCH) ZLIBURLALT=http://downloads.sourceforge.net/project/libpng/zlib/$(ZLIBVER)/$(ZLIBARCH) ZLIBSHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 -FREETYPEVER=2.10.2 +FREETYPEVER=2.10.4 FREETYPE=freetype-$(FREETYPEVER) FREETYPEARCH=$(FREETYPE).tar.gz FREETYPEURL=https://download.savannah.gnu.org/releases/freetype/$(FREETYPEARCH) FREETYPEURLALT=https://sourceforge.net/projects/freetype/files/freetype2/$(FREETYPEVER)/$(FREETYPEARCH) -FREETYPESHA256=e09aa914e4f7a5d723ac381420949c55c0b90b15744adce5d1406046022186ab +FREETYPESHA256=5eab795ebb23ac77001cfb68b7d4d50b5d6c7469247b0b01b2c953269f658dac LATESTFREETYPEVER = $(shell curl -s -S -I "https://sourceforge.net/projects/freetype/files/latest/download" |grep -i '^location:' | sed 's:.*/\([0-9.]*\)/.*:\1:' ) LUAVER=5.3.5 LUA=lua-$(LUAVER)