Ignore:
Timestamp:
08/19/2018 04:17:26 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b79cece1
Parents:
0a30e8ef
Message:

Update to samba-4.8.4
Update to udisks-2.8.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnsl.xml

    r0a30e8ef r8ca7994  
    55  %general-entities;
    66
    7   <!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/archive/v&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  " ">
    99  <!ENTITY libnsl-md5sum        "05222024777e12e2f6d48f2e7d067ac7">
     
    3333      The <application>libnsl</application> package contains the public client
    3434      interface for NIS(YP) and NIS+. It replaces the NIS library that used to
    35       be in GlibC.
     35      be in glibc.
    3636    </para>
    3737
     
    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 standard web browser. If you prefer to use a command line
     79        program such as wget, you normally would obtain &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/v1.2.0.tar.gz -O libnsl-&libnsl-version;.tar.gz</userinput></screen>
     83      </para>
     84    </note>
    7385
    7486    <bridgehead renderas="sect3">libnsl Dependencies</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.