Skip to content

Commit

Permalink
update freetype to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brugal committed Jun 1, 2022
1 parent 0d5a24a commit fd6c371
Show file tree
Hide file tree
Showing 106 changed files with 7 additions and 20 deletions.
13 changes: 0 additions & 13 deletions FIXME
Original file line number Diff line number Diff line change
Expand Up @@ -2404,19 +2404,6 @@ Q_GetCpFromUtf8 invalid number of bytes specified in utf8 character 255
* update SDL2 to 2.0.16 to try and match ioquake3

* 32-bit windows build: cl_cgame build error (string format)
* 32-bit windows build: vm create fail with cgame*.dll

2022-04-29 has libgcc_s_dw2-1.dll dependency, Dependency Walker shows
__divdi3 and __udivdi3 imports

https://www.spinics.net/lists/newbies/msg60799.html

"""
2. Link statically libgcc using flags:
-static-libgcc -lgcc
"""

* freetype CVE-2022-27404 -- 2022-05-11 not vulnerable since face index is always zero

* czm*.dm_68 armor/health bug
* backtrace binutils upgrade
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ NDIR=$(MOUNT_DIR)/null
UIDIR=$(MOUNT_DIR)/ui
Q3UIDIR=$(MOUNT_DIR)/q3_ui
JPDIR=$(MOUNT_DIR)/jpeg-9d
FREETYPEDIR=$(MOUNT_DIR)/freetype-2.12.0
FREETYPEDIR=$(MOUNT_DIR)/freetype-2.12.1
SPEEXDIR=$(MOUNT_DIR)/libspeex-1.2.0
SPEEXDSPDIR=$(MOUNT_DIR)/libspeexdsp-1.2rc3
OGGDIR=$(MOUNT_DIR)/libogg-1.3.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4942,7 +4942,7 @@ FT_BEGIN_HEADER
*/
#define FREETYPE_MAJOR 2
#define FREETYPE_MINOR 12
#define FREETYPE_PATCH 0
#define FREETYPE_PATCH 1


/**************************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,14 +528,14 @@ FT_BEGIN_HEADER
* @fields:
* num_color_stops ::
* The number of color stops for the requested glyph index. Set by
* @FT_Get_Colorline_Stops.
* @FT_Get_Paint.
*
* current_color_stop ::
* The current color stop. Set by @FT_Get_Colorline_Stops.
*
* p ::
* An opaque pointer into 'COLR' table data. The caller must set this
* to `NULL` before the first call of @FT_Get_Colorline_Stops.
* An opaque pointer into 'COLR' table data. Set by @FT_Get_Paint.
* Updated by @FT_Get_Colorline_Stops.
*
* @since:
* 2.11 -- **currently experimental only!** There might be changes
Expand Down
File renamed without changes.
Binary file modified code/libs/macosx/libfreetype.a
Binary file not shown.
Binary file modified code/libs/win32/libfreetype.a
Binary file not shown.
Binary file modified code/libs/win64/libfreetype.a
Binary file not shown.
2 changes: 1 addition & 1 deletion code/renderercommon/tr_font.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef BUILD_FREETYPE

//#ifdef USE_LOCAL_HEADERS
// #include "../freetype-2.12.0/include/ft2build.h"
// #include "../freetype-2.12.1/include/ft2build.h"
//#else
// #include <ft2build.h>
//#endif
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
* update zlib to version 1.2.12
* update libogg to version 1.3.5
* update libspeex to version 1.2.0
* update freetype to version 2.12.0
* update freetype to version 2.12.1
* check demo file extension for protocol number if it's not set in config strings
* update libcurl to version 7.83.1

Expand Down

0 comments on commit fd6c371

Please sign in to comment.