mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to node-10.15.1
Update to nss-3.42.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21082 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
262f8897a5
commit
d94c86c9b7
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
|
||||
<!ENTITY nodejs-download-ftp " ">
|
||||
<!ENTITY nodejs-md5sum "50d546a5653e35e30859d8d904e020e3">
|
||||
<!ENTITY nodejs-md5sum "1cad7963255de53509bfa560221bdc88">
|
||||
<!ENTITY nodejs-size "19 MB">
|
||||
<!ENTITY nodejs-buildsize "375 MB (add 33 MB for tests)">
|
||||
<!ENTITY nodejs-time "5.2 SBU (using parallelism=4; add 1.5 SBU for tests)">
|
||||
<!ENTITY nodejs-buildsize "426 MB (add 51 MB for tests)">
|
||||
<!ENTITY nodejs-time "5.2 SBU (using parallelism=4; add 1.2 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="nodejs" xreflabel="nodejs-&nodejs-version;">
|
||||
@ -91,8 +91,9 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="c-ares"/>,
|
||||
<xref linkend="icu"/> and
|
||||
<xref linkend="libuv"/>
|
||||
<xref linkend="icu"/>,
|
||||
<xref linkend="libuv"/>, and
|
||||
<xref linkend="nghttp2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -119,6 +120,7 @@
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--shared-cares \
|
||||
--shared-libuv \
|
||||
--shared-nghttp2 \
|
||||
--shared-openssl \
|
||||
--shared-zlib \
|
||||
--with-intl=system-icu &&
|
||||
@ -143,8 +145,8 @@ ln -sf node /usr/share/doc/node-&nodejs-version;</userinput></screen>
|
||||
<application>icu</application> library) and <option>small-icu</option> (to
|
||||
to build a local, minimal <application>icu</application> library).</para>
|
||||
|
||||
<para><parameter>--shared-{cares,libuv,openssl,zlib}</parameter>: use the
|
||||
system installed libraries instead of local copies.</para>
|
||||
<para><parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
|
||||
use the system installed libraries instead of local copies.</para>
|
||||
|
||||
<para><option>--without-npm</option>: do not build
|
||||
<application>npm</application> (use if you'd like to build a separate
|
||||
|
@ -45,6 +45,14 @@
|
||||
<listitem>
|
||||
<para>February 3rd, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to NSS-3.42.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;11615">#11615</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to node.js-10.15.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;11607">#11607</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to qpdf-8.4.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;11623">#11623</ulink>.</para>
|
||||
|
@ -30,9 +30,9 @@
|
||||
<!ENTITY nettle-version "3.4.1">
|
||||
|
||||
<!ENTITY nss-minor-version "42">
|
||||
<!--<!ENTITY nss-micro-version "1">-->
|
||||
<!--<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">-->
|
||||
<!ENTITY nss-version "3.&nss-minor-version;">
|
||||
<!ENTITY nss-micro-version "1">
|
||||
<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">
|
||||
<!--<!ENTITY nss-version "3.&nss-minor-version;">-->
|
||||
|
||||
<!ENTITY openssh-version "7.9p1">
|
||||
<!-- <!ENTITY openssl-version "1.1.0g"> -->
|
||||
@ -172,7 +172,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libwacom-version "0.29">
|
||||
<!ENTITY lzo-version "2.10">
|
||||
<!ENTITY mtdev-version "1.1.5">
|
||||
<!ENTITY nodejs-version "10.15.0">
|
||||
<!ENTITY nodejs-version "10.15.1">
|
||||
<!ENTITY npth-version "1.6">
|
||||
<!ENTITY nspr-version "4.20">
|
||||
<!ENTITY openobex-version "1.7.2">
|
||||
|
@ -8,16 +8,16 @@
|
||||
<!ENTITY nss-url "archive.mozilla.org/pub/security/nss/releases">
|
||||
|
||||
<!-- 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 -->
|
||||
<!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-md5sum "2a9bc43d35d16ebbe243f1de43b509ea">
|
||||
<!ENTITY nss-md5sum "1f6cc6c702379478a3a72298caaef0a7">
|
||||
<!ENTITY nss-size "22 MB">
|
||||
<!ENTITY nss-buildsize "143 MB">
|
||||
<!ENTITY nss-time "2.3 SBU">
|
||||
<!ENTITY nss-time "2.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="nss" xreflabel="NSS-&nss-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user