Changes in / [a09fa5f:9813d3d9]


Ignore:
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    ra09fa5f r9813d3d9  
    11361136   * Changed the loadkeys script to run "loadkeys -d" and removed the need
    11371137     for the /etc/sysconfig/keyboard file. The kbd patch fixes the
    1138      "loadkeys -d" behaviour.
     1138     "loadkeys -d" behavior.
    11391139
    114011401.6 - February 26th, 2002:
  • chapter01/changelog.xml

    ra09fa5f r9813d3d9  
    4141    -->
    4242    <listitem>
     43      <para>2022-12-15</para>
     44      <itemizedlist>
     45        <listitem>
     46           <para>[bdubbs] - Ensure a gawk hard link is updated in
     47           Chapter 8. Fixes
     48          <ulink url="&lfs-ticket-root;5180">#5180</ulink>.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Update to iana-etc-20221209. Addresses
     52          <ulink url="&lfs-ticket-root;5006">#5006</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to vim-9.0.1060. Addresses
     56          <ulink url="&lfs-ticket-root;5006">#5006</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to iproute2-6.1.0. Fixes
     60          <ulink url="&lfs-ticket-root;5184">#5184</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Update to xz-5.4.0. Fixes
     64          <ulink url="&lfs-ticket-root;5183">#5183</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[bdubbs] - Update to bash-5.2.15. Fixes
     68          <ulink url="&lfs-ticket-root;5182">#5182</ulink>.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[bdubbs] - Update to psmisc-23.6. Fixes
     72          <ulink url="&lfs-ticket-root;5181">#5181</ulink>.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[bdubbs] - Update to mpc-1.3.0. Fixes
     76          <ulink url="&lfs-ticket-root;5178">#5178</ulink>.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[bdubbs] - Update to python3-3.11.1. Fixes
     80          <ulink url="&lfs-ticket-root;5177">#5177</ulink>.</para>
     81        </listitem>
     82        <listitem>
     83          <para>[bdubbs] - Update to procps-ng-4.0.2. Fixes
     84          <ulink url="&lfs-ticket-root;5176">#5176</ulink>.</para>
     85        </listitem>
     86      </itemizedlist>
     87    </listitem>
     88
     89    <listitem>
    4390      <para>2022-12-01</para>
    4491      <itemizedlist>
  • chapter01/whatsnew.xml

    ra09fa5f r9813d3d9  
    194194      <para>Meson-&meson-version;</para>
    195195    </listitem>
    196     <!--<listitem>
     196    <listitem>
    197197      <para>MPC-&mpc-version;</para>
    198     </listitem>-->
     198    </listitem>
    199199    <!--<listitem>
    200200      <para>MPFR-&mpfr-version;</para>
     
    221221      <para>Procps-ng-&procps-ng-version;</para>
    222222    </listitem>
    223     <!--<listitem>
     223    <listitem>
    224224      <para>Psmisc-&psmisc-version;</para>
    225     </listitem>-->
     225    </listitem>
    226226    <listitem>
    227227      <para>Python-&python-version;</para>
  • chapter08/bash.xml

    ra09fa5f r9813d3d9  
    4343    <para>Prepare Bash for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr                      \
    46             --docdir=/usr/share/doc/bash-&bash-version; \
    47             --without-bash-malloc              \
    48             --with-installed-readline</userinput></screen>
     45    <screen><userinput remap="configure">./configure --prefix=/usr             \
     46            --without-bash-malloc    \
     47            --with-installed-readline \
     48            --docdir=/usr/share/doc/bash-&bash-version;</userinput></screen>
    4949
    5050    <variablelist>
  • chapter08/binutils.xml

    ra09fa5f r9813d3d9  
    176176    known to fail.
    177177    <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=29107 -->
    178     Because of a race between the gas testsuite and the gprofng testsuite,
     178    Because of a race between the gas test suite and the gprofng test suite,
    179179    some gas tests may fail if parallel jobs are used.  If you are not
    180180    assured of the correctness of gas, invoke
    181     <command>make check-gas</command> to run gas testsuite separately and
     181    <command>make check-gas</command> to run the gas test suite separately and
    182182    all tests should pass. Three gprofng tests yield the
    183183    <literal>ERROR</literal> result, and they are counted as
  • chapter08/gawk.xml

    ra09fa5f r9813d3d9  
    5959    <para>Install the package:</para>
    6060
    61 <screen><userinput remap="install">make install</userinput></screen>
     61<screen><userinput remap="install">make LN='ln -f' install</userinput></screen>
     62
     63    <variablelist>
     64      <title>The meaning of the overridden make variable:</title>
     65
     66      <varlistentry>
     67        <term><envar>LN='ln -f'</envar></term>
     68        <listitem>
     69           <para>This variable ensures that the previous hard link installed
     70           in <xref linkend='ch-tools-gawk'/> is updated here.</para>
     71       </listitem>
     72      </varlistentry>
     73   </variablelist>
    6274
    6375    <para>If desired, install the documentation:</para>
     
    7789
    7890      <seglistitem>
    79         <seg>awk (link to gawk), gawk, and awk-&gawk-version;</seg>
     91        <seg>awk (link to gawk), gawk, and gawk-&gawk-version;</seg>
    8092        <seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, intdiv.so, ordchr.so,
    8193        readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so,
  • chapter08/glibc.xml

    ra09fa5f r9813d3d9  
    389389          necessary to put the POSIX time zones in
    390390          <filename class="directory">zoneinfo</filename>, otherwise various
    391           test-suites will report errors. On an embedded system, where space is
     391          test suites will report errors. On an embedded system, where space is
    392392          tight and you do not intend to ever update the time zones, you could save
    393393          1.9 MB by not using the <filename class="directory">posix</filename>
    394           directory, but some applications or test-suites might produce some
     394          directory, but some applications or test suites might produce some
    395395          failures.</para>
    396396        </listitem>
  • chapter08/iproute2.xml

    ra09fa5f r9813d3d9  
    272272      </varlistentry>
    273273
    274       <!-- FixMe These options don't match tc -help screen -->
    275274      <varlistentry id="tc">
    276275        <term><command>tc</command></term>
     
    285284          on the queuing discipline scheduling</para>
    286285
    287           <para><command>tc estimator</command> allows users to estimate the
    288           data flow through a network</para>
    289 
    290286          <para><command>tc filter</command> allows users to set up the QoS/CoS
    291287          packet filtering</para>
    292 
    293           <para><command>tc policy</command> allows users to set up the QoS/CoS
    294           policies</para>
     288       
     289          <para><command>tc monitor</command> can be used to view changes
     290          made to Traffic Control in the kernel.</para>
     291         
    295292          <indexterm zone="ch-system-iproute2 ss">
    296293            <primary sortas="b-tc">tc</primary>
  • chapter08/kbd.xml

    ra09fa5f r9813d3d9  
    4242    <title>Installation of Kbd</title>
    4343
    44     <para>The behaviour of the backspace and delete keys is not consistent
     44    <para>The behavior of the backspace and delete keys is not consistent
    4545    across the keymaps in the Kbd package. The following patch fixes this
    4646    issue for i386 keymaps:</para>
  • chapter08/man-db.xml

    ra09fa5f r9813d3d9  
    7878        <term><parameter>--enable-cache-owner=bin</parameter></term>
    7979        <listitem>
    80           <para>This makes the system-wide cache files be owned by user
     80          <para>This changes ownership of the system-wide cache files to user
    8181          <systemitem class="username">bin</systemitem>.</para>
    8282        </listitem>
  • chapter08/mpc.xml

    ra09fa5f r9813d3d9  
    4242  <sect2 role="installation">
    4343    <title>Installation of MPC</title>
     44
     45    <para>First, make a fix identified upstream:</para>
     46
     47<screen><userinput remap="pre">sed -i '273{ h; d; }; 274,286 { H; d; }; 287 G' src/mpc.h</userinput></screen>
     48
     49    <note>
     50       <para>This sed is a little complex and needs some explanation.  It holds
     51       the line 273 in a buffer, adds lines 274-286 to it. It then writes the
     52       buffer out after line 287 is read. The result is that the line 287 is
     53       moved upwards from an incorrect location to its correct location in an
     54       #ifdef block.</para>
     55    </note>
    4456
    4557    <para>Prepare MPC for compilation:</para>
  • chapter08/procps.xml

    ra09fa5f r9813d3d9  
    4141    <title>Installation of Procps-ng</title>
    4242
    43     <para>Prepare procps-ng for compilation:</para>
     43    <para>Prepare Procps-ng for compilation:</para>
    4444
    4545<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                           \
     
    6161        <listitem>
    6262          <para>This switch disables building the <command>kill</command>
    63           command that will be installed by the Util-linux package.</para>
     63          command; it will be installed from the Util-linux package.</para>
    6464        </listitem>
    6565      </varlistentry>
     
    182182      </varlistentry>
    183183
    184       <varlistentry id="pwait">
     184      <!-- <varlistentry id="pwait">
    185185        <term><command>pwait</command></term>
    186186        <listitem>
     
    190190          </indexterm>
    191191        </listitem>
    192       </varlistentry>
     192      </varlistentry> This program no longer exists;
     193      it's already been removed from the Installed programs list. -->
    193194
    194195      <varlistentry id="pwdx">
  • chapter08/vim.xml

    ra09fa5f r9813d3d9  
    5555<screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    5656
    57     <para>Prepare vim for compilation:</para>
     57    <para>Prepare Vim for compilation:</para>
    5858
    5959<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     
    8484<screen><userinput remap="install">make install</userinput></screen>
    8585
    86     <para>Many users are used to using <command>vi</command> instead of
     86    <para>Many users reflexively type <command>vi</command> instead of
    8787    <command>vim</command>. To allow execution of <command>vim</command>
    8888    when users habitually enter <command>vi</command>, create a
     
    9595done</userinput></screen>
    9696
    97     <para>By default, vim's documentation is installed in <filename
     97    <para>By default, Vim's documentation is installed in <filename
    9898    class="directory">/usr/share/vim</filename>. The following symlink
    9999    allows the documentation to be accessed via <filename
     
    104104
    105105    <para>If an X Window System is going to be installed on the LFS
    106     system, it may be necessary to recompile vim after installing X. Vim
     106    system, it may be necessary to recompile Vim after installing X. Vim
    107107    comes with a GUI version of the editor that requires X and some
    108108    additional libraries to be installed. For more information on this
    109     process, refer to the vim documentation and the vim installation page
     109    process, refer to the Vim documentation and the Vim installation page
    110110    in the BLFS book at <ulink
    111111    url="&blfs-book;postlfs/vim.html"/>.</para>
     
    167167
    168168    <note>
    169       <para>By default, vim only installs spell files for the English language.
    170       To install spell files for your preferred language, copy the
     169      <para>By default, vim only installs spell-checking files for the English language.
     170      To install spell-checking files for your preferred language, copy the
    171171      <filename class='extension'>.spl</filename> and optionally, the
    172172      <filename class='extension'>.sug</filename> files for your language
     
    176176        /usr/share/&vim-docdir;/spell/</filename>.</para>
    177177
    178       <para>To use these spell files, some configuration in
     178      <para>To use these spell-checking files, some configuration in
    179179      <filename>/etc/vimrc</filename> is needed, e.g.:</para>
    180180
     
    298298        <listitem>
    299299          <para>Creates a hex dump of the given file; it can
    300           also do the reverse, so it can be used for binary patching</para>
     300          also perform the inverse operation, so it can be used for binary
     301          patching</para>
    301302          <indexterm zone="ch-system-vim xxd">
    302303            <primary sortas="b-xxd">xxd</primary>
  • packages.ent

    ra09fa5f r9813d3d9  
    4949<!ENTITY automake-fin-sbu "less than 0.1 SBU (about 7.7 SBU with tests)">
    5050
    51 <!ENTITY bash-version "5.2.9">
     51<!ENTITY bash-version "5.2.15">
    5252<!ENTITY bash-size "10,695 KB">
    5353<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
    54 <!ENTITY bash-md5 "0d8a4e4fe2d31ed5c304316bd9fcb337">
     54<!ENTITY bash-md5 "4281bb43497f3905a308430a8d6a30a5">
    5555<!ENTITY bash-home "&gnu-software;bash/">
    5656<!ENTITY bash-tmp-du "64 MB">
     
    320320<!ENTITY gzip-fin-sbu "0.3 SBU">
    321321
    322 <!ENTITY iana-etc-version "20221122">
     322<!ENTITY iana-etc-version "20221209">
    323323<!ENTITY iana-etc-size "585 KB">
    324324<!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz">
    325 <!ENTITY iana-etc-md5 "2d4ea18372691d8c6ffd009a766e3380">
     325<!ENTITY iana-etc-md5 "b5e3e7ee1f65edff9284e614000a3815">
    326326<!ENTITY iana-etc-home "https://www.iana.org/protocols">
    327327<!ENTITY iana-etc-fin-du "4.8 MB">
     
    345345<!ENTITY intltool-fin-sbu "less than 0.1 SBU">
    346346
    347 <!ENTITY iproute2-version "6.0.0">
    348 <!ENTITY iproute2-size "880 KB">
     347<!ENTITY iproute2-version "6.1.0">
     348<!ENTITY iproute2-size "885 KB">
    349349<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    350 <!ENTITY iproute2-md5 "5da6cb3154ee09b9a8b4004d1c2df4cd">
     350<!ENTITY iproute2-md5 "f3ff4461e25dbc5ef1fb7a9167a9523d">
    351351<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
    352352<!ENTITY iproute2-fin-du "16 MB">
     
    502502<!ENTITY meson-fin-sbu "less than 0.1 SBU">
    503503
    504 <!ENTITY mpc-version "1.2.1">
    505 <!ENTITY mpc-size "820 KB">
     504<!ENTITY mpc-version "1.3.0">
     505<!ENTITY mpc-size "756 KB">
    506506<!ENTITY mpc-url "https://ftp.gnu.org/gnu/mpc/mpc-&mpc-version;.tar.gz">
    507 <!ENTITY mpc-md5 "9f16c976c25bb0f76b50be749cd7a3a8">
     507<!ENTITY mpc-md5 "b0f5e2ad6009781777ed026bcf71bf0e">
    508508<!ENTITY mpc-home "https://www.multiprecision.org/">
    509509<!ENTITY mpc-fin-du "21 MB">
     
    576576<!ENTITY pkgconfig-fin-sbu "0.3 SBU">
    577577
    578 <!ENTITY procps-ng-version "4.0.1">
    579 <!ENTITY procps-ng-size "1089 KB">
     578<!ENTITY procps-ng-version "4.0.2">
     579<!ENTITY procps-ng-size "1250 KB">
    580580<!ENTITY procps-ng-url "https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz">
    581 <!ENTITY procps-ng-md5 "5de27fd569843e88a21aa0af8990f96d">
     581<!ENTITY procps-ng-md5 "691748c4767f19b9d94ed9d088e40c4d">
    582582<!ENTITY procps-ng-home "https://sourceforge.net/projects/procps-ng">
    583583<!ENTITY procps-ng-fin-du "19 MB">
    584584<!ENTITY procps-ng-fin-sbu "0.1 SBU">
    585585
    586 <!ENTITY psmisc-version "23.5">
    587 <!ENTITY psmisc-size "395 KB">
     586<!ENTITY psmisc-version "23.6">
     587<!ENTITY psmisc-size "415 KB">
    588588<!ENTITY psmisc-url "https://sourceforge.net/projects/psmisc/files/psmisc/psmisc-&psmisc-version;.tar.xz">
    589 <!ENTITY psmisc-md5 "014f0b5d5ab32478a2c57812ad01e1fb">
     589<!ENTITY psmisc-md5 "ed3206da1184ce9e82d607dc56c52633">
    590590<!ENTITY psmisc-home "https://gitlab.com/psmisc/psmisc">
    591591<!ENTITY psmisc-fin-du "5.8 MB">
     
    595595     meson pages will be needed: python3.6 and python3.6m -->
    596596
    597 <!ENTITY python-version "3.11.0">
     597<!ENTITY python-version "3.11.1">
    598598<!ENTITY python-minor "3.11">
    599 <!ENTITY python-size "19,356 KB">
     599<!ENTITY python-size "19,392 KB">
    600600<!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
    601 <!ENTITY python-md5 "fe92acfa0db9b9f5044958edb451d463">
     601<!ENTITY python-md5 "4efe92adf28875c77d3b9b2e8d3bc44a">
    602602<!ENTITY python-home "https://www.python.org/">
    603603<!ENTITY python-tmp-du "364 MB">
     
    606606<!ENTITY python-fin-sbu "3.4 SBU">
    607607<!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2">
    608 <!ENTITY python-docs-md5 "b740495c9f6714e0998894ed8d1cb379">
    609 <!ENTITY python-docs-size "7,484 KB">
     608<!ENTITY python-docs-md5 "32f5cd7d63adf58ca4e0687dc530ce8b">
     609<!ENTITY python-docs-size "7,522 KB">
    610610
    611611<!ENTITY readline-version "8.2">
     
    727727<!ENTITY mount-setsid-sbu "less than 0.1 SBU">
    728728
    729 <!ENTITY vim-version "9.0.0739">
     729<!ENTITY vim-version "9.0.1060">
    730730<!-- <!ENTITY vim-majmin "90"> -->
    731731<!ENTITY vim-docdir "vim/vim90">
    732 <!ENTITY vim-size "16,370 KB">
     732<!ENTITY vim-size "16,488 KB">
    733733<!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
    734734<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">
    735 <!ENTITY vim-md5 "d28503800dcd471edf8c308f5a74f177">
     735<!ENTITY vim-md5 "cee12f38abdac37edeced59461bb04d4">
    736736<!ENTITY vim-home "https://www.vim.org">
    737737<!ENTITY vim-fin-du "217 MB">
     
    754754<!ENTITY xml-parser-fin-sbu "less than 0.1 SBU">
    755755
    756 <!ENTITY xz-version "5.2.9">
    757 <!ENTITY xz-size "1,261 KB">
     756<!ENTITY xz-version "5.4.0">
     757<!ENTITY xz-size "1,375 KB">
    758758<!ENTITY xz-url "https://tukaani.org/xz/xz-&xz-version;.tar.xz">
    759 <!ENTITY xz-md5 "115d93141a38801983572f816c6dd68a">
     759<!ENTITY xz-md5 "3518b2c6e00400f4df5dd8d2a70fc2a9">
    760760<!ENTITY xz-home "https://tukaani.org/xz">
    761761<!ENTITY xz-tmp-du "16 MB">
Note: See TracChangeset for help on using the changeset viewer.