Changeset b0b87ad6


Ignore:
Timestamp:
10/03/2014 07:42:33 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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, krejzi/svn, lazarus, lxqt, nosym, 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:
32b1094f
Parents:
fe2b18a
Message:

Update to utils-1.3.1
Update to icu4c-54_1
Update to at_3.1.16

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    rfe2b18a rb0b87ad6  
    88           "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz">
    99  <!ENTITY icu-download-ftp  " ">
    10   <!ENTITY icu-md5sum        "b73baa6fbdfef197608d1f69300919b9">
    11   <!ENTITY icu-size          "23 MB">
    12   <!ENTITY icu-buildsize     "294 MB (additional 25 MB for the tests)">
    13   <!ENTITY icu-time          "1.2 SBU (additional 1.5 SBU for the tests)">
     10  <!ENTITY icu-md5sum        "e844caed8f2ca24c088505b0d6271bc0">
     11  <!ENTITY icu-size          "24 MB">
     12  <!ENTITY icu-buildsize     "354 MB (additional 30 MB for the tests)">
     13  <!ENTITY icu-time          "1.4 SBU (additional 1.9 SBU for the tests)">
    1414]>
    1515
  • general/sysutils/at.xml

    rfe2b18a rb0b87ad6  
    77  <!ENTITY at-download-http "http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
    88  <!ENTITY at-download-ftp  "ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
    9   <!ENTITY at-md5sum        "f0f96db22e3a174b53ce4beeeb848839">
     9  <!ENTITY at-md5sum        "d05da75d9b75d93917ffb16ab48b1e19">
    1010  <!ENTITY at-size          "124 KB">
    11   <!ENTITY at-buildsize     "1.5 MB">
     11  <!ENTITY at-buildsize     "1.8 MB">
    1212  <!ENTITY at-time          "less than 0.1 SBU">
    1313]>
     
    107107            --with-daemon_username=atd        \
    108108            --with-daemon_groupname=atd       \
    109             SENDMAIL=/usr/sbin/sendmail &amp;&amp;
     109            SENDMAIL=/usr/sbin/sendmail       &amp;&amp;
    110110make -j1</userinput></screen>
    111111
  • introduction/welcome/changelog.xml

    rfe2b18a rb0b87ad6  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to utils-1.3.1. Fixes
     52          Fixes <ulink url="&blfs-ticket-root;5589">#5589</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to icu4c-54_1. Fixes
     56          Fixes <ulink url="&blfs-ticket-root;5515">#5515</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to at_3.1.16. Fixes
     60          Fixes <ulink url="&blfs-ticket-root;5516">#5516</ulink>.</para>
     61        </listitem>
     62        <listitem>
    5163          <para>[igor] - Update to xf86-video-ati-7.5.0.  Fixes
    5264          <ulink url="&blfs-ticket-root;5618">#5618</ulink>.</para>
  • networking/netprogs/nfs-utils.xml

    rfe2b18a rb0b87ad6  
    77  <!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
    88  <!ENTITY nfs-utils-download-ftp  " ">
    9   <!ENTITY nfs-utils-md5sum        "3ac3726eda563946d1f44ac3e5b61d56">
    10   <!ENTITY nfs-utils-size          "763 KB">
    11   <!ENTITY nfs-utils-buildsize     "16 MB">
     9  <!ENTITY nfs-utils-md5sum        "97f157f954edb6d4d4385a0c5986f36f">
     10  <!ENTITY nfs-utils-size          "768 KB">
     11  <!ENTITY nfs-utils-buildsize     "20 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
    1313]>
     
    5656      <listitem>
    5757        <para>Estimated build time: &nfs-utils-time;</para>
    58       </listitem>
    59     </itemizedlist>
    60 
    61     <bridgehead renderas="sect3">Additional Download</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Required patch:
    66           <ulink url="&patch-root;/nfs-utils-&nfs-utils-version;-gcc_4_9-1.patch"/>
    67         </para>
    6858      </listitem>
    6959    </itemizedlist>
     
    121111    <title>Installation of NFS Utilities</title>
    122112
    123     <para>Before you compile the program, ensure that the
    124     <systemitem class="username">nobody</systemitem> user and
    125     <systemitem class="groupname">nogroup</systemitem> group have been
    126     created. You can add them by running the following commands as the
    127     <systemitem class="username">root</systemitem> user:</para>
     113    <para>Before you compile the program, ensure that the <systemitem
     114    class="username">nobody</systemitem> user and <systemitem
     115    class="groupname">nogroup</systemitem> group have been created as done in
     116    the current LFS book.  You can add them by running the following commands
     117    as the <systemitem class="username">root</systemitem> user:</para>
    128118
    129119<screen role="root"><userinput>groupadd -g 99 nogroup &amp;&amp;
     
    148138    the following commands:</para>
    149139
    150 <screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-gcc_4_9-1.patch &amp;&amp;
    151 ./configure --prefix=/usr          \
     140<screen><userinput>./configure --prefix=/usr          \
    152141            --sysconfdir=/etc      \
    153142            --without-tcp-wrappers \
  • packages.ent

    rfe2b18a rb0b87ad6  
    9090<!ENTITY gsl-version                  "1.16">
    9191
    92 <!ENTITY icu-major                    "53">
     92<!ENTITY icu-major                    "54">
    9393<!ENTITY icu-minor                    "1">
    9494<!ENTITY icu-patch                    "0">
     
    209209<!-- Chapter 12 -->
    210210<!ENTITY acpid-version                "2.0.23">
    211 <!ENTITY at-version                   "3.1.15">
     211<!ENTITY at-version                   "3.1.16">
    212212<!ENTITY autofs-version               "5.1.0">
    213213<!ENTITY bluez-version                "5.23">
     
    343343<!ENTITY ncftp-version                "3.2.5">
    344344<!ENTITY net-tools-version            "CVS_20101030">
    345 <!ENTITY nfs-utils-version            "1.3.0">
     345<!ENTITY nfs-utils-version            "1.3.1">
    346346<!ENTITY ntp-version                  "4.2.6p5">
    347347<!ENTITY rpcbind-version              "0.2.1">
Note: See TracChangeset for help on using the changeset viewer.