Changeset e433be0 for networking


Ignore:
Timestamp:
11/17/2017 10:53:32 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
362dc9e
Parents:
7ffe04b7
Message:

Update to haveged-1.9.2.
Update to dbus-1.12.2.
Update to libnsl-1.2.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnsl.xml

    r7ffe04b7 re433be0  
    55  %general-entities;
    66
    7   <!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/archive/&libnsl-version;/libnsl-&libnsl-version;.tar.gz">
     7  <!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/archive/v&libnsl-version;.tar.gz">
    88  <!ENTITY libnsl-download-ftp  " ">
    9   <!ENTITY libnsl-md5sum        "af13f06000c691bc19dfc82822ab5374">
    10   <!ENTITY libnsl-size          "212 KB">
    11   <!ENTITY libnsl-buildsize     "8.1 MB">
    12   <!ENTITY libnsl-time          "0.3 SBU">
     9  <!ENTITY libnsl-md5sum        "05222024777e12e2f6d48f2e7d067ac7">
     10  <!ENTITY libnsl-size          "208 KB">
     11  <!ENTITY libnsl-buildsize     "9.3 MB">
     12  <!ENTITY libnsl-time          "0.2 SBU">
    1313]>
    1414
     
    7171      </listitem>
    7272    </itemizedlist>
     73
     74    <note>
     75      <para>
     76        The <application>libnsl</application> source tarball shown above
     77        downloads with the correct name, libnsl-&libnsl-version;.tar.gz, if
     78        using a browser such as Firefox. If you prefer to use a command line
     79        program such as wget, you normally would obtain v&libnsl-version;.tar.gz.
     80        To obtain this package with the proper filename, run:
     81
     82<screen><userinput>wget -c https://github.com/thkukuk/libnsl/archive/v&libnsl-version;.tar.gz \
     83     -O libnsl-&libnsl-version;.tar.gz</userinput></screen>
     84      </para>
     85    </note>
    7386
    7487    <bridgehead renderas="sect3">libnsl Dependencies</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.