mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Merge changes
Upgrade to bash-5.3-rc2 and readline-8.3-rc2
This commit is contained in:
parent
b137e61a15
commit
3b604e73d1
@ -53,7 +53,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Upstream Fixe Patch - <token>&coreutils-upstream-patch-size;</token>:</term>
|
||||
<term>Coreutils Upstream Fix Patch - <token>&coreutils-upstream-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&coreutils-upstream-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&coreutils-upstream-patch-md5;</literal></para>
|
||||
|
@ -54,7 +54,8 @@
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--without-ensurepip</userinput></screen>
|
||||
--without-ensurepip \
|
||||
--without-static-libpython</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure option:</title>
|
||||
@ -74,6 +75,13 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--without-static-libpython</parameter></term>
|
||||
<listitem>
|
||||
<para>This switch prevents building a large, but unneeded, static
|
||||
library.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
@ -127,7 +127,7 @@
|
||||
make will spawn new shell processes during "make install". -->
|
||||
|
||||
<para>The installation of this package will overwrite
|
||||
<filename class="libraryfile">libncursesw.so.&ncurses-version;</filename>
|
||||
<filename class="libraryfile">libncursesw.so.&ncurses-base-version;</filename>
|
||||
in-place. It may crash the shell process which is using code and data
|
||||
from the library file. Install the package with
|
||||
<literal>DESTDIR</literal>, and replace the library file correctly using
|
||||
|
@ -77,14 +77,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--without-static-libpython</parameter></term>
|
||||
<listitem>
|
||||
<para>This switch prevents building a large, but unneeded, static
|
||||
library.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
@ -88,17 +88,14 @@
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>/etc/bashrc </para></listitem>
|
||||
<listitem><para>/etc/dircolors </para></listitem>
|
||||
<listitem><para>/etc/fstab </para></listitem>
|
||||
<listitem><para>/etc/hosts </para></listitem>
|
||||
<listitem><para>/etc/inputrc </para></listitem>
|
||||
<listitem><para>/etc/profile </para></listitem>
|
||||
<listitem><para>/etc/resolv.conf </para></listitem>
|
||||
<listitem><para>/etc/resolv.conf
|
||||
<phrase revision='systemd'>(optional)</phrase></para></listitem>
|
||||
<listitem><para>/etc/vimrc </para></listitem>
|
||||
<listitem><para>/root/.bash_profile </para></listitem>
|
||||
<listitem><para>/root/.bashrc </para></listitem>
|
||||
<listitem revision="sysv"><para>/etc/sysconfig/ifconfig.eth0 </para></listitem>
|
||||
<listitem revision="sysv"><para>/etc/sysconfig/ifconfig.eth0</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
12
packages.ent
12
packages.ent
@ -47,10 +47,10 @@
|
||||
<!ENTITY automake-fin-du "121 MB">
|
||||
<!ENTITY automake-fin-sbu "less than 0.1 SBU (about 1.1 SBU with tests)">
|
||||
|
||||
<!ENTITY bash-version "5.3-rc1">
|
||||
<!ENTITY bash-size "10,491 KB">
|
||||
<!ENTITY bash-version "5.3-rc2">
|
||||
<!ENTITY bash-size "10,734 KB">
|
||||
<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
|
||||
<!ENTITY bash-md5 "f58f56196606a0d0cef9b96b733d256c">
|
||||
<!ENTITY bash-md5 "9c440d7c5ca37433e496c5e22f8918c6">
|
||||
<!ENTITY bash-home "&gnu-software;bash/">
|
||||
<!ENTITY bash-tmp-du "68 MB">
|
||||
<!ENTITY bash-tmp-sbu "0.2 SBU">
|
||||
@ -629,11 +629,11 @@
|
||||
<!ENTITY python-docs-md5 "5b65ca5579dac14e425cd247af6fd043">
|
||||
<!ENTITY python-docs-size "10,112 KB">
|
||||
|
||||
<!ENTITY readline-version "8.3-rc1">
|
||||
<!ENTITY readline-version "8.3-rc2">
|
||||
<!ENTITY readline-soversion "8.3"><!-- used for stripping -->
|
||||
<!ENTITY readline-size "3,336 KB">
|
||||
<!ENTITY readline-size "3,337 KB">
|
||||
<!ENTITY readline-url "&gnu;readline/readline-&readline-version;.tar.gz">
|
||||
<!ENTITY readline-md5 "65e32c25e6ba871e5b026d22d0b81002">
|
||||
<!ENTITY readline-md5 "d580a2ab42aa69d09c237b1e2058914d">
|
||||
<!ENTITY readline-home "https://tiswww.case.edu/php/chet/readline/rltop.html">
|
||||
<!ENTITY readline-fin-du "16 MB">
|
||||
<!ENTITY readline-fin-sbu "less than 0.1 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user