Ignore:
Timestamp:
07/05/2019 02:48:25 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
83eee4b8
Parents:
2445707b
Message:

Add a security patch for mozjs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21800 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js60.xml

    r2445707b rc4ae75ef  
    6767        <para>
    6868          Estimated build time: &js60-time;
     69        </para>
     70      </listitem>
     71    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/js60-&JS60-version;-security_fix-1.patch"/>
    6979        </para>
    7080      </listitem>
     
    96106  <sect2 role="installation">
    97107    <title>Installation of JS</title>
     108
     109    <caution>
     110      <para>If you are reinstalling JS60 with the security patch listed in this
     111      page, save all work and exit your GNOME Session if you have one running.
     112      Replacing the JS60 binary will cause the GNOME Shell to crash and return
     113      you to your display manager or TTY. After installing the patch,
     114      reinstall <xref linkend="gjs"/>. Polkit is unaffected.</para>
     115    </caution>
     116
     117    <para>
     118      First, apply a security patch:
     119    </para>
     120
     121<screen><userinput remap="pre">patch -Np1 -i ../js60-&JS60-version;-security_fix-1.patch</userinput></screen>
    98122
    99123    <para>
Note: See TracChangeset for help on using the changeset viewer.