Update to exo-0.12.10.

Update to cbindgen-0.10.0. 
Update to nss-3.47.1. 
Update to node.js-12.13.1. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22396 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2019-11-24 19:03:25 +00:00
parent 19ea489972
commit f0f259bb58
6 changed files with 37 additions and 21 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz"> <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
<!ENTITY nodejs-download-ftp " "> <!ENTITY nodejs-download-ftp " ">
<!ENTITY nodejs-md5sum "4678cadb8daffc435b57939e28f350ac"> <!ENTITY nodejs-md5sum "1535b099efb0bd0215baf086cab0967a">
<!ENTITY nodejs-size "22 MB"> <!ENTITY nodejs-size "22 MB">
<!ENTITY nodejs-buildsize "582 MB (add 36 MB for tests)"> <!ENTITY nodejs-buildsize "582 MB (add 37 MB for tests)">
<!ENTITY nodejs-time "7.8 SBU (using parallelism=4; add 2.3 SBU for tests)"> <!ENTITY nodejs-time "7.8 SBU (using parallelism=4; add 2.4 SBU for tests)">
]> ]>
<sect1 id="nodejs" xreflabel="nodejs-&nodejs-version;"> <sect1 id="nodejs" xreflabel="nodejs-&nodejs-version;">
@ -128,7 +128,7 @@ make</userinput></screen>
<para> <para>
To test the results, issue: <command>make check</command>. To test the results, issue: <command>make check</command>.
Two tests, test-intl and test-dns, are known to fail. One test, test-dns, is known to fail.
</para> </para>
<para> <para>

View File

@ -6,10 +6,10 @@
<!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz"> <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
<!ENTITY cbindgen-download-ftp " "> <!ENTITY cbindgen-download-ftp " ">
<!ENTITY cbindgen-md5sum "36ec45a92f886fbec2e036bf70b13f21"> <!ENTITY cbindgen-md5sum "939514c0ff78898a2cb737759c49ad6e">
<!ENTITY cbindgen-size "136 KB"> <!ENTITY cbindgen-size "140 KB">
<!ENTITY cbindgen-buildsize "88 MB (add 504 MB for tests) "> <!ENTITY cbindgen-buildsize "88 MB (add 515 MB for tests) ">
<!ENTITY cbindgen-time "1.2 SBU (Using paralleism=4; add 0.5 SBU for tests)"> <!ENTITY cbindgen-time "0.9 SBU (Using paralleism=4; add 0.5 SBU for tests)">
]> ]>
<sect1 id="cbindgen" xreflabel="Cbindgen-&cbindgen-version;"> <sect1 id="cbindgen" xreflabel="Cbindgen-&cbindgen-version;">
@ -116,7 +116,7 @@
<para> <para>
To test the results, issue: <command>cargo test</command>. To test the results, issue: <command>cargo test</command>.
Four tests, test_expand*, are known to fail. Five tests, test_expand*, are known to fail.
</para> </para>
<para> <para>

View File

@ -44,6 +44,22 @@
<listitem> <listitem>
<para>November 24th, 2019</para> <para>November 24th, 2019</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[bdubbs] - Update to exo-0.12.10. Fixes
<ulink url="&blfs-ticket-root;12793">#12793</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to cbindgen-0.10.0. Fixes
<ulink url="&blfs-ticket-root;12790">#12790</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to nss-3.47.1. Fixes
<ulink url="&blfs-ticket-root;12789">#12789</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to node.js-12.13.1. Fixes
<ulink url="&blfs-ticket-root;12788">#12788</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[bdubbs] - Update to tigervnc-1.10.0. Fixes <para>[bdubbs] - Update to tigervnc-1.10.0. Fixes
<ulink url="&blfs-ticket-root;12783">#12783</ulink>.</para> <ulink url="&blfs-ticket-root;12783">#12783</ulink>.</para>

View File

