Bug 233404 - editors/openoffice-4: Fix crash in Impress when selecting Master Pages
Summary: editors/openoffice-4: Fix crash in Impress when selecting Master Pages
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Don Lewis
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2018-11-22 13:02 UTC by Arrigo Marchiori
Modified: 2019-01-05 21:06 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)
koobs: merge-quarterly?


Attachments
Patch applied upstream to development branch. The file is ready to be copied into the "files" directory (749 bytes, patch)
2018-11-22 13:02 UTC, Arrigo Marchiori
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arrigo Marchiori 2018-11-22 13:02:27 UTC
Created attachment 199448 [details]
Patch applied upstream to development branch. The file is ready to be copied into the "files" directory

This report is to request merging an upstream patch.

Impress crashes when display of Master Pages is requested.
Upstream bugs:
https://bz.apache.org/ooo/show_bug.cgi?id=127805
https://bz.apache.org/ooo/show_bug.cgi?id=127929

Upstream accepted the patch for the development branch, but not for 4.1.6 due to time constraints.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2018-11-22 13:17:38 UTC
Thank you for your report and patch Arrigo
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-23 19:26:43 UTC
A commit references this bug:

Author: truckman
Date: Fri Nov 23 19:26:38 UTC 2018
New revision: 485699
URL: https://svnweb.freebsd.org/changeset/ports/485699

Log:
  Fix for crash in Freetype code.  Check the return value of the
  FT_Get_Glyph() function.  See
  https://bz.apache.org/ooo/show_bug.cgi?id=127929 [1]

  Ensure that unowinreg.dll is included in DISTFILES when running the
  makesum and distclean targets.

  PR:		233404 [1]
  Obtained from:	upstream [1]
  MFH:		2018Q4

Changes:
  head/editors/openoffice-4/Makefile
  head/editors/openoffice-4/files/patch-i127929
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-11-24 23:36:59 UTC
A commit references this bug:

Author: truckman
Date: Sat Nov 24 23:36:08 UTC 2018
New revision: 485835
URL: https://svnweb.freebsd.org/changeset/ports/485835

Log:
  Upgrade editors/openoffice-devel to upstream SVN revision r1847189.
  This contains the fix for the crash in Freetype code, See
  https://bz.apache.org/ooo/show_bug.cgi?id=127929 [1]

  Ensure that unowinreg.dll is included in DISTFILES when running the
  makesum and distclean targets.  This has been missing from distinfo
  since r468039 which was committed in April.

  PR:		233404 [1]
  MFH:		2018Q4

Changes:
  head/editors/openoffice-devel/Makefile
  head/editors/openoffice-devel/distinfo
Comment 4 Don Lewis freebsd_committer freebsd_triage 2019-01-05 21:06:25 UTC
Fix is now present in lastest quarterly branch.