Author: dj
Date: Fri Feb  3 18:03:16 2017
New Revision: 18249

Log:
Update to Thunderbird-45.7.0.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netlibs/neon.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/other/thunderbird.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Feb  3 17:19:33 2017        (r18248)
+++ trunk/BOOK/general.ent      Fri Feb  3 18:03:16 2017        (r18249)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "03">                   <!-- Always 2 digits -->
+<!ENTITY day          "04">                   <!-- Always 2 digits -->
 <!ENTITY month        "02">                   <!-- Always 2 digits -->
 <!ENTITY year         "2017">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "Febuary 3rd &year;">
+<!ENTITY releasedate  "Febuary 4th &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Feb  3 17:19:33 
2017        (r18248)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Feb  3 18:03:16 
2017        (r18249)
@@ -43,6 +43,16 @@
 -->
 
     <listitem>
+      <para>February 4th, 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Update to Thunderbird-45.7.0. Fixes
+          <ulink url="&blfs-ticket-root;8806">#8806</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 3rd, 2017</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/networking/netlibs/neon.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/neon.xml      Fri Feb  3 17:19:33 2017        
(r18248)
+++ trunk/BOOK/networking/netlibs/neon.xml      Fri Feb  3 18:03:16 2017        
(r18249)
@@ -135,7 +135,8 @@
       <application>GnuTLS</application> respectively. Remove it if
       you don't have any of these installed. To force
       <application>GnuTLS</application> usage when both are present,
-      simply pass <option>--with-ssl=gnutls</option> to the
+      simply pass <option>--with-ssl=gnutls</option> and 
+      <option>--with-ca-bundle=/etc/ssl/ca-bundle.crt</option> to the
       <command>configure</command> script.
     </para>
 

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Feb  3 17:19:33 2017        (r18248)
+++ trunk/BOOK/packages.ent     Fri Feb  3 18:03:16 2017        (r18249)
@@ -712,7 +712,7 @@
 <!ENTITY pidgin-version               "2.11.0">
 <!ENTITY rox-filer-version            "2.11">
 <!ENTITY rxvt-unicode-version         "9.22">
-<!ENTITY thunderbird-version          "45.6.0">
+<!ENTITY thunderbird-version          "45.7.0">
 <!ENTITY tigervnc-version             "1.7.1">
 <!ENTITY transmission-version         "2.92">
 <!ENTITY xarchiver-version            "0.5.4">

Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml      Fri Feb  3 17:19:33 2017        
(r18248)
+++ trunk/BOOK/xsoft/other/thunderbird.xml      Fri Feb  3 18:03:16 2017        
(r18249)
@@ -7,10 +7,10 @@
   <!ENTITY thunderbird-download-http 
"&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
 <!--  <!ENTITY thunderbird-download-ftp 
"&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">-->
   <!ENTITY thunderbird-download-ftp " ">
-  <!ENTITY thunderbird-md5sum            "efb6b195c9c27a654ba115d7eda4362e">
+  <!ENTITY thunderbird-md5sum            "ac8bc081c601c96d683b94c79abda114">
   <!ENTITY thunderbird-size              "192 MB">
-  <!ENTITY thunderbird-buildsize         "3.6 GB (85 MB installed)">
-  <!ENTITY thunderbird-time              "12 SBU (with -j4, estimated 36 SBU 
with -j1)">
+  <!ENTITY thunderbird-buildsize         "3.6 GB (86 MB installed)">
+  <!ENTITY thunderbird-time              "15 SBU (with -j4, estimated 36 SBU 
with -j1)">
 ]>
 
 <sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
@@ -265,9 +265,6 @@
     print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
     -i mozilla/nsprpub/config/make-system-wrappers.pl &amp;&amp;
 
-sed -e 's/256/224/'                                   \
-    -i mozilla/netwerk/protocol/http/Http2Session.cpp &amp;&amp;
-
 make -f client.mk</userinput></screen>
 
     <para>
@@ -312,12 +309,6 @@
     </para>
 
     <para>
-      <command>sed -e 's/256/224/' ...</command>: Make the required key
-      length for ECDSA encryption compatible with RFC7540 9.2.1. Otherwise
-      some web sites cannot be accessed.
-    </para>
-
-    <para>
       <command>export CFLAGS= ... export CXXFLAGS= ...</command>: These
       settings work around code which gcc6 would otherwise regard as
       out-of-specification and allow it to produce a working program.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to