Changeset 76a706e


Ignore:
Timestamp:
06/16/2019 09:09:30 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
590d4cbe
Parents:
ac95fdb
Message:

Update to vim-8.1.1535.
Update to shadow-4.7.
Update to linux-5.1.10.
Update to less-551.
Update to util-linux-2.34.
Remove eudev instructions referring to /tools.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rac95fdb r76a706e  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45    <listitem>
     46      <para>2019-06-16</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to vim-8.1.1535. Fixes
     50          <ulink url="&lfs-ticket-root;4482">#4482</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to shadow-4.7. Fixes
     54          <ulink url="&lfs-ticket-root;4481">#4481</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to linux-5.1.10. Fixes
     58          <ulink url="&lfs-ticket-root;4478">#4478</ulink>.</para>
     59        </listitem>
     60        <listitem revision="sysv">
     61          <para>[bdubbs] - Update to less-551. Fixes
     62          <ulink url="&lfs-ticket-root;4477">#4477</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[bdubbs] - Update to util-linux-2.34. Fixes
     66          <ulink url="&lfs-ticket-root;4452">#4462</ulink>.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[bdubbs] - Remove eudev instructions referring to /tools. Fixes
     70          <ulink url="&lfs-ticket-root;4480">#4480</ulink>.</para>
     71        </listitem>
     72      </itemizedlist>
     73    </listitem>
     74
    4575    <listitem revision="systemd">
    4676      <para>2019-06-12</para>
  • chapter01/whatsnew.xml

    rac95fdb r76a706e  
    141141      <para>Kmod-&kmod-version;</para>
    142142   </listitem>-->
    143    <!--<listitem>
     143   <listitem>
    144144      <para>Less-&less-version;</para>
    145    </listitem>-->
     145   </listitem>
    146146    <listitem>
    147147      <para>LFS-Bootscripts-&lfs-bootscripts-version;</para>
     
    216216      <para>Sed-&sed-version;</para>
    217217    </listitem>-->
    218     <!--<listitem>
     218    <listitem>
    219219      <para>Shadow-&shadow-version;</para>
    220     </listitem>-->
     220    </listitem>
    221221    <!--<listitem revision="sysv">
    222222      <para>Sysklogd-&sysklogd-version;</para>
     
    243243      <para>Util-Linux-&util-linux-version;</para>
    244244   </listitem>
    245     <!--<listitem>
     245    <listitem>
    246246      <para>Vim-&vim-version;</para>
    247     </listitem>-->
     247    </listitem>
    248248    <!--<listitem>
    249249      <para>XML-Parser-&xml-parser-version;</para>
  • chapter06/eudev.xml

    rac95fdb r76a706e  
    5050<screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen>
    5151-->
     52<!--
    5253    <para>First, add a workaround to prevent the /tools directory from being
    5354    hard coded into Eudev binary files library locations:</para>
     
    5859BLKID_CFLAGS="-I/tools/include"
    5960EOF</userinput></screen>
    60 
     61-->
    6162<para>Prepare Eudev for compilation:</para>
    6263
     
    7071            --with-rootlibdir=/lib  \
    7172            --enable-manpages       \
    72             --disable-static        \
    73             --config-cache</userinput></screen>
     73            --disable-static</userinput></screen>
     74<!--           - -config-cache</userinput></screen> -->
    7475
    7576<para>Compile the package:</para>
    7677
     78<screen><userinput remap="make">make</userinput></screen>
     79<!--
    7780<screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen>
    7881
     
    8285used to find libraries during the linking process.  LD_LIBRARY_PATH is
    8386used to find libraries during program execution.</para></note>
    84 
     87-->
    8588<para>Create some directories now that are needed for tests, but
    8689will also be used as a part of installation:</para>
     
    9194<para>To test the results, issue:</para>
    9295
    93 <screen><userinput remap="test">make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>
     96<screen><userinput remap="test">make check</userinput></screen>
     97<!--<screen><userinput remap="test">make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>-->
    9498
    9599    <para>Install the package:</para>
    96100
    97 <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
     101<screen><userinput remap="install">make install</userinput></screen>
     102<!--<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>-->
    98103
    99104    <para>Install some custom rules and support files useful in an LFS
     
    124129    initial database:</para>
    125130
    126 <screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb --update</userinput></screen>
     131<!--<screen><userinput>LD_LIBRARY_PATH=/tools/lib udevadm hwdb - -update</userinput></screen>-->
     132<screen><userinput>udevadm hwdb --update</userinput></screen>
    127133
    128134    <para>This command needs to be run each time the hardware information is
  • chapter06/vim.xml

    rac95fdb r76a706e  
    6767<screen><userinput remap="make">make</userinput></screen>
    6868
    69     <para>To test the results, issue:</para>
     69    <para>To prepare the tests, ensure that the
     70    <systemitem class="username">nobody</systemitem> user can write
     71    to the sources tree:</para>
     72
     73<screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
     74
     75    <para>Now run the tests as the <systemitem
     76    class="username">nobody</systemitem> user:</para>
     77
     78<screen><userinput remap="test">su nobody -s /bin/bash -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
    7079
    7180<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>
  • general.ent

    rac95fdb r76a706e  
    1 <!ENTITY version         "SVN-20190612">
     1<!ENTITY version         "SVN-20190616">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190612-systemd">
     6<!ENTITY versiond        "20190616-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 12, 2019">
     10<!ENTITY releasedate     "June 16, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rac95fdb r76a706e  
    374374<!ENTITY kmod-ch6-sbu "0.1 SBU">
    375375
    376 <!ENTITY less-version "530">
    377 <!ENTITY less-size "332 KB">
     376<!ENTITY less-version "551">
     377<!ENTITY less-size "339 KB">
    378378<!ENTITY less-url "http://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
    379 <!ENTITY less-md5 "6a39bccf420c946b0fd7ffc64961315b">
     379<!ENTITY less-md5 "4ad4408b06d7a6626a055cb453f36819">
    380380<!ENTITY less-home "http://www.greenwoodsoftware.com/less/">
    381381<!ENTITY less-ch6-du "3.9 MB">
     
    424424<!ENTITY linux-major-version "5">
    425425<!ENTITY linux-minor-version "1">
    426 <!ENTITY linux-patch-version "6">
     426<!ENTITY linux-patch-version "10">
    427427<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    428428<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    429 <!ENTITY linux-size "103,771 KB">
     429<!ENTITY linux-size "103,774 KB">
    430430<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    431 <!ENTITY linux-md5 "252fe34c28205fcaaa6b1b3782576b84">
     431<!ENTITY linux-md5 "81c6849be703c8d4be09a3c0e45102cc">
    432432<!ENTITY linux-home "https://www.kernel.org/">
    433433<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    607607<!ENTITY sed-ch6-sbu "0.3 SBU">
    608608
    609 <!ENTITY shadow-version "4.6">
    610 <!ENTITY shadow-size "1,639 KB">
     609<!ENTITY shadow-version "4.7">
     610<!ENTITY shadow-size "1,587 KB">
    611611<!ENTITY shadow-url "&github;/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz">
    612 <!ENTITY shadow-md5 "b491fecbf1232632c32ff8f1437fd60e">
     612<!ENTITY shadow-md5 "f7ce18c8dfd05f1a009266cb604d58b7">
    613613<!ENTITY shadow-home "https://pkg-shadow.alioth.debian.org/">
    614614<!ENTITY shadow-ch6-du "46 MB">
     
    688688<!ENTITY udev-lfs-home    " ">
    689689
    690 <!ENTITY util-linux-minor "2.33">
    691 <!ENTITY util-linux-version "2.33.2"> <!-- 2.33.x -->
    692 <!ENTITY util-linux-size "4,597 KB">
     690<!ENTITY util-linux-minor "2.34">
     691<!ENTITY util-linux-version "2.34"> <!-- 2.33.x -->
     692<!ENTITY util-linux-size "4,859 KB">
    693693<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v&util-linux-minor;/util-linux-&util-linux-version;.tar.xz">
    694 <!ENTITY util-linux-md5 "91653b90fcbe9c161153e39b8cc69fb5">
     694<!ENTITY util-linux-md5 "a78cbeaed9c39094b96a48ba8f891d50">
    695695<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
    696696<!ENTITY util-linux-ch5-du "147 MB">
     
    699699<!ENTITY util-linux-ch6-sbu "1.5 SBU">
    700700
    701 <!ENTITY vim-version "8.1">
     701<!ENTITY vim-version "8.1.1535">
    702702<!ENTITY vim-majmin "81">
    703703<!ENTITY vim-docdir "vim/vim81">
    704 <!ENTITY vim-size "10,995 KB">
    705 <!ENTITY vim-url "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    706 <!ENTITY vim-md5 "1739a1df312305155285f0cfa6118294">
     704<!ENTITY vim-size "14,028 KB">
     705<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
     706<!ENTITY vim-md5 "95935d54145e03a1c5a499bb3712817d">
    707707<!ENTITY vim-home "https://www.vim.org">
    708708<!ENTITY vim-ch6-du "169 MB">
Note: See TracChangeset for help on using the changeset viewer.