| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: freetype2-devel | Distribution: SUSE Linux Enterprise 15 |
| Version: 2.10.4 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150000.4.15.1 | Build date: Tue Aug 22 14:10:20 2023 |
| Group: Development/Libraries/C and C++ | Build host: xinomavro |
| Size: 5566484 | Source RPM: freetype2-2.10.4-150000.4.15.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://www.freetype.org | |
| Summary: Development environment for the freetype2 TrueType font library | |
This package contains all necessary include files, libraries and documentation needed to develop applications that require the freetype2 TrueType font library. It also contains a small tutorial for using that library.
SUSE-Freetype OR GPL-2.0-or-later
* Tue Aug 22 2023 fstrba@suse.com
- Added patch:
* CVE-2023-2004.patch
+ fixes bsc#1210419, CVE-2023-2004: Integer overflow
* Wed Aug 31 2022 meissner@suse.com
- disable brotli linkage / WOFF2 support for now to keep dependencies
as before.
* Tue Aug 23 2022 fstrba@suse.com
- Added patches:
* CVE-2022-27404.patch
+ fixes bsc#1198830, CVE-2022-27404: Buffer Overflow
* CVE-2022-27405.patch
+ fixes bsc#1198832, CVE-2022-27405: Segmentation Fault
* CVE-2022-27406.patch
+ fixes bsc#1198823, CVE-2022-27406: Segmentation violation
* Tue Oct 20 2020 idonmez@suse.com
- Update to version 2.10.4
* Fix a heap buffer overflow has been found in the handling of
embedded PNG bitmaps, introduced in FreeType version 2.6
(CVE-2020-15999 bsc#1177914)
* Minor improvements to the B/W rasterizer.
* Auto-hinter support for Medefaidrin script.
* Fix various memory leaks (mainly for CFF) and other issues that
might cause crashes in rare circumstances.
* Sat May 09 2020 idonmez@suse.com
- Update to version 2.10.2
* Support for WOFF2 fonts, add BR on pkgconfig(libbrotlidec)
* Function `FT_Get_Var_Axis_Flags' returned random data for Type 1
MM fonts.
* Type 1 fonts with non-integer metrics are now supported by the new
(CFF) engine introduced in FreeType 2.9.
* Drop support for Python 2 in Freetype's API reference generator
* Auto-hinter support for Hanifi Rohingya
* Document the `FT2_KEEP_ALIVE' debugging environment variable.
* Wed Oct 09 2019 crrodriguez@opensuse.org
- Use the compiler default C std, since 2012 gcc defaults
have changed, we now only need to get rid of ANSIFLAGS, override
that variable instead.
* Tue Jul 02 2019 idonmez@suse.com
- Update to version 2.10.1
* The bytecode hinting of OpenType variation fonts was flawed, since
the data in the `CVAR' table wasn't correctly applied.
* Auto-hinter support for Mongolian.
* The handling of the default character in PCF fonts as introduced
in version 2.10.0 was partially broken, causing premature abortion
of charmap iteration for many fonts.
* If `FT_Set_Named_Instance' was called with the same arguments
twice in a row, the function returned an incorrect error code the
second time.
* Direct rendering using FT_RASTER_FLAG_DIRECT crashed (bug
introduced in version 2.10.0).
* Increased precision while computing OpenType font variation
instances.
* The flattening algorithm of cubic Bezier curves was slightly
changed to make it faster. This can cause very subtle rendering
changes, which aren't noticeable by the eye, however.
* The auto-hinter now disables hinting if there are blue zones
defined for a `style' (i.e., a certain combination of a script and
its related typographic features) but the font doesn't contain any
characters needed to set up at least one blue zone.
- Add tarball signatures and freetype2.keyring
* Mon Jun 24 2019 idonmez@suse.com
- Update to version 2.10.0
* A bunch of new functions has been added to access and process
COLR/CPAL data of OpenType fonts with color-layered glyphs.
* As a GSoC 2018 project, Nikhil Ramakrishnan completely
overhauled and modernized the API reference.
* The logic for computing the global ascender, descender, and
height of OpenType fonts has been slightly adjusted for
consistency.
* `TT_Set_MM_Blend' could fail if called repeatedly with the same
arguments.
* The precision of handling deltas in Variation Fonts has been
increased.The problem did only show up with multidimensional
designspaces.
* New function `FT_Library_SetLcdGeometry' to set up the geometry
of LCD subpixels.
* FreeType now uses the `defaultChar' property of PCF fonts to set
the glyph for the undefined character at glyph index 0 (as
FreeType already does for all other supported font formats). As
a consequence, the order of glyphs of a PCF font if accessed
with FreeType can be different now compared to previous
versions.
This change doesn't affect PCF font access with cmaps.
* `FT_Select_Charmap' has been changed to allow parameter value
`FT_ENCODING_NONE', which is valid for BDF, PCF, and Windows FNT
formats to access built-in cmaps that don't have a predefined
`FT_Encoding' value.
* A previously reserved field in the `FT_GlyphSlotRec' structure
now holds the glyph index.
* The usual round of fuzzer bug fixes to better reject malformed
fonts.
* `FT_Outline_New_Internal' and `FT_Outline_Done_Internal' have
been removed.These two functions were public by oversight only
and were never documented.
* A new function `FT_Error_String' returns descriptions of error
codes if configuration macro FT_CONFIG_OPTION_ERROR_STRINGS is
defined.
* `FT_Set_MM_WeightVector' and `FT_Get_MM_WeightVector' are new
functions limited to Adobe MultiMaster fonts to directly set and
get the weight vector.
* Sat Oct 27 2018 idonmez@suse.com
- Remove old ppc64 parts in spec file
- Refresh patches:
+ bugzilla-308961-cmex-workaround.patch
+ don-t-mark-libpng-as-required-library.patch
+ enable-long-family-names-by-default.patch
- Enable subpixel rendering with infinality config:
+ enable-subpixel-rendering.patch
+ enable-infinality-subpixel-hinting.patch
* Mon May 14 2018 idonmez@suse.com
- Re-enable freetype-config, there is just too many fallouts.
* Wed May 02 2018 idonmez@suse.com
- Update to version 2.9.1
* Type 1 fonts containing flex features were not rendered
correctly (bug introduced in version 2.9).
* CVE-2018-6942: Older FreeType versions can crash with certain
malformed variation fonts.
* Bug fix: Multiple calls to `FT_Get_MM_Var' returned garbage.
* Emboldening of bitmaps didn't work correctly sometimes, showing
various artifacts (bug introduced in version 2.8.1).
* The auto-hinter script ranges have been updated for Unicode 11.
No support for new scripts have been added, however, with the
exception of Georgian Mtavruli.
- freetype-config is now deprecated by upstream and not enabled
by default.
- Drop upstreamed patches:
* bnc1079600.patch
* psaux-flex.patch
* 0001-src-truetype-ttinterp.c-Ins_GETVARIATION-Avoid-NULL-.patch
* 0001-truetype-Better-protection-against-invalid-VF-data.patch
* Thu Mar 08 2018 kbabioch@suse.com
- Add bnc1079600.patch: Fix several integer overflow issues in
truetype/ttinterp.c (bsc#1079600)
* Tue Mar 06 2018 ilya@ilya.pp.ua
- Refresh spec-file via spec-cleaner.
- Add shell script freetype2.sh in separate package
freetype2-profile-tti35 in order to be able to set TrueType
interpreter version 35 (boo#1084085).
* Fri Feb 09 2018 fstrba@suse.com
- Added patch:
* enable-long-family-names-by-default.patch
+ Define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES to obtain 2.7.1
behaviour
* Wed Feb 07 2018 fstrba@suse.com
- Added patches:
* 0001-src-truetype-ttinterp.c-Ins_GETVARIATION-Avoid-NULL-.patch
+ Upstream fix for bsc#1079603: Avoid NULL reference in
src/truetype/ttinterp.c
* 0001-truetype-Better-protection-against-invalid-VF-data.patch
+ Upstream fix for bsc#1079601: Protection against invalid VF
data
* Wed Jan 10 2018 idonmez@suse.com
- Add psaux-flex.patch to fix a regression in Type1 rendering
* Tue Jan 09 2018 idonmez@suse.com
- Update to version 2.9
* Advance width values of variation fonts were often wrong.
* More fixes for variation font support; you should update to
this version if you want to support them.
* As a GSoC project, Ewald Hew extended the new (Adobe) CFF
engine to handle Type 1 fonts also, thus greatly improving
the rendering of this format. This is the new default.
* A new function, `FT_Set_Named_Instance', can be used to set
or change the current named instance.
* Starting with this FreeType version, resetting variation
coordinates will return to the currently selected named
instance. Previously, FreeType returned to the base font
(i.e., no instance set).
* Some fuzzer fixes to better reject malformed fonts.
* Mon Sep 18 2017 idonmez@suse.com
- Update to version 2.8.1
* B/W hinting of TrueType fonts didn't work properly if
interpreter version 38 or 40 was selected.
* Some severe problems within the handling of TrueType Variation
Fonts were found and fixed.
* Function `FT_Set_Var_Design_Coordinates' didn't correctly handle
the case with less input coordinates than axes.
* By default, FreeType now offers high quality LCD-optimized
output without resorting to ClearType techniques of resolution
tripling and filtering. In this method, called Harmony, each
color channel is generated separately after shifting the glyph
outline, capitalizing on the fact that the color grids on LCD
panels are shifted by a third of a pixel. This output is
indistinguishable from ClearType with a light 3-tap filter.
* Using the new function `FT_Get_Var_Axis_Flags', an application
can access the `flags' field of a variation axis (introduced in
OpenType version 1.8.2)
* FreeType now synthesizes a missing Unicode cmap for (older)
TrueType fonts also if glyph names are available.
* The warping option has moved from `light' to `normal' hinting
where it replaces the original hinting algorithm. The `light'
mode is now always void of any hinting in x-direction.
* Mon May 15 2017 idoenmez@suse.de
- Update to version 2.8
* Support for OpenType Variation Fonts is now complete. The last
missing part was handling the `VVAR' and `MVAR' tables, which is
available with this release.
* A new function `FT_Face_Properties' allows the control of some
module and library properties per font. Currently, the
following properties can be handled: stem darkening, LCD filter
weights, and the random seed for the `random' CFF operator.
* The PCF change to show more `colourful' family names (introduced
in version 2.7.1) was too radical; it can now be configured with
PCF_CONFIG_OPTION_LONG_FAMILY_NAMES at compile time. If
activated, it can be switched off at run time with the new pcf
property `no-long-family-names'. If the `FREETYPE_PROPERTIES'
environment variable is available, you can say
FREETYPE_PROPERTIES=pcf:no-long-family-names=1
* Support for the following scripts has been added to the
auto-hinter.
Adlam, Avestan, Bamum, Buhid, Carian, Chakma, Coptic, Cypriot,
Deseret, Glagolitic, Gothic, Kayah, Lisu, N'Ko, Ol Chiki, Old
Turkic, Osage, Osmanya, Saurashtra, Shavian, Sundanese, Tai
Viet, Tifinagh, Unified Canadian Syllabics, Vai
* `Light' auto-hinting mode no longer uses TrueType metrics for
TrueType fonts. This bug was introduced in version 2.4.6,
causing horizontal scaling also. Almost all GNU/Linux
distributions (with Fedora as a notable exception) disabled the
corresponding patch for good reasons; chances are thus high that
you won't notice a difference.
* If a TrueType font gets loaded with FT_LOAD_NO_HINTING, FreeType
now scales the font linearly again (bug introduced in version
2.4.6).
* Fixed CVE-2017-8105, CVE-2017-8287: Older FreeType versions
have out-of-bounds writes caused by heap-based buffer overflows
related to Type 1 fonts. (boo#1035807, boo#1036457)
- See https://sourceforge.net/projects/freetype/files/freetype2/2.8/ for
the complete changelog.
* Sun Jan 01 2017 idonmez@suse.com
- Update to version 2.7.1:
* IMPORTANT CHANGES
+ Support for the new CFF2 font format as introduced with
OpenType 1.8 has been contributed by Dave Arnolds from Adobe.
+ Preliminary support for variation fonts as specified in
OpenType 1.8 (in addition to the already existing support for
Adobe's MM and Apple's GX formats). Dave Arnolds contributed
handling of advance width change variation; more will come in
the next version.
* IMPORTANT BUG FIXES
+ Handling of raw CID fonts was partially broken (bug introduced
in 2.6.4).
* MISCELLANEOUS
+ Some limits for TrueType bytecode execution have been tightened
to speed up FreeType's handling of malformed fonts, in
particular to quickly abort endless loops.
+ The number of twilight points can no longer be set to an
arbitrarily large value.
+ The total number of jump opcode instructions (like JMPR) with
negative arguments is dynamically restricted; the same holds
for the total number of iterations in LOOPCALL opcodes.
+ The dynamic limits are based on the number of points in a glyph
and the number of CVT entries. Please report if you encounter a
font where the selected values are not adequate.
+ PCF family names are made more `colourful'; they now include the
foundry and information whether they contain wide characters.
For example, you no longer get `Fixed' but rather `Sony Fixed'
or `Misc Fixed Wide'.
+ A new function `FT_Get_Var_Blend_Coordinates' (with its alias
name `FT_Get_MM_Blend_Coordinates') to retrieve the normalized
blend coordinates of the currently selected variation instance
has been added to the Multiple Masters interface.
+ A new function `FT_Get_Var_Design_Coordinates' to retrieve the
design coordinates of the currently selected variation instance
has been added to the Multiple Masters interface.
+ A new load flag `FT_LOAD_BITMAP_METRICS_ONLY' to retrieve bitmap
information without loading the (embedded) bitmap itself.
+ Retrieving advance widths from bitmap strikes (using
`FT_Get_Advance' and `FT_Get_Advances') have been sped up.
+ The usual round of fuzzer fixes to better reject malformed
fonts.
- Drop freetype2-bitmap-foundry.patch, merged upstream.
* Fri Sep 09 2016 develop7@develop7.info
- update to version 2.7:
* IMPORTANT CHANGES
+ As announced earlier, the 2.7.x series now uses the new subpixel
hinting mode as the default, emulating a modern version of
ClearType.
This change inevitably leads to different rendering results, and
you might change the `TT_CONFIG_OPTION_SUBPIXEL_HINTING'
configuration option to adapt it to your taste (or use the new
`FREETYPE_PROPERTIES' environment variable). See the
corresponding entry below for version 2.6.4, which gives more
information.
+ A new option `FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES' has been
introduced. If set (which is the default), an environment
variable `FREETYPE_PROPERTIES' can be used to control driver
properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime
for a given application. See file `ftoption.h' for more.
* IMPORTANT BUG FIXES
+ After loading a named instance of a GX variation font, the
`face_index' value in the returned `FT_Face' structure now
correctly holds the named instance index in the upper 16bits as
documented.
* MISCELLANEOUS
+ A new macro `FT_IS_NAMED_INSTANCE' to test whether a given face
is a named instance.
+ More fixes to GX font handling.
+ Apple's `GETVARIATION' bytecode operator (needed for GX
variation font support) has been implemented.
+ Another round of fuzzer fixes, mainly to reject invalid fonts
faster.
+ Handling of raw CID fonts was broken (bug introduced in version
2.6.4).
+ The smooth rasterizer has been streamlined to make it faster by
approx. 20%.
+ The `ftgrid' demo program now understands command line option
`-d' to give start-up design coordinates.
+ The `ftdump' demo program has a new command line option `-p' to
dump TrueType bytecode instructions.
- removed freetype2-subpixel.patch in favor of above
FREETYPE_PROPERTIES environment variable
* Wed Jul 13 2016 dimstar@opensuse.org
- Update to version 2.6.5:
+ Compilation works again on Mac OS X (bug introduced in version
2.6.4).
+ The new subpixel hinting mode is now disabled by default; it
will be enabled by default in the forthcoming 2.7.x series.
Main reason for reverting this feature is the principle of least
surprise: a sudden change in appearance of all fonts (even if
the rendering improves for almost all recent fonts) should not
be expected in a new micro version of a series.
- Rebase freetype2-subpixel.patch.
* Fri Jul 08 2016 dimstar@opensuse.org
- Upadte to version 2.6.4:
* A new subpixel hinting mode, which is now the default rendering
mode for TrueType fonts. It implements (almost everything of)
version 40 of the bytecode engine. The existing code base in
FreeType (the `Infinality code') was stripped to the bare
minimum and all configurability removed in the name of speed
and simplicity. The configurability was mainly aimed at legacy
fonts like Arial, Times New Roman, or Courier. [Legacy fonts
are fonts that modify vertical stems to achieve clean
black-and-white bitmaps.] The new mode focuses on applying a
minimal set of rules to all fonts indiscriminately so that
modern and web fonts render well while legacy fonts render
okay. Activation of the subpixel hinting support can be
controlled with the `TT_CONFIG_OPTION_SUBPIXEL_HINTING'
configuration option at compile time: If set to value 1, you
get the old Infinality mode (which was never the default due to
its slowness). Value 2 activates the new subpixel hinting mode,
and value 3 activates both. The default is value 2. At run
time, you can select the subpixel hinting mode with the
`interpreter-version' property (provided you have compiled in
the corresponding hinting mode); see `ftttdrv.h' for more.
* Support for the following scripts has been added to the
auto-hinter: Armenian, Cherokee, Ethiopic, Georgian, Gujarati,
Gurmukhi, Malayalam, Sinhala, Tamil.
- Rebase freetype2-subpixel.patch.
* Mon Mar 28 2016 idonmez@suse.com
- Update to version 2.6.3
* IMPORTANT CHANGES
- Khmer, Myanmar, Bengali, and Kannada script support has been
added to the auto-hinter.
* MISCELLANEOUS
- Better support of Indic scripts like Devanagari by using a
top-to-bottom hinting flow.
- All FreeType macros starting with two underscores have been
renamed to avoid a violation of both the C and C++ standards.
Example: Header macros of the form `__FOO_H__' are now called
`FOO_H_'. In most cases, this should be completely transparent
to the user. The exception to this is `__FTERRORS_H__', which
must be sometimes undefined by the user to get FreeType error
strings: Both this form and the new `FTERRORS_H_' macro are
accepted for backwards compatibility.
- Minor improvements mainly to the Type 1 driver.
- The new CFF engine now supports all Type 2 operators except
`random'.
- The macro `_STANDALONE_', used for compiling the B/W and smooth
rasterizers as stand-alone modules, has been renamed to
`STANDALONE_', since macro names starting with an underscore and
followed by an uppercase letter are reserved in both C and C++.
- Function `FT_Library_SetLcdFilterWeights' now also activates
custom LCD filter weights (instead of just adjusting them).
- Support for `unpatented hinting' has been completely removed:
Consequently, the two functions `FT_Face_CheckTrueTypePatents'
and `FT_Face_SetUnpatentedHinting' now return always false,
doing nothing.
* Sun Nov 29 2015 idonmez@suse.com
- Update to version 2.6.2
* IMPORTANT CHANGES
- The auto-hinter now supports stem darkening, to be controlled by
the new `no-stem-darkening' and `darkening-parameters'
properties. This is an experimental feature contributed by
Nikolaus Waxweiler, and the interface might change in a future
release.
- By default, stem darkening is now switched off (for both the CFF
engine and the auto-hinter). The main reason is that you need
linear alpha blending and gamma correction to get correct
rendering results, and the latter is not yet available in most
freely available rendering stacks like X11. Applying stem
darkening without proper gamma correction leads to far too dark
rendering results.
- The meaning of `FT_RENDER_MODE_LIGHT' has been slightly
modified. It now essentially means `no hinting along the
horizontal axis'; in particular, no change of glyph advance
widths. Consequently, the auto-hinter is used for all scalable
font formats except for CFF. It is planned that other
font-specific rendering engines (TrueType, Type 1) will follow.
* MISCELLANEOUS
- The default LCD filter has been changed to be normalized and
color-balanced.
- For better compatibility with FontConfig, function
`FT_Library_SetLcdFilter' accepts a new enumeration value
`FT_LCD_FILTER_LEGACY1' (which has the same meaning as
`FT_LCD_FILTER_LEGACY').
- A large number of bugs have been detected by using the libFuzzer
framework, which should further improve handling of invalid
fonts. Thanks again to Kostya Serebryany and Bungeman!
- `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES', a new configuration
option, controls the maximum number of executed opcodes within a
bytecode program. You don't want to change this except for very
special situations (e.g., making a library fuzzer spend less
time to handle broken fonts).
- The smooth renderer has been made faster.
* Sun Oct 04 2015 baiduzhyi.devel@gmail.com
- Update to version 2.6.1
* IMPORTANT BUG FIXES
- It turned out that for CFFs only the advance widths should be
taken from the `htmx' table, not the side bearings. This bug,
introduced in version 2.6.0, makes it necessary to upgrade if
you are using CFFs; otherwise, you get cropped glyphs with GUI
interfaces like GTK or Qt.
- Accessing Type 42 fonts returned incorrect results if the glyph
order of the embedded TrueType font differs from the glyph order
of the Type 42 charstrings table.
* IMPORTANT CHANGES
- The header file layout has been changed (again), moving all
header files except `ft2build.h' into a subdirectory tree.
Doing so reduces the possibility of header file name clashes
(e.g., FTGL's `FTGlyph.h' with FreeType's `ftglyph.h') on case
insensitive file systems like Mac OS X or Windows.
Applications that use (a) the `freetype-config' script or
FreeType's `freetype2.pc' file for pkg-config to get the include
directory for the compiler, and (b) the documented way for
header inclusion like
[#]include <ft2build.h>
[#]include FT_FREETYPE_H
...
don't need any change to the source code.
- Simple access to named instances in GX variation fonts is now
available (in addition to the previous method via FreeType's MM
interface). In the `FT_Face' structure, bits 16-30 of the
`face_index' field hold the current named instance index for the
given face index, and bits 16-30 of `style_flags' contain the
number of instances for the given face index. `FT_Open_Face'
and friends also understand the extended bits of the face index
parameter.
You need to enable TT_CONFIG_OPTION_GX_VAR_SUPPORT for this new
feature. Otherwise, bits 16-30 of the two fields are zero (or
are ignored).
- Lao script support has been added to the auto-hinter.
* MISCELLANEOUS
- The auto-hinter's Arabic script support has been enhanced.
- Superscript-like and subscript-like glyphs as used by various
phonetic alphabets like the IPA are now better supported by the
auto-hinter.
- The TrueType bytecode interpreter now runs slightly faster.
- Improved support for builds with cmake.
- The function `FT_CeilFix' now always rounds towards plus
infinity.
- The function `FT_FloorFix' now always rounds towards minus
infinity.
- A new load flag `FT_LOAD_COMPUTE_METRICS' has been added; it
makes FreeType ignore pre-computed metrics, as needed by font
validating or font editing programs. Right now, only the
TrueType module supports it to ignore data from the `hdmx'
table.
- Another round of bug fixes to better handle broken fonts, found
by Kostya Serebryany <kcc@google.com>.
- Dropping upstreamed patch Dont-use-hmtx-table-for-LSB.patch.
* Fri Sep 11 2015 zaitor@opensuse.org
- Add Dont-use-hmtx-table-for-LSB.patch: Fixes gnu#45520, cut off
fonts in gtk and qt. Taken from upstream git.
* Thu Jun 11 2015 idonmez@suse.com
- Update to version 2.6
* Thread safety improvements
* Thai script support has been added to the auto-hinter.
* Arabic script support has been added to the auto-hinter.
* Following OpenType version 1.7, advance widths and side bearing
values in CFFs (wrapped in an SFNT structure) are now always
taken from the `hmtx' table.
* Following OpenType version 1.7, the PostScript font name of a
CFF font (wrapped in an SFNT structure) is now always taken from
the `name' table. This is also true for OpenType Collections
(i.e., TTCs using CFFs subfonts instead of TTFs), where it may
have a significant difference.
* Fonts natively hinted for ClearType are now supported, properly
handling selector index 3 of the INSTCTRL bytecode instruction.
* Major improvements to the GX TrueType variation font handling.
* Tue Jun 09 2015 fstrba@suse.com
- Merge with the version 2.5.5 from openSUSE:Factory
- Removed patches:
* CVE-2014-9656.patch
* CVE-2014-9657.patch
* CVE-2014-9658.patch
* CVE-2014-9659.patch
* CVE-2014-9660.patch
* CVE-2014-9661.patch
* CVE-2014-9662.patch
* CVE-2014-9663.patch
* CVE-2014-9664.patch
* CVE-2014-9665.patch
* CVE-2014-9666.patch
* CVE-2014-9667.patch
* CVE-2014-9668.patch
* CVE-2014-9669.patch
* CVE-2014-9670.patch
* CVE-2014-9671.patch
* CVE-2014-9672.patch
* CVE-2014-9673.patch
* CVE-2014-9674.patch
* CVE-2014-9675.patch
- Integrated in the 2.5.5 release
- Modified patches:
* don-t-mark-libpng-as-required-library.patch
* bugzilla-308961-cmex-workaround.patch
* freetype2-subpixel.patch
* freetype2-bitmap-foundry.patch
* overflow.patch
- Adapt to the new version of sources
* Wed Jun 03 2015 fstrba@suse.com
- Modified patch:
* CVE-2014-9671.patch
- Adapt the code to correspond to the current git master of
freetype2 (fixes bsc#933247)
* Fri Apr 10 2015 fstrba@suse.com
- Enable the bz2 compression in freetype2
- Remove patch overflow.patch from freetype2.spec where it is not
applied.
- Run spec-cleaner on the spec file.
* Fri Feb 20 2015 nadvornik@suse.com
- fixed vulnerabilities (bnc#916847, bnc#916856, bnc#916857,
bnc#916858, bnc#916859, bnc#916860, bnc#916861, bnc#916862,
bnc#916863, bnc#916864, bnc#916865, bnc#916867, bnc#916868,
bnc#916870, bnc#916871, bnc#916872, bnc#916873, bnc#916874,
bnc#916879, bnc#916881)
- CVE-2014-9656.patch
- CVE-2014-9657.patch
- CVE-2014-9658.patch
- CVE-2014-9659.patch
- CVE-2014-9660.patch
- CVE-2014-9661.patch
- CVE-2014-9662.patch
- CVE-2014-9663.patch
- CVE-2014-9664.patch
- CVE-2014-9665.patch
- CVE-2014-9666.patch
- CVE-2014-9667.patch
- CVE-2014-9668.patch
- CVE-2014-9669.patch
- CVE-2014-9670.patch
- CVE-2014-9671.patch
- CVE-2014-9672.patch
- CVE-2014-9673.patch
- CVE-2014-9674.patch
- CVE-2014-9675.patch
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
- Update to version 2.5.5
* IMPORTANT BUG FIXES
- Handling of uncompressed PCF files works again (bug
introduced in version 2.5.4).
- Drop freetype2-2.5.3-fix-pcf.patch, merged upstream
* Mon Dec 08 2014 hrvoje.senjan@gmail.com
- Update to version 2.5.4
* IMPORTANT BUG FIXES
- A variant of vulnerability CVE-2014-2240 was identified
(cf. http://savannah.nongnu.org/bugs/?43661) and fixed
in the new CFF driver. All users should upgrade.
- The new auto-hinter code using HarfBuzz crashed for some
invalid fonts.
- Many fixes to better protect against malformed input.
* IMPORTANT CHANGES
- Full auto-hinter support of the Devanagari script.
- Experimental auto-hinter support of the Telugu script.
- CFF stem darkening behaviour can now be controlled at
build time using the eight macros
CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4} .
- Some fields in the `FT_Bitmap' structure have been changed
from signed to unsigned type, which better reflects
the actual usage. It is also an additional means to
protect against malformed input. This change doesn't break
the ABI; however, it might cause compiler warnings.
* MISCELLANEOUS
- Improvements to the auto-hinter's algorithm to recognize
stems and local extrema.
- Function `FT_Get_SubGlyph_Info' always returned an error
even in case of success.
- Version 2.5.1 introduced major bugs in the cjk part of
the auto-hinter, which are now fixed.
- The `FT_Sfnt_Tag' enumeration values have been changed to
uppercase, e.g. `FT_SFNT_HEAD'. The lowercase variants
are deprecated. This is for orthogonality with all other
enumeration (and enumeration-like) values in FreeType.
- `cmake' now supports builds of FreeType as an OS X framework
and for iOS.
- Improved project files for vc2010,
introducing a property file
- The documentation generator for the API reference has been
updated to produce better HTML code (with proper CSS).
At the same time, the documentation got a better structure.
- The FT_LOAD_BITMAP_CROP flag is obsolete; it is not used
by any driver.
- The TrueType DELTAP[123] bytecode instructions now work in
subpixel hinting mode as described in the ClearType
whitepaper (i.e., for touched points in the
non-subpixel direction).
- Many small improvements to the internal arithmetic routines.
- Rebase don-t-mark-libpng-as-required-library.patch,
bugzilla-308961-cmex-workaround.patch, freetype2-subpixel.patch,
freetype2-bitmap-foundry.patch and overflow.patch
- Add freetype2-2.5.3-fix-pcf.patch from upstream to resolve
http://savannah.nongnu.org/bugs/?43774, "Freetype 2.5.4 does not
load ungzipped PCF fonts"
/usr/bin/freetype-config /usr/include/freetype2 /usr/include/freetype2/freetype /usr/include/freetype2/freetype/config /usr/include/freetype2/freetype/config/ftconfig.h /usr/include/freetype2/freetype/config/ftheader.h /usr/include/freetype2/freetype/config/ftmodule.h /usr/include/freetype2/freetype/config/ftoption.h /usr/include/freetype2/freetype/config/ftstdlib.h /usr/include/freetype2/freetype/config/integer-types.h /usr/include/freetype2/freetype/config/mac-support.h /usr/include/freetype2/freetype/config/public-macros.h /usr/include/freetype2/freetype/freetype.h /usr/include/freetype2/freetype/ftadvanc.h /usr/include/freetype2/freetype/ftbbox.h /usr/include/freetype2/freetype/ftbdf.h /usr/include/freetype2/freetype/ftbitmap.h /usr/include/freetype2/freetype/ftbzip2.h /usr/include/freetype2/freetype/ftcache.h /usr/include/freetype2/freetype/ftchapters.h /usr/include/freetype2/freetype/ftcid.h /usr/include/freetype2/freetype/ftcolor.h /usr/include/freetype2/freetype/ftdriver.h /usr/include/freetype2/freetype/fterrdef.h /usr/include/freetype2/freetype/fterrors.h /usr/include/freetype2/freetype/ftfntfmt.h /usr/include/freetype2/freetype/ftgasp.h /usr/include/freetype2/freetype/ftglyph.h /usr/include/freetype2/freetype/ftgxval.h /usr/include/freetype2/freetype/ftgzip.h /usr/include/freetype2/freetype/ftimage.h /usr/include/freetype2/freetype/ftincrem.h /usr/include/freetype2/freetype/ftlcdfil.h /usr/include/freetype2/freetype/ftlist.h /usr/include/freetype2/freetype/ftlzw.h /usr/include/freetype2/freetype/ftmac.h /usr/include/freetype2/freetype/ftmm.h /usr/include/freetype2/freetype/ftmodapi.h /usr/include/freetype2/freetype/ftmoderr.h /usr/include/freetype2/freetype/ftotval.h /usr/include/freetype2/freetype/ftoutln.h /usr/include/freetype2/freetype/ftparams.h /usr/include/freetype2/freetype/ftpfr.h /usr/include/freetype2/freetype/ftrender.h /usr/include/freetype2/freetype/ftsizes.h /usr/include/freetype2/freetype/ftsnames.h /usr/include/freetype2/freetype/ftstroke.h /usr/include/freetype2/freetype/ftsynth.h /usr/include/freetype2/freetype/ftsystem.h /usr/include/freetype2/freetype/fttrigon.h /usr/include/freetype2/freetype/fttypes.h /usr/include/freetype2/freetype/ftwinfnt.h /usr/include/freetype2/freetype/t1tables.h /usr/include/freetype2/freetype/ttnameid.h /usr/include/freetype2/freetype/tttables.h /usr/include/freetype2/freetype/tttags.h /usr/include/freetype2/ft2build.h /usr/lib64/libfreetype.so /usr/lib64/pkgconfig/freetype2.pc /usr/share/aclocal /usr/share/aclocal/freetype2.m4 /usr/share/doc/packages/freetype2-devel /usr/share/doc/packages/freetype2-devel/404.html /usr/share/doc/packages/freetype2-devel/assets /usr/share/doc/packages/freetype2-devel/assets/fonts /usr/share/doc/packages/freetype2-devel/assets/fonts/font-awesome.css /usr/share/doc/packages/freetype2-devel/assets/fonts/material-icons.css /usr/share/doc/packages/freetype2-devel/assets/fonts/specimen /usr/share/doc/packages/freetype2-devel/assets/fonts/specimen/FontAwesome.ttf /usr/share/doc/packages/freetype2-devel/assets/fonts/specimen/FontAwesome.woff /usr/share/doc/packages/freetype2-devel/assets/fonts/specimen/FontAwesome.woff2 /usr/share/doc/packages/freetype2-devel/assets/fonts/specimen/MaterialIcons-Regular.ttf /usr/share/doc/packages/freetype2-devel/assets/fonts/specimen/MaterialIcons-Regular.woff /usr/share/doc/packages/freetype2-devel/assets/fonts/specimen/MaterialIcons-Regular.woff2 /usr/share/doc/packages/freetype2-devel/assets/images /usr/share/doc/packages/freetype2-devel/assets/images/favicon.png /usr/share/doc/packages/freetype2-devel/assets/images/icons /usr/share/doc/packages/freetype2-devel/assets/images/icons/bitbucket.1b09e088.svg /usr/share/doc/packages/freetype2-devel/assets/images/icons/github.f0b8504a.svg /usr/share/doc/packages/freetype2-devel/assets/images/icons/gitlab.6dd19c00.svg /usr/share/doc/packages/freetype2-devel/assets/javascripts /usr/share/doc/packages/freetype2-devel/assets/javascripts/application.c33a9706.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.ar.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.da.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.de.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.du.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.es.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.fi.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.fr.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.hu.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.it.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.ja.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.jp.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.multi.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.nl.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.no.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.pt.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.ro.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.ru.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.stemmer.support.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.sv.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.th.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.tr.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/lunr.vi.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/tinyseg.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/lunr/wordcut.js /usr/share/doc/packages/freetype2-devel/assets/javascripts/modernizr.86422ebf.js /usr/share/doc/packages/freetype2-devel/assets/stylesheets /usr/share/doc/packages/freetype2-devel/assets/stylesheets/application-palette.a8b3c06d.css /usr/share/doc/packages/freetype2-devel/assets/stylesheets/application.adb8469c.css /usr/share/doc/packages/freetype2-devel/ft2-auto_hinter.html /usr/share/doc/packages/freetype2-devel/ft2-base_interface.html /usr/share/doc/packages/freetype2-devel/ft2-basic_types.html /usr/share/doc/packages/freetype2-devel/ft2-bdf_fonts.html /usr/share/doc/packages/freetype2-devel/ft2-bitmap_handling.html /usr/share/doc/packages/freetype2-devel/ft2-bzip2.html /usr/share/doc/packages/freetype2-devel/ft2-cache_subsystem.html /usr/share/doc/packages/freetype2-devel/ft2-cff_driver.html /usr/share/doc/packages/freetype2-devel/ft2-cid_fonts.html /usr/share/doc/packages/freetype2-devel/ft2-color_management.html /usr/share/doc/packages/freetype2-devel/ft2-computations.html /usr/share/doc/packages/freetype2-devel/ft2-error_code_values.html /usr/share/doc/packages/freetype2-devel/ft2-error_enumerations.html /usr/share/doc/packages/freetype2-devel/ft2-font_formats.html /usr/share/doc/packages/freetype2-devel/ft2-gasp_table.html /usr/share/doc/packages/freetype2-devel/ft2-glyph_management.html /usr/share/doc/packages/freetype2-devel/ft2-glyph_stroker.html /usr/share/doc/packages/freetype2-devel/ft2-glyph_variants.html /usr/share/doc/packages/freetype2-devel/ft2-gx_validation.html /usr/share/doc/packages/freetype2-devel/ft2-gzip.html /usr/share/doc/packages/freetype2-devel/ft2-header_file_macros.html /usr/share/doc/packages/freetype2-devel/ft2-header_inclusion.html /usr/share/doc/packages/freetype2-devel/ft2-incremental.html /usr/share/doc/packages/freetype2-devel/ft2-index.html /usr/share/doc/packages/freetype2-devel/ft2-layer_management.html /usr/share/doc/packages/freetype2-devel/ft2-lcd_rendering.html /usr/share/doc/packages/freetype2-devel/ft2-list_processing.html /usr/share/doc/packages/freetype2-devel/ft2-lzw.html /usr/share/doc/packages/freetype2-devel/ft2-mac_specific.html /usr/share/doc/packages/freetype2-devel/ft2-module_management.html /usr/share/doc/packages/freetype2-devel/ft2-multiple_masters.html /usr/share/doc/packages/freetype2-devel/ft2-ot_validation.html /usr/share/doc/packages/freetype2-devel/ft2-outline_processing.html /usr/share/doc/packages/freetype2-devel/ft2-parameter_tags.html /usr/share/doc/packages/freetype2-devel/ft2-pcf_driver.html /usr/share/doc/packages/freetype2-devel/ft2-pfr_fonts.html /usr/share/doc/packages/freetype2-devel/ft2-properties.html /usr/share/doc/packages/freetype2-devel/ft2-quick_advance.html /usr/share/doc/packages/freetype2-devel/ft2-raster.html /usr/share/doc/packages/freetype2-devel/ft2-sfnt_names.html /usr/share/doc/packages/freetype2-devel/ft2-sizes_management.html /usr/share/doc/packages/freetype2-devel/ft2-system_interface.html /usr/share/doc/packages/freetype2-devel/ft2-t1_cid_driver.html /usr/share/doc/packages/freetype2-devel/ft2-truetype_engine.html /usr/share/doc/packages/freetype2-devel/ft2-truetype_tables.html /usr/share/doc/packages/freetype2-devel/ft2-tt_driver.html /usr/share/doc/packages/freetype2-devel/ft2-type1_tables.html /usr/share/doc/packages/freetype2-devel/ft2-user_allocation.html /usr/share/doc/packages/freetype2-devel/ft2-version.html /usr/share/doc/packages/freetype2-devel/ft2-winfnt_fonts.html /usr/share/doc/packages/freetype2-devel/images /usr/share/doc/packages/freetype2-devel/images/favico.ico /usr/share/doc/packages/freetype2-devel/index.html /usr/share/doc/packages/freetype2-devel/javascripts /usr/share/doc/packages/freetype2-devel/javascripts/extra.js /usr/share/doc/packages/freetype2-devel/search /usr/share/doc/packages/freetype2-devel/search/search_index.json /usr/share/doc/packages/freetype2-devel/sitemap.xml /usr/share/doc/packages/freetype2-devel/sitemap.xml.gz /usr/share/doc/packages/freetype2-devel/stylesheets /usr/share/doc/packages/freetype2-devel/stylesheets/extra.css /usr/share/man/man1/freetype-config.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:38:54 2025