Skip to content

Commit ea56fc1

Browse files
committed
Update freetype to v2.10.4
There was a critical vulnerability for fonts with embedded pngs discovered.
1 parent 2103d52 commit ea56fc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
| [openjpeg](https://www.openjpeg.org/) | 2.3.1 | 2019-04-02 |
3030
| [sqlite](http://sqlite.org) | 3.33.0 | 2020-08-14 |
3131
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
32-
| [freetype](https://www.freetype.org) | 2.10.3 | 2020-10-10 |
32+
| [freetype](https://www.freetype.org) | 2.10.4 | 2020-10-20 |
3333
| [harfbuzz](https://www.freedesktop.org/wiki/Software/HarfBuzz) | 2.7.2 | 2020-08-28 |
3434
| [pixman](http://www.pixman.org) | 0.40.0 | 2020-04-19 |
3535
| [cairo](https://www.cairographics.org) | 1.16.0 | 2018-10-18 |

ports/freetype/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: freetype
2-
Version: 2.10.3
2+
Version: 2.10.4
33
Build-Depends: zlib, libpng
44
Description: |
55
A library to render fonts.

ports/freetype/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include(vcpkg_common_functions)
22

3-
set(VERSION 2.10.3)
3+
set(VERSION 2.10.4)
44

55
# Get archive
66
vcpkg_download_distfile(ARCHIVE
77
URLS "https://download.savannah.gnu.org/releases/freetype/freetype-${VERSION}.tar.gz"
88
FILENAME "freetype-${VERSION}.tar.gz"
9-
SHA512 0ee157d4a0ee2cc02b6273b022704919d2eba05b44c16f53051f892faad0566006a6e0aae43c88307fd47aa5a2100b67cb4fc2803068d0f2b1bd7c3a17b1d8de
9+
SHA512 de3d9cb1711fcc443c16c131b785a286427ee001a5d729b30cd11cce872054829cdb750cb8f7c370cd6665aff0757c6c6aa221be5251ec03de36acc7e1f8af5c
1010
)
1111

1212
# Patches

0 commit comments

Comments
 (0)