Changeset 7d09fcb9 for xsoft/other


Ignore:
Timestamp:
01/07/2017 05:29:31 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
69c0160
Parents:
ba27af98
Message:

Fix ECDSA code in mozilla apps,
so that more web sites are accessible. From upstream, thanks to DJ Lucas.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rba27af98 r7d09fcb9  
    266266    -i mozilla/nsprpub/config/make-system-wrappers.pl &amp;&amp;
    267267
     268sed -e 's/256/224/'                                   \
     269    -i mozilla/netwerk/protocol/http/Http2Session.cpp &amp;&amp;
    268270
    269271make -f client.mk</userinput></screen>
     
    308310      <command>sed ...</command>: These commands correct the source to be
    309311      compatible with gcc6 by preventing c++ scope errors.
     312    </para>
     313
     314    <para>
     315      <command>sed -e 's/256/224/' ...</command>: Make the required key
     316      length for ECDSA encryption compatible with RFC7540 9.2.1. Otherwise
     317      some web sites cannot be accessed.
    310318    </para>
    311319
Note: See TracChangeset for help on using the changeset viewer.