Author: bdubbs
Date: Thu Dec 6 11:56:08 2018
New Revision: 20782
Log:
Update to wireshark-2.6.5.
Update to mariadb-10.3.11.
Update to Python-3.7.1.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/python3.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netutils/wireshark.xml
trunk/BOOK/packages.ent
trunk/BOOK/server/databases/mariadb.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Dec 5 19:31:18 2018 (r20781)
+++ trunk/BOOK/general.ent Thu Dec 6 11:56:08 2018 (r20782)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "05"> <!-- Always 2 digits -->
+<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "December 5th, &year;">
+<!ENTITY releasedate "December 6th, &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/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Wed Dec 5 19:31:18 2018 (r20781)
+++ trunk/BOOK/general/prog/python3.xml Thu Dec 6 11:56:08 2018 (r20782)
@@ -7,9 +7,9 @@
<!ENTITY python3-download-http
"https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
<!ENTITY python3-download-ftp " ">
- <!ENTITY python3-md5sum "eb8c2a6b1447d50813c02714af4681f3">
+ <!ENTITY python3-md5sum "0a57e9022c07fad3dadb2eef58568edb">
<!ENTITY python3-size "16 MB">
- <!ENTITY python3-buildsize "175 MB (add 29 MB for tests)">
+ <!ENTITY python3-buildsize "176 MB (add 29 MB for tests)">
<!ENTITY python3-time "0.9 SBU (using parallelism=4; add 1.7 SBU
for tests)">
<!ENTITY python3htmldoc-download-http
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Dec 5 19:31:18
2018 (r20781)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Dec 6 11:56:08
2018 (r20782)
@@ -42,6 +42,24 @@
</listitem>
-->
<listitem>
+ <para>December 6th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to wireshark-2.6.5. Fixes
+ <ulink url="&blfs-ticket-root;11391">#11391</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to mariadb-10.3.11. Fixes
+ <ulink url="&blfs-ticket-root;11369">#11369</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to Python-3.7.1. Fixes
+ <ulink url="&blfs-ticket-root;11270">#11270</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 5th, 2018</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netutils/wireshark.xml
==============================================================================
--- trunk/BOOK/networking/netutils/wireshark.xml Wed Dec 5 19:31:18
2018 (r20781)
+++ trunk/BOOK/networking/netutils/wireshark.xml Thu Dec 6 11:56:08
2018 (r20782)
@@ -6,7 +6,7 @@
<!ENTITY wireshark-download-http
"https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
<!ENTITY wireshark-download-ftp " ">
- <!ENTITY wireshark-md5sum "8aa7b8c8ce0b6ce4256a081493819d6f">
+ <!ENTITY wireshark-md5sum "e25257d5969705f2a18cae627ed42d80">
<!ENTITY wireshark-size "27 MB">
<!ENTITY wireshark-buildsize "2.0 GB (with default GUI front-end, and
all optional dependencies available in the BLFS book)">
<!ENTITY wireshark-time "4.0 SBU (with parallelism=4, default GUI
front-end, and all optional dependencies available in the BLFS book)">
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed Dec 5 19:31:18 2018 (r20781)
+++ trunk/BOOK/packages.ent Thu Dec 6 11:56:08 2018 (r20782)
@@ -336,7 +336,7 @@
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "7.2.12">
<!ENTITY python2-version "2.7.15">
-<!ENTITY python3-version "3.7.0">
+<!ENTITY python3-version "3.7.1">
<!ENTITY ruby-minor-version "2.5">
<!ENTITY ruby-patch-version "1">
<!ENTITY ruby-version
"&ruby-minor-version;.&ruby-patch-version;">
@@ -567,7 +567,7 @@
<!ENTITY traceroute-version "2.1.0">
<!ENTITY whois-version "5.4.0">
<!ENTITY wicd-version "1.7.4">
-<!ENTITY wireshark-version "2.6.4"> <!-- even minors only -->
+<!ENTITY wireshark-version "2.6.5"> <!-- even minors only -->
<!ENTITY wicd-major-version "1.7">
@@ -626,7 +626,7 @@
<!-- Chapter 22 -->
<!ENTITY db-version "5.3.28">
<!ENTITY lmdb-version "0.9.22">
-<!ENTITY mariadb-version "10.3.10">
+<!ENTITY mariadb-version "10.3.11">
<!ENTITY postgresql-version "10.5">
<!ENTITY sqlite-version "3.25.2">
Modified: trunk/BOOK/server/databases/mariadb.xml
==============================================================================
--- trunk/BOOK/server/databases/mariadb.xml Wed Dec 5 19:31:18 2018
(r20781)
+++ trunk/BOOK/server/databases/mariadb.xml Thu Dec 6 11:56:08 2018
(r20782)
@@ -7,7 +7,7 @@
<!ENTITY mariadb-download-http
"https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
<!ENTITY mariadb-download-ftp
"ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
- <!ENTITY mariadb-md5sum "a63e00179d5e09b63bf71860a19a5507">
+ <!ENTITY mariadb-md5sum "e13ab133060886cda814d68ebd1dc27b">
<!ENTITY mariadb-size "67 MB">
<!ENTITY mariadb-buildsize "1.4 GB">
<!ENTITY mariadb-time "11 SBU (with parallelism=4, add 0.4 SBU for
tests)">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page