[Bug 226515] [patch] japanese/font-elisa8: Cannot use the font files with the latest x11-fonts/libXfont

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 11 09:41:36 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226515

            Bug ID: 226515
           Summary: [patch] japanese/font-elisa8: 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 at FreeBSD.org
          Reporter: CQG00620 at nifty.ne.jp
                CC: toshi at tea.forus.or.jp, x11 at FreeBSD.org
                CC: toshi at tea.forus.or.jp, x11 at FreeBSD.org

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

Because japanese/font-elisa8 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-elisa8
 $ xset fp rehash
 $ xlsfonts -fn k8
 k8
 $ xlsfonts -ll -fn k8
 xlsfonts:  unable to get info about font "k8"
 $ 

** With the patch

 $ xset fp+ /usr/local/share/fonts/elisa8
 $ xlsfonts -fn k8
 k8
 $ xlsfonts -ll -fn k8
 name:  k8
   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:               6
   descent:              2
   font type:            Character Cell
   bounds:               width left  right  asc  desc   attr   keysym
         min                8     0     0     0    -5  0x0000
         max                8     5     8     6     2  0x0000
   properties:           21
       FONTNAME_REGISTRY     
       FOUNDRY               Elisa100
       FAMILY_NAME           Fixed
       WEIGHT_NAME           Medium
       SLANT                 R
       SETWIDTH_NAME         Normal
       ADD_STYLE_NAME        
       PIXEL_SIZE            8
       POINT_SIZE            70
       RESOLUTION_X          75
       RESOLUTION_Y          75
       SPACING               C
       AVERAGE_WIDTH         80
       CHARSET_REGISTRY      JISX0208.1983
       CHARSET_ENCODING      0
       COPYRIGHT             1993,1994,1995 (C) by ELISA FONT PJ all rights
reserved.
       FONT                 
-Elisa100-Fixed-Medium-R-Normal--8-70-75-75-C-80-JISX0208.1983-0
       WEIGHT                10
       RESOLUTION            103
       X_HEIGHT              0
       QUAD_WIDTH            8

 $ 

* How to fix

(1) Install font files to ${FONTSDIR} instead of ${DATADIR}.
(2) Stop to make symbolic links from the font files to 
    ${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).

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


More information about the freebsd-x11 mailing list