https://bugzilla.redhat.com/show_bug.cgi?id=1434391
Bug ID: 1434391
Summary: fonttools-3.9.1 is available
Product: Fedora
Version: rawhide
Component: fonttools
Keywords: FutureFeature, Triaged
Assignee: pnemade(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org,
pnemade(a)redhat.com, sshedmak(a)redhat.com
Latest upstream release: 3.9.1
Current version/release in rawhide: 3.9.0-1.fc27
URL: https://github.com/fonttools/fonttools/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/7388/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1430124
Bug ID: 1430124
Summary: can't import fontforge and psMat python modules
Product: Fedora
Version: 25
Component: fontforge
Assignee: kevin(a)scrye.com
Reporter: aron(a)arongriffis.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org, kevin(a)scrye.com,
paul(a)frixxon.co.uk, pnemade(a)redhat.com
Description of problem:
It seems to be impossible to import both the fontforge and psMat modules.
Either will import first, but then the other won't.
$ python3
Python 3.5.2 (default, Sep 14 2016, 11:28:32)
[GCC 6.2.1 20160901 (Red Hat 6.2.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import fontforge
>>> import psMat
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: 'psMat' is not a built-in module
$ python3
Python 3.5.2 (default, Sep 14 2016, 11:28:32)
[GCC 6.2.1 20160901 (Red Hat 6.2.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import psMat
>>> import fontforge
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: 'fontforge' is not a built-in module
Version-Release number of selected component (if applicable):
python3-3.5.2-4.fc25.x86_64
fontforge-20160404-4.fc25.x86_64
How reproducible:
every time
Steps to Reproduce:
see description
Actual results:
ImportError
Expected results:
no ImportError
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1431885
Bug ID: 1431885
Summary: fonttools-3.9.0 is available
Product: Fedora
Version: rawhide
Component: fonttools
Keywords: FutureFeature, Triaged
Assignee: pnemade(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org,
pnemade(a)redhat.com, sshedmak(a)redhat.com
Latest upstream release: 3.9.0
Current version/release in rawhide: 3.8.0-1.fc27
URL: https://github.com/fonttools/fonttools/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/7388/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1429968
Bug ID: 1429968
Summary: CVE-2016-10244 freetype: parse_charstrings function in
type1/t1load.c does not ensure that a font contains a
glyph name [fedora-all]
Product: Fedora
Version: 25
Component: freetype
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: mkasik(a)redhat.com
Reporter: anemec(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: behdad(a)fedoraproject.org,
fonts-bugs(a)lists.fedoraproject.org,
kevin(a)tigcc.ticalc.org, mkasik(a)redhat.com
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1160935
Pablo C. <redhat-bugzilla(a)pablo.uncharted.space> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |redhat-bugzilla(a)pablo.uncha
| |rted.space
--- Comment #22 from Pablo C. <redhat-bugzilla(a)pablo.uncharted.space> ---
I saw this occur on Fedora 25, with Firefox 52. Nimbus Sans L is configured as
fallback for Helvetica, but the font appears to have bad kerning and this shows
on certain websites, as originally reported.
It is my understanding, however, that the underlying issue is one of browser
policy: as noted, Chrome follows CSS fallbacks over those defined in
fontconfig, while Firefox, in Linux, respects the latter.¹ As such, it is
probably more adequate to discuss the issue upstream.
¹See this related issue on Mozilla’s Bugzilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=553580
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1428489
Bug ID: 1428489
Summary: liberation fonts upstream is gone
Product: Fedora
Version: rawhide
Component: liberation-fonts
Assignee: psatpute(a)redhat.com
Reporter: adam(a)spicenitz.org
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org,
i18n-bugs(a)lists.fedoraproject.org,
petersen(a)redhat.com, psatpute(a)redhat.com
The upstream for liberation fonts was fedorahosted.org, which is now turned
down. The content needs to be migrated somewhere new. There is currently no way
to get the content previously at https://fedorahosted.org/liberation-fonts/.
All links redirect to
https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1429263
Bug ID: 1429263
Summary: fonttools-3.8.0 is available
Product: Fedora
Version: rawhide
Component: fonttools
Keywords: FutureFeature, Triaged
Assignee: pnemade(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org,
pnemade(a)redhat.com, sshedmak(a)redhat.com
Latest upstream release: 3.8.0
Current version/release in rawhide: 3.7.2-1.fc26
URL: https://github.com/fonttools/fonttools/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/7388/
--
You are receiving this mail because:
You are on the CC list for the bug.