upgrade from freetype 2.10.2 to 2.10.4
security fix : https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
This commit is contained in:
parent
ef905100c3
commit
13d25128f3
4
3rdparty/Makefile
vendored
4
3rdparty/Makefile
vendored
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user