[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40615: Add a README for the bundled font directory.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 571d86aa
    by FlexFoot at 2023-08-01T08:47:20+00:00
    Bug 40615: Add a README for the bundled font directory.
    
    Include a README in the final fonts directory to discourage users from
    modifying the bundled fonts and to warn them about the consequences
    this could have.
    

3 changed files:

Changes:

  • projects/fonts/README.txt
    1
    +DO NOT MODIFY THE CONTENTS OF THIS DIRECTORY
    
    2
    +
    
    3
    +Any adjustment to bundled fonts will result in an altered fingerprint. Font
    
    4
    +fingerprinting is more than just detecting what fonts you have, it also includes
    
    5
    +font fallbacks and characters (unicode code points) and any change in those can
    
    6
    +be measured.
    
    7
    +

  • projects/fonts/build
    ... ... @@ -32,6 +32,7 @@ mv noto-fonts-* noto-fonts
    32 32
     [% IF c("var/linux") %]
    
    33 33
       cp {NotoSansJP-Regular.otf,NotoSansKR-Regular.otf,NotoSansSC-Regular.otf,NotoSansTC-Regular.otf} $distdir/
    
    34 34
     [% END %]
    
    35
    +cp README.txt "$distdir/000_README.txt"
    
    35 36
     cd /var/tmp/dist
    
    36 37
     [% c('tar', {
    
    37 38
             tar_src => [ 'fonts' ],
    

  • projects/fonts/config
    ... ... @@ -161,6 +161,7 @@ var:
    161 161
     
    
    162 162
     input_files:
    
    163 163
       - project: container-image
    
    164
    +  - filename: README.txt
    
    164 165
       - filename: 'noto-fonts-[% c("var/noto_git_hash") %]-[% c("version") %]'
    
    165 166
         name: noto-fonts
    
    166 167
         exec: '[% INCLUDE "fetch-noto-fonts" %]'
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits