Changeset 2eb6c62 for xsoft


Ignore:
Timestamp:
05/12/2021 10:17:16 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7bc44063
Parents:
1be8fad
Message:

Add a patch to prevent a crash in firefox

The crash occurs when opening HTML videos, only if firefox has been
compiled against rust-1.52.0 or higher.

Fix a lot of wrong indents in changelog (and one in firefox)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r1be8fad r2eb6c62  
    7575    </itemizedlist>
    7676
    77 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77<bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing="compact">
    7979      <listitem>
    8080        <para>
    8181          Required patch:
    82           <ulink url="&patch-root;/firefox-&firefox-version;esr-rustc1470-1.patch"/>
     82          <ulink url="&patch-root;/firefox-&firefox-version;esr-rust1520-1.patch"/>
    8383        </para>
    8484      </listitem>
    85     </itemizedlist>-->
     85    </itemizedlist>
    8686
    8787    <note>
     
    302302    </para>
    303303
    304      <para>
    305        In the esr version of firefox-78, the code to ensure that add-ons
    306        are signed by the trusted root has been disabled, presumably for
    307        organizations which require their own add-ons. To enable it as an
    308        added security measure issue the following command:
    309      </para>
     304    <para>
     305      Apply a patch that prevent a crash when opening HTML videos if
     306      compiling against rust-1.52.0 or higher:
     307    </para>
     308
     309<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;esr-rust1520-1.patch</userinput></screen>
     310
     311    <para>
     312      In the esr version of firefox-78, the code to ensure that add-ons
     313      are signed by the trusted root has been disabled, presumably for
     314      organizations which require their own add-ons. To enable it as an
     315      added security measure issue the following command:
     316    </para>
    310317
    311318<screen><userinput>sed -e 's/Disable/Enable/'            \
Note: See TracChangeset for help on using the changeset viewer.