Update to tcsh-6.22.00.

Update to bubblewrap-0.4.0. 
Update to poppler-0.83.0. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22407 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2019-11-30 00:25:55 +00:00
parent 6be9bbb6e9
commit ab8d3ce5f2
5 changed files with 24 additions and 13 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
<!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "4d6106c2382c5e66072e0b355acc3640">
<!ENTITY poppler-md5sum "d4f65ff63311a0f781a5ee42ea920b5d">
<!ENTITY poppler-size "1.5 MB">
<!ENTITY poppler-buildsize "64 MB (with Qt5 library and tests)">
<!ENTITY poppler-time "0.8 SBU (with parallelism=4, Qt5 library, and tests)">
<!ENTITY poppler-time "0.9 SBU (with parallelism=4, Qt5 library, and tests)">
<!ENTITY poppler-data-version "0.4.9">
@ -145,8 +145,7 @@
<xref linkend="gobject-introspection"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="gtk3"/>,
<xref linkend="libtiff"/>,
<xref linkend="python2"/>, and
<xref linkend="libtiff"/>, and
<xref linkend="qt5"/>
(required for PDF support in <xref role="nodep" linkend="okular5"/>)
</para>

View File

@ -6,9 +6,9 @@
<!ENTITY bubblewrap-download-http "https://github.com/projectatomic/bubblewrap/releases/download/v&bubblewrap-version;/bubblewrap-&bubblewrap-version;.tar.xz">
<!ENTITY bubblewrap-download-ftp " ">
<!ENTITY bubblewrap-md5sum "69ce48ca2d637eaf6b42674ee903e5ad">
<!ENTITY bubblewrap-size "128 KB">
<!ENTITY bubblewrap-buildsize "1.4 MB">
<!ENTITY bubblewrap-md5sum "a0f3f2c80a3bad535af5bbd1b502450c">
<!ENTITY bubblewrap-size "212 KB">
<!ENTITY bubblewrap-buildsize "1.8 MB">
<!ENTITY bubblewrap-time "less than 0.1 SBU">
]>

View File

@ -45,6 +45,18 @@
<listitem>
<para>November 29th, 2019</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to tcsh-6.22.00. Fixes
<ulink url="&blfs-ticket-root;12832">#12832</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to bubblewrap-0.4.0. Fixes
<ulink url="&blfs-ticket-root;12831">#12831</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to poppler-0.83.0. Fixes
<ulink url="&blfs-ticket-root;12830">#12830</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to cmake-3.16.0. Fixes
<ulink url="&blfs-ticket-root;12828">#12828</ulink>.</para>

View File

@ -71,7 +71,7 @@
<!-- Chapter 7 -->
<!ENTITY dash-version "0.5.10.2">
<!ENTITY tcsh-version "6.21.00">
<!ENTITY tcsh-version "6.22.00">
<!ENTITY zsh-version "5.7.1">
<!-- Chapter 8 Virtualization -->
@ -222,7 +222,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY openjpeg-version "1.5.2">
<!ENTITY openjpeg2-version "2.3.1">
<!ENTITY pixman-version "0.38.4"> <!-- Even minors only -->
<!ENTITY poppler-version "0.82.0">
<!ENTITY poppler-version "0.83.0">
<!ENTITY potrace-version "1.16">
<!ENTITY qpdf-version "9.1.0">
<!ENTITY libsass-version "3.6.3">
@ -266,7 +266,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY at-version "3.1.23">
<!ENTITY autofs-version "5.1.6">
<!ENTITY bluez-version "5.52">
<!ENTITY bubblewrap-version "0.3.3">
<!ENTITY bubblewrap-version "0.4.0">
<!ENTITY colord-version "1.4.4">
<!ENTITY cpio-version "2.13">
<!ENTITY cups-pk-helper-version "0.2.6">

View File

@ -9,7 +9,7 @@
<!-- Following URL does have previous versions -->
<!ENTITY tcsh-download-http "http://fossies.org/linux/misc/tcsh-&tcsh-version;.tar.gz">
<!ENTITY tcsh-download-ftp "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
<!ENTITY tcsh-md5sum "5bd5f11515cc5cca927777fa92f9d4b9">
<!ENTITY tcsh-md5sum "4e6de6d646141ccadb09e780efa08bcc">
<!ENTITY tcsh-size "980 KB">
<!ENTITY tcsh-buildsize "13 MB (with tests)">
<!ENTITY tcsh-time "0.2 SBU (with tests)">
@ -70,14 +70,14 @@
<sect2 role="installation">
<title>Installation of Tcsh</title>
<!--
<para>
First, fix the package for tool chain changes:
</para>
<screen><userinput>sed -i 's|SVID_SOURCE|DEFAULT_SOURCE|g' config/linux &amp;&amp;
sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g' config/linux</userinput></screen>
-->
<para>Install <application>Tcsh</application> by running the following
commands:</para>