Changeset 34484cf


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8cc52344 r34484cf  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "Febuary 3rd &year;">
     9<!ENTITY releasedate  "Febuary 4th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8cc52344 r34484cf  
    4444
    4545    <listitem>
     46      <para>February 4th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Update to Thunderbird-45.7.0. Fixes
     50          <ulink url="&blfs-ticket-root;8806">#8806</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>February 3rd, 2017</para>
    4757      <itemizedlist>
  • networking/netlibs/neon.xml

    r8cc52344 r34484cf  
    136136      you don't have any of these installed. To force
    137137      <application>GnuTLS</application> usage when both are present,
    138       simply pass <option>--with-ssl=gnutls</option> to the
     138      simply pass <option>--with-ssl=gnutls</option> and
     139      <option>--with-ca-bundle=/etc/ssl/ca-bundle.crt</option> to the
    139140      <command>configure</command> script.
    140141    </para>
  • packages.ent

    r8cc52344 r34484cf  
    713713<!ENTITY rox-filer-version            "2.11">
    714714<!ENTITY rxvt-unicode-version         "9.22">
    715 <!ENTITY thunderbird-version          "45.6.0">
     715<!ENTITY thunderbird-version          "45.7.0">
    716716<!ENTITY tigervnc-version             "1.7.1">
    717717<!ENTITY transmission-version         "2.92">
  • 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.