Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2018 12:31:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 226520] [patch] japanese/font-mplus-bitmap: Cannot use the font files with the latest x11-fonts/libXfont
Message-ID:  <bug-226520-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226520

            Bug ID: 226520
           Summary: [patch] japanese/font-mplus-bitmap: Cannot use the
                    font files with the latest x11-fonts/libXfont
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: CQG00620@nifty.ne.jp
                CC: hrs@FreeBSD.org, x11@FreeBSD.org
                CC: hrs@FreeBSD.org, x11@FreeBSD.org

As described in bug #225125, japanese/font-mplus-bitmap has not been usable
since the latest update of x11-fonts/libXfont (CVE-2017-16611).

Because japanese/font-mplus-bitmap installs font files as symbolic links,
and the latest x11-fonts/libXfont does not handle other than regular
font files.

* How to repeat
** Without the patch

 $ pkg info --show-name-only libXfont
 libXfont-1.5.4,2                       # > 1.5.2,2
 $ pkg install ja-font-mplus-bitmap
 $ xset fp rehash
 $ xlsfonts -fn mplus_j12r
 mplus_j12r
 $ xlsfonts -ll -fn mplus_j12r
 xlsfonts:  unable to get info about font "mplus_j12r"
 $=20

** With the patch

 $ xset fp+ /usr/local/share/fonts/mplus-bitmap
 $ xlsfonts -fn mplus_j12r
 mplus_j12r
 $ xlsfonts -ll -fn mplus_j12r
 name:  mplus_j12r
   direction:            left to right
   indexing:             matrix
   rows:                 0x21 thru 0x74 (33 thru 116)
   columns:              0x21 thru 0x7e (33 thru 126)
   all chars exist:      no
   default char:         0x2121 (8481)
   ascent:               11
   descent:              2
   font type:            Character Cell
   bounds:               width left  right  asc  desc   attr   keysym
         min               12     0     0     0   -10  0x0000
         max               12     7    12    11     2  0x0000
   properties:           22
       FONTNAME_REGISTRY=20=20=20=20=20
       FOUNDRY               mplus
       FAMILY_NAME           gothic
       WEIGHT_NAME           medium
       SLANT                 R
       SETWIDTH_NAME         normal
       ADD_STYLE_NAME=20=20=20=20=20=20=20=20
       PIXEL_SIZE            12
       POINT_SIZE            120
       RESOLUTION_X          75
       RESOLUTION_Y          75
       SPACING               C
       AVERAGE_WIDTH         120
       CHARSET_REGISTRY      jisx0208.1990
       CHARSET_ENCODING      0
       COPYRIGHT             Copyright (C) 2002-2004 COZ
       WEIGHT                10
       X_HEIGHT              11
       QUAD_WIDTH            12
       _XMBDFED_INFO         348
       FONT=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
-mplus-gothic-medium-R-normal--12-120-75-75-C-120-jisx0208.1990-0
       RESOLUTION            103

 $=20

* How to fix

(1) Install font files to ${FONTSDIR} instead of ${DATADIR}.
(2) Stop to make symbolic links from the font files to=20
    ${PREFIX}/share/fonts/misc/, which is found in the default font path.
(3) Add pkg-message.in to display additional font path settings
    (Copied from head/japanese/k10, r397891 with typo fix).

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226520-7141>