From: Val Kulkov Date: Wed, 21 Oct 2020 05:54:58 +0000 (-0400) Subject: libfreetype: update to 2.10.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=651d172dc3b0c7d781853387bda9b676fe0935c7;p=openwrt-packages.git libfreetype: update to 2.10.4 Update to the latest upstream version, fixing CVE-2020-15999 among other things. Signed-off-by: Val Kulkov --- diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile index 87922e0d8..53e523d52 100644 --- a/libs/freetype/Makefile +++ b/libs/freetype/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freetype -PKG_VERSION:=2.10.2 +PKG_VERSION:=2.10.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/freetype -PKG_HASH:=1543d61025d2e6312e0a1c563652555f17378a204a61e99928c9fcef030a2d8b +PKG_HASH:=86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784 PKG_MAINTAINER:=Val Kulkov PKG_LICENSE:=FTL GPL-2.0-only MIT ZLIB GPL-3.0-or-later