mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Package updates
Update to ruby-3.1.1 Update to nss-3.76
This commit is contained in:
parent
f2a19b4e88
commit
0771e2fae7
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY ruby-download-http "https://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
|
||||
<!ENTITY ruby-download-ftp " ">
|
||||
<!ENTITY ruby-md5sum "cdc345178b63098728e9b6d2188bd1bd">
|
||||
<!ENTITY ruby-md5sum "10bdff100c2a096cb0365e31ea57db59">
|
||||
<!ENTITY ruby-size "14 MB">
|
||||
<!ENTITY ruby-buildsize "600 MB (add 1.1 GB for C API docs)">
|
||||
<!ENTITY ruby-time "1.8 SBU (using parallelism=4; add 8.8 SBU for tests; add 1.9 SBU for C API docs)">
|
||||
<!ENTITY ruby-buildsize "611 MB (add 1.1 GB for C API docs)">
|
||||
<!ENTITY ruby-time "1.8 SBU (using parallelism=4; add 8.6 SBU for tests; add 1.3 SBU for C API docs)">
|
||||
]>
|
||||
|
||||
<sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
|
||||
@ -130,7 +130,7 @@ Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>--enable-shared</parameter>: This switch enables building of
|
||||
<parameter>--enable-shared</parameter>: This switch enables building
|
||||
the <filename class="libraryfile">libruby</filename> shared library.
|
||||
</para>
|
||||
|
||||
@ -220,8 +220,8 @@ Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.
|
||||
<term><command>erb</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is Tiny eRuby. It interprets a
|
||||
<application>Ruby</application> code embedded text file
|
||||
is a command line front-end for eRuby, which provides a templating
|
||||
system for <application>Ruby</application>
|
||||
</para>
|
||||
<indexterm zone="ruby erb">
|
||||
<primary sortas="b-erb">erb</primary>
|
||||
@ -233,8 +233,9 @@ Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.
|
||||
<term><command>gem</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
command for RubyGems - a sophisticated package manager for
|
||||
<application>Ruby</application>
|
||||
is the command for RubyGems, which is a sophisticated package
|
||||
manager for <application>Ruby</application>. This is similar
|
||||
to Python's 'pip' command
|
||||
</para>
|
||||
<indexterm zone="ruby gem">
|
||||
<primary sortas="b-gem">gem</primary>
|
||||
@ -259,7 +260,7 @@ Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.
|
||||
<term><command>rake</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
a make-like build utility for <application>Ruby</application>
|
||||
is a make-like build utility for <application>Ruby</application>
|
||||
</para>
|
||||
<indexterm zone="ruby rake">
|
||||
<primary sortas="b-rake">rake</primary>
|
||||
|
@ -41,6 +41,20 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>March 8th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to ruby-3.1.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;16143">#16143</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to nss-3.76. Fixes
|
||||
<ulink url="&blfs-ticket-root;16193">#16193</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 7th, 2022</para>
|
||||
<itemizedlist>
|
||||
|
@ -25,7 +25,7 @@
|
||||
<!ENTITY nftables-version "0.9.3">
|
||||
<!ENTITY nettle-version "3.7.3">
|
||||
|
||||
<!ENTITY nss-minor-version "75">
|
||||
<!ENTITY nss-minor-version "76">
|
||||
<!ENTITY nss-version "3.&nss-minor-version;">
|
||||
<!--
|
||||
<!ENTITY nss-micro-version "1">
|
||||
@ -377,7 +377,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY python3-lib-suffix "cpython-&python3-major;&python3-minor;-<arch>-linux-gnu">
|
||||
|
||||
<!ENTITY ruby-minor-version "3.1">
|
||||
<!ENTITY ruby-patch-version "0">
|
||||
<!ENTITY ruby-patch-version "1">
|
||||
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
|
||||
<!ENTITY ruby-gemdir "/usr/lib/ruby/gems/&ruby-minor-version;.0">
|
||||
<!ENTITY rust-version "1.58.1">
|
||||
|
@ -14,10 +14,11 @@
|
||||
<!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 "1a6ecb5ed5eb00c3c50eda15116b45fb">
|
||||
<!ENTITY nss-md5sum "d27f9417a5adab4e4869b6874702facc">
|
||||
<!ENTITY nss-size "81 MB">
|
||||
<!ENTITY nss-buildsize "316 MB (add 159 MB for tests)">
|
||||
<!ENTITY nss-time "1.9 SBU (with parallelism=4, add 18 SBU for tests)">
|
||||
<!ENTITY nss-buildsize "322 MB (add 284 MB for tests)">
|
||||
<!ENTITY nss-time "2.2 SBU (with parallelism=4, add 18 SBU for tests)">
|
||||
<!-- On my system, I got 64.2 SBU, but Bruce gets 18 SBU. -renodr -->
|
||||
]>
|
||||
|
||||
<sect1 id="nss" xreflabel="nss-&nss-version;">
|
||||
@ -282,7 +283,7 @@ install -v -m644 Linux*/lib/pkgconfig/nss.pc /usr/lib/pkgconfig</userinput></sc
|
||||
<filename>/usr/sbin/make-ca</filename> script included on the
|
||||
<xref linkend="make-ca"/> page can generate a system wide NSS DB with the
|
||||
<parameter>-n</parameter> switch, or by modifying the
|
||||
<filename>/etc/make-ca.conf</filename> file.
|
||||
<filename>/etc/make-ca/make-ca.conf</filename> file.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user