Skip to content
Permalink
726b4877f9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
From [News & Updates](https://www.freetype.org/):

> FreeType 2.10.4
> 2020-10-20
>
> This is an emergency release, fixing a severe vulnerability in
> embedded PNG bitmap handling (see here for more).
> All users should update immediately.
>
> FreeType 2.10.3
> 2020-10-10
>
> This is a maintenance release, having better support for TrueType
> glyphs with overlapping contours. See the list of changes for more
> details.
>
> FreeType 2.10.2
> 2020-05-09
>
> Besides various maintenance fixes, this release comes with support of
> WOFF 2 fonts. More details are listed in the list of changes.

From https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/:

> CHANGES BETWEEN 2.10.3 and 2.10.4
>
>   I. IMPORTANT BUG FIXES
>
>   - A heap buffer overflow has been found  in the handling of embedded
>     PNG bitmaps, introduced in FreeType version 2.6.
>
>       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
>
>     If you  use option  FT_CONFIG_OPTION_USE_PNG  you  should  upgrade
>     immediately.
1 contributor

Users who have contributed to this file

executable file 20 lines (14 sloc) 432 Bytes
#!/bin/env beesh
# BEE_VERSION freetype-2.10.4-0
BEE_BUILDTYPE=autotools
SRCURL[0]="https://download.savannah.gnu.org/releases/freetype/freetype-${PKGVERSION}.tar.xz"
mee_patch() {
bee_patch
sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg
sed -r "s:.*(#.*SUBPIXEL_(RENDERING|HINTING 2)) .*:\1:g" \
-i include/freetype/config/ftoption.h
}
mee_configure() {
bee_configure \
--disable-static
}