Changeset 5ee1266 for networking


Ignore:
Timestamp:
08/13/2015 01:50:44 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
6d772cc
Parents:
6c6990c
Message:
  • Update to gnupg-2.1.7.
  • Update to qemu-2.4.0.
  • nfs-utils, obconf-qt, qterminal, juffed, akonadi and sddm: typos.
  • Update to libpng-1.6.18.
  • Update to vala-0.28.1.
  • Update to mesa-10.6.4.
  • Update to curl-7.44.0.
  • OpenSSH-7.0p1 and Firefox-40.0: reformat.
  • libESMTP-1.0.6: dead URL.

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r6c6990c r5ee1266  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "95df6d1ce9c970289d2997e603d6fd79">
     9  <!ENTITY curl-md5sum        "2f924c80bb7124dff1b39f54ffda3781">
    1010  <!ENTITY curl-size          "2.7 MB">
    11   <!ENTITY curl-buildsize     "43 MB (additional 8 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 9.2 SBU for tests, with -j4)">
     11  <!ENTITY curl-buildsize     "52 MB (including tests)">
     12  <!ENTITY curl-time          "0.4 SBU (9.2 SBU including tests, with -j4)">
    1313]>
    1414
     
    154154
    155155<screen role="root"><userinput>make install &amp;&amp;
    156 find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
     156
     157find docs \( -name Makefile\* \
     158          -o -name \*.1       \
     159          -o -name \*.3 \)    \
     160          -exec rm {} \;      &amp;&amp;
    157161install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    158162cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     
    174178    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    175179      href="../../xincludes/static-libraries.xml"/>
    176  
     180
    177181    <para>
    178182      <parameter>--enable-threaded-resolver</parameter>: This switch enables
     
    193197
    194198    <para>
    195       <command>find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \)
    196       -exec rm {} \;</command>: This command removes
     199      <command>find docs ... -exec rm {} \;</command>: This command removes
    197200      <filename>Makefiles</filename> and man files from the documentation
    198201      directory that would otherwise be installed by the commands that follow.
  • networking/netprogs/nfs-utils.xml

    r6c6990c r5ee1266  
    389389        <term><command>osd_logint</command></term>
    390390        <listitem>
    391           <para>is a script that is a part f the autologin feature
     391          <para>is a script that is a part of the autologin feature
    392392           mandated by the pnfs-objects standard.</para>
    393393          <indexterm zone="nfs-utils osd_login">
Note: See TracChangeset for help on using the changeset viewer.