Changeset a60f8ab


Ignore:
Timestamp:
10/23/2015 04:50:42 PM (9 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.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, 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:
ce386957
Parents:
40a67787
Message:

url fix general/prog/python3.xml

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r40a67787 ra60f8ab  
    1414
    1515  <!ENTITY python3htmldoc-download-http
    16            "https://docs.python.org/3.4/archives/python-&python3-version;-docs-html.tar.bz2">
     16           "https://docs.python.org/3.5/archives/python-&python3-version;-docs-html.tar.bz2">
    1717]>
    1818
  • introduction/welcome/changelog.xml

    r40a67787 ra60f8ab  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to nfs-utils-1.3.3. Fixes
     52          <ulink url="&blfs-ticket-root;6977">#6977</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[igor] - Update to python-3.5.0. Fixes
    5256          <ulink url="&blfs-ticket-root;6936">#6936</ulink>.</para>
  • networking/netprogs/nfs-utils.xml

    r40a67787 ra60f8ab  
    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        "1e2f3c1ed468dee02d00c534c002ea10">
    10   <!ENTITY nfs-utils-size          "772 KB">
     9  <!ENTITY nfs-utils-md5sum        "9b87d890669eaaec8e97a2b0a35b2665">
     10  <!ENTITY nfs-utils-size          "776 KB">
    1111  <!ENTITY nfs-utils-buildsize     "16 MB">
    12   <!ENTITY nfs-utils-time          "0.1 SBU">
     12  <!ENTITY nfs-utils-time          "0.2 SBU">
    1313]>
    1414
     
    135135    </note>
    136136
    137     <!-- already fixed upstream -->
    138     <para>Fix an issue that would prevent <command>rpd.statd</command> from
    139     starting:</para>
    140 
    141 <screen><userinput>sed -i "/daemon_init/s:\!::" utils/statd/statd.c</userinput></screen>
    142 
    143137    <para>Install <application>NFS Utilities</application> by running
    144138    the following commands:</para>
     
    157151    above <command>./configure</command> command.</para>
    158152
    159     <para>To test the results, issue: <command>make check</command>.</para>
     153    <para>The tests for this package require the daemon from <xref
     154    linkend="rpcbind"/> to be running and that the tests be run as the
     155    <systemitem class="username">root</systemitem> user.  To test the results,
     156    issue, as root: <command>make check</command>.</para>
    160157
    161158    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    163160<!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
    164161
    165 <screen role='root'><userinput>make install</userinput></screen>
     162<screen role='root'><userinput>make install &amp;&amp;
     163chmod u+w,go+r /sbin/mount.nfs</userinput></screen>
    166164
    167165  </sect2>
  • packages.ent

    r40a67787 ra60f8ab  
    353353<!ENTITY ncftp-version                "3.2.5">
    354354<!ENTITY net-tools-version            "CVS_20101030">
    355 <!ENTITY nfs-utils-version            "1.3.2">
     355<!ENTITY nfs-utils-version            "1.3.3">
    356356<!ENTITY ntp-version                  "4.2.8p3">
    357357<!ENTITY rpcbind-version              "0.2.3">
Note: See TracChangeset for help on using the changeset viewer.