Changeset 34484cf for xsoft/other


Ignore:
Timestamp:
02/04/2017 02:03:16 AM (7 years ago)
Author:
DJ Lucas <dj@…>
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:
8b319a8
Parents:
8cc52344
Message:

Update to Thunderbird-45.7.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r8cc52344 r34484cf  
    88<!--  <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">-->
    99  <!ENTITY thunderbird-download-ftp " ">
    10   <!ENTITY thunderbird-md5sum            "efb6b195c9c27a654ba115d7eda4362e">
     10  <!ENTITY thunderbird-md5sum            "ac8bc081c601c96d683b94c79abda114">
    1111  <!ENTITY thunderbird-size              "192 MB">
    12   <!ENTITY thunderbird-buildsize         "3.6 GB (85 MB installed)">
    13   <!ENTITY thunderbird-time              "12 SBU (with -j4, estimated 36 SBU with -j1)">
     12  <!ENTITY thunderbird-buildsize         "3.6 GB (86 MB installed)">
     13  <!ENTITY thunderbird-time              "15 SBU (with -j4, estimated 36 SBU with -j1)">
    1414]>
    1515
     
    266266    -i mozilla/nsprpub/config/make-system-wrappers.pl &amp;&amp;
    267267
    268 sed -e 's/256/224/'                                   \
    269     -i mozilla/netwerk/protocol/http/Http2Session.cpp &amp;&amp;
    270 
    271268make -f client.mk</userinput></screen>
    272269
     
    310307      <command>sed ...</command>: These commands correct the source to be
    311308      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.
    318309    </para>
    319310
Note: See TracChangeset for help on using the changeset viewer.