mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to node.js-14.15.4
Update to nss-3.60.1 GnuPG: Remove unrecognized option from the configure line git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24073 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1ea3b966f5
commit
6cbbb2d60a
@ -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 "63fdbe8d8b1b0cb795a49d6fc2ecfb48">
|
||||
<!ENTITY nodejs-md5sum "8b98e6c6b5a51bb60f179622a82db55b">
|
||||
<!ENTITY nodejs-size "32 MB">
|
||||
<!ENTITY nodejs-buildsize "744 MB (add 20 MB for tests)">
|
||||
<!ENTITY nodejs-time "8.2 SBU (using parallelism=4; add 2.1 SBU for tests)">
|
||||
<!ENTITY nodejs-buildsize "747 MB (add 36 MB for tests)">
|
||||
<!ENTITY nodejs-time "10.1 SBU (using parallelism=4; add 2.6 SBU for tests)">
|
||||
<!-- timing may be shorter on intel -->
|
||||
]>
|
||||
|
||||
@ -147,7 +147,7 @@ ln -sf node /usr/share/doc/node-&nodejs-version;</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>- -with-intl=system-icu</parameter>: use the system version
|
||||
<parameter>--with-intl=system-icu</parameter>: use the system version
|
||||
of <application>icu</application>. Other values are
|
||||
<option>full-icu</option> (to build a local, full
|
||||
<application>icu</application> library) and <option>small-icu</option>
|
||||
|
@ -44,6 +44,18 @@
|
||||
<listitem>
|
||||
<para>January 5th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to node.js-14.15.4 (Security Update). Fixes
|
||||
<ulink url="&blfs-ticket-root;14462">#14462</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to nss-3.60.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;14463">#14463</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Remove an unrecognized switch from the configure
|
||||
line for GnuPG.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[thomas] - Add "Running a git Server" page.</para>
|
||||
</listitem>
|
||||
|
@ -28,9 +28,9 @@
|
||||
<!ENTITY nettle-version "3.7">
|
||||
|
||||
<!ENTITY nss-minor-version "60">
|
||||
<!ENTITY nss-micro-version "0">
|
||||
<!--<!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 "8.4p1">
|
||||
<!-- <!ENTITY openssl-version "1.1.0g"> -->
|
||||
<!ENTITY openssl10-version "1.0.2q">
|
||||
@ -178,7 +178,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libwacom-version "1.7">
|
||||
<!ENTITY lzo-version "2.10">
|
||||
<!ENTITY mtdev-version "1.1.6">
|
||||
<!ENTITY nodejs-version "14.15.3">
|
||||
<!ENTITY nodejs-version "14.15.4">
|
||||
<!ENTITY npth-version "1.6">
|
||||
<!ENTITY nspr-version "4.29">
|
||||
<!ENTITY openobex-version "1.7.2">
|
||||
|
@ -131,7 +131,6 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--enable-symcryptrun \
|
||||
--localstatedir=/var \
|
||||
--docdir=/usr/share/doc/gnupg-&gnupg2-version; &&
|
||||
make &&
|
||||
@ -196,11 +195,12 @@ install -v -m644 doc/gnupg.html/* \
|
||||
class="directory">/usr/share/doc/gnupg-&gnupg2-version;</filename>.
|
||||
</para>
|
||||
|
||||
<!-- Unrecognized in 2.2.26, seems to get built automatically now.
|
||||
<para>
|
||||
<parameter>--enable-symcryptrun</parameter>: This switch enables
|
||||
<parameter>- -enable-symcryptrun</parameter>: This switch enables
|
||||
building the symcryptrun program.
|
||||
</para>
|
||||
|
||||
-->
|
||||
<para>
|
||||
<option>--enable-all-tests</option>: allows more tests to be run with
|
||||
<command>make check</command>.
|
||||
|
@ -8,17 +8,17 @@
|
||||
<!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 "afbbb03ae4034a55d28de658ba4e18ff">
|
||||
<!ENTITY nss-md5sum "084443774d09dcb114cbd4a68f89c713">
|
||||
<!ENTITY nss-size "78 MB">
|
||||
<!-- 50 MB increase is due to new test files, see #12187 -->
|
||||
<!ENTITY nss-buildsize "294 MB (add 139 MB for tests)">
|
||||
<!ENTITY nss-time "2.6 SBU (with parallelism=4, add 24 SBU for tests)">
|
||||
<!ENTITY nss-buildsize "304 MB (add 230 MB for tests)">
|
||||
<!ENTITY nss-time "2.7 SBU (with parallelism=4, add 30 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="nss" xreflabel="NSS-&nss-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user