Ignore:
Timestamp:
12/12/2016 02:03:22 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
054e926
Parents:
3b0f105
Message:

Update to libevdev-1.5.5.
Update to icu4c-58.2.
Update to iso-codes-3.72.
Update to libinput-1.5.3.
Update to sysstat-11.5.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18052 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/iso-codes.xml

    r3b0f105 r0456d3b  
    77  <!ENTITY iso-codes-download-http "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
    88  <!ENTITY iso-codes-download-ftp  " ">
    9   <!ENTITY iso-codes-md5sum        "7401964329590ed5890006614b774651">
     9  <!ENTITY iso-codes-md5sum        "423fdab41c2c40555b2edaddd64f129e">
    1010  <!ENTITY iso-codes-size          "3.3 MB">
    11   <!ENTITY iso-codes-buildsize     "96 MB">
    12   <!ENTITY iso-codes-time          "0.1 SBU (add 0.1 SBU for tests)">
     11  <!ENTITY iso-codes-buildsize     "78 MB">
     12  <!ENTITY iso-codes-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    102102      <para>
    103103        If you install <application>ISO codes</application> over a previous
    104         installed version, the install step fails creating some symlinks,
    105         unless they are previously removed. In order to remove them, run, as
    106         <systemitem class="username">root</systemitem>:
     104        installed version, the install step will fail when creating some
     105        symlinks. In order to properly update them, run:
    107106      </para>
    108107
    109 <screen role="root"><userinput>find /usr/share/xml/iso-codes -type l -delete</userinput></screen>
     108<screen role="root"><userinput>sed -i '/^LN_S/s/s/sfvn/' */Makefile</userinput></screen>
    110109
    111110    </note>
Note: See TracChangeset for help on using the changeset viewer.