@ -28,9 +28,9 @@
<!ENTITY nettle-version "3.5.1"> <!ENTITY nettle-version "3.5.1">
<!ENTITY nss-minor-version "47"> <!ENTITY nss-minor-version "47">
<!--<!ENTITY nss-micro-version "1">--> <!ENTITY nss-micro-version "1">
<!--<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">--> <!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">
<!ENTITY nss-version "3.&nss-minor-version;"> <!--<!ENTITY nss-version "3.&nss-minor-version;">-->
<!ENTITY openssh-version "8.1p1"> <!ENTITY openssh-version "8.1p1">
<!-- <!ENTITY openssl-version "1.1.0g"> --> <!-- <!ENTITY openssl-version "1.1.0g"> -->
<!ENTITY openssl10-version "1.0.2q"> <!ENTITY openssl10-version "1.0.2q">
@ -169,7 +169,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY libwacom-version "0.29"> <!ENTITY libwacom-version "0.29">
<!ENTITY lzo-version "2.10"> <!ENTITY lzo-version "2.10">
<!ENTITY mtdev-version "1.1.5"> <!ENTITY mtdev-version "1.1.5">
<!ENTITY nodejs-version "12.13.0"> <!ENTITY nodejs-version "12.13.1">
<!ENTITY npth-version "1.6"> <!ENTITY npth-version "1.6">
<!ENTITY nspr-version "4.23"> <!ENTITY nspr-version "4.23">
<!ENTITY openobex-version "1.7.2"> <!ENTITY openobex-version "1.7.2">
@ -308,7 +308,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!-- Chapter 13 --> <!-- Chapter 13 -->
<!ENTITY autoconf213-version "2.13"> <!ENTITY autoconf213-version "2.13">
<!ENTITY bazaar-version "2.5.1"> <!ENTITY bazaar-version "2.5.1">
<!ENTITY cbindgen-version "0.9.1"> <!ENTITY cbindgen-version "0.10.0">
<!ENTITY check-version "0.12.0"> <!ENTITY check-version "0.12.0">
<!ENTITY clisp-version "2.49"> <!ENTITY clisp-version "2.49">
<!ENTITY cmake-major-version "3.15"> <!ENTITY cmake-major-version "3.15">
@ -783,7 +783,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY libxfce4util-version "4.14.0"> <!ENTITY libxfce4util-version "4.14.0">
<!ENTITY xfconf-version "4.14.1"> <!ENTITY xfconf-version "4.14.1">
<!ENTITY libxfce4ui-version "4.14.1"> <!ENTITY libxfce4ui-version "4.14.1">
<!ENTITY exo-version "0.12.9"> <!ENTITY exo-version "0.12.10">
<!ENTITY garcon-version "0.6.4"> <!ENTITY garcon-version "0.6.4">
<!ENTITY gtk-xfce-engine-version "3.2.0"> <!ENTITY gtk-xfce-engine-version "3.2.0">
<!ENTITY libwnck2-version "2.30.7"> <!ENTITY libwnck2-version "2.30.7">

View File

@ -8,17 +8,17 @@
<!ENTITY nss-url "archive.mozilla.org/pub/security/nss/releases"> <!ENTITY nss-url "archive.mozilla.org/pub/security/nss/releases">
<!-- micro versions --> <!-- micro versions -->
<!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">--> <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">
<!-- no micro versions --> <!-- no micro versions -->
<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> <!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">-->
<!ENTITY nss-download-ftp " "> <!ENTITY nss-download-ftp " ">
<!ENTITY nss-md5sum "81e47f3c70c2c53f801ab39434c887fb"> <!ENTITY nss-md5sum "1c32c2e89958e8255a6da1ea43ea8206">
<!ENTITY nss-size "73 MB"> <!ENTITY nss-size "73 MB">
<!-- 50 MB increase is due to new test files, see #12187 --> <!-- 50 MB increase is due to new test files, see #12187 -->
<!ENTITY nss-buildsize "255 MB"> <!ENTITY nss-buildsize "246 MB">
<!ENTITY nss-time "2.0 SBU"> <!ENTITY nss-time "2.8 SBU">
]> ]>
<sect1 id="nss" xreflabel="NSS-&nss-version;"> <sect1 id="nss" xreflabel="NSS-&nss-version;">

View File

@ -7,7 +7,7 @@
<!ENTITY exo-download-http <!ENTITY exo-download-http
"http://archive.xfce.org/src/xfce/exo/0.12/exo-&exo-version;.tar.bz2"> "http://archive.xfce.org/src/xfce/exo/0.12/exo-&exo-version;.tar.bz2">
<!ENTITY exo-download-ftp " "> <!ENTITY exo-download-ftp " ">
<!ENTITY exo-md5sum "9730f9d270b4968a8bbebe73e6de934f"> <!ENTITY exo-md5sum "ef1db71eb24cf24f6870444ccfc2345d">
<!ENTITY exo-size "1.3 MB"> <!ENTITY exo-size "1.3 MB">
<!ENTITY exo-buildsize "27 MB (with tests)"> <!ENTITY exo-buildsize "27 MB (with tests)">
<!ENTITY exo-time "0.4 SBU (with tests)"> <!ENTITY exo-time "0.4 SBU (with tests)">