Changeset d7bee48 for networking


Ignore:
Timestamp:
05/07/2016 08:10:29 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2e633b6
Parents:
37191af
Message:

Sync to trunk r17332

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17335 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
networking
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd.xml

    r37191af rd7bee48  
    77  <!ENTITY dhcpcd-download-http "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz">
    88  <!ENTITY dhcpcd-download-ftp  "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz">
    9   <!ENTITY dhcpcd-md5sum        "a7b83c57f47b62f48373905d3b4f7978">
     9  <!ENTITY dhcpcd-md5sum        "818c284742908e26af4a3a5c6d1e5297">
    1010  <!ENTITY dhcpcd-size          "176 KB">
    1111  <!ENTITY dhcpcd-buildsize     "2.6 MB">
  • networking/netlibs/glib-networking.xml

    r37191af rd7bee48  
    99  <!ENTITY glib-networking-download-ftp
    1010    "&gnome-download-ftp;/glib-networking/2.48/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "c000e0b579f5d8fd48efebc7ac4d95dc">
    12   <!ENTITY glib-networking-size          "372 KB">
    13   <!ENTITY glib-networking-buildsize     "10 MB">
     11  <!ENTITY glib-networking-md5sum        "8658484ee9b89a503287ef99e501a223">
     12  <!ENTITY glib-networking-size          "384 KB">
     13  <!ENTITY glib-networking-buildsize     "8.9 MB (with tests)">
    1414  <!ENTITY glib-networking-time          "0.1 SBU">
    1515]>
  • networking/netlibs/libsoup.xml

    r37191af rd7bee48  
    99  <!ENTITY libsoup-download-ftp
    1010           "&gnome-download-ftp;/libsoup/2.54/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "e4757d09012ed93822b1ee41435fec24">
     11  <!ENTITY libsoup-md5sum        "73b1fb774de16c29b380f87016f9f9dd">
    1212  <!ENTITY libsoup-size          "1.7 MB">
    13   <!ENTITY libsoup-buildsize     "45 MB (with tests)">
    14   <!ENTITY libsoup-time          "0.5 SBU (with tests)">
     13  <!ENTITY libsoup-buildsize     "39 MB (with tests)">
     14  <!ENTITY libsoup-time          "0.7 SBU (with tests)">
    1515]>
    1616
  • networking/netprogs/nfs-utils.xml

    r37191af rd7bee48  
    9191
    9292    <para>Enable the following options in the kernel configuration
    93     and recompile the kernel if necessary:</para>
     93    (choose client and/or server support as appropriate) and recompile the
     94    kernel if necessary:</para>
    9495
    9596<screen><literal>File systems  ---&gt;
     
    100101    <para>Select the appropriate sub-options that appear when the above options
    101102    are selected.</para>
     103   
     104    <note>
     105      <para>
     106        In BLFS we assume that nfs v3 will be used. If the
     107        <emphasis>server</emphasis> offers nfs v4 (for linux, CONFIG_NFSD_V4)
     108        then auto-negotiation for v3 will fail and you will need to add
     109        <literal>nfsver=3</literal> to the mount options. This also applies
     110        if that option is enabled in the <emphasis>client's</emphasis> kernel,
     111        for example in a distro trying to mount from a BLFS v3 server.
     112      </para>
     113    </note>
    102114
    103115    <indexterm zone="nfs-utils nfs-utils-kernel">
     
    149161    needed because TCP Wrappers is not in BLFS.</para>
    150162
    151     <para><parameter>--disable-nfsv4</parameter>: Disables support
    152     for NFS version 4.</para>
     163    <para><parameter>--disable-nfsv4</parameter>: This allows the package to be
     164    built when libnfsidmap has not been installed.</para>
    153165
    154166    <para><parameter>--disable-gss</parameter>: Disables support for
  • networking/netprogs/ntp.xml

    r37191af rd7bee48  
    88<!--  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">-->
    99  <!ENTITY ntp-download-ftp  " ">
    10   <!ENTITY ntp-md5sum        "60049f51e9c8305afe30eb22b711c5c6">
    11   <!ENTITY ntp-size          "6.9 MB">
    12   <!ENTITY ntp-buildsize     "104 MB (with tests)">
    13   <!ENTITY ntp-time          "less than 1 SBU (with tests)">
     10  <!ENTITY ntp-md5sum        "46dfba933c3e4bc924d8e55068797578">
     11  <!ENTITY ntp-size          "6.8 MB">
     12  <!ENTITY ntp-buildsize     "94 MB (with tests)">
     13  <!ENTITY ntp-time          "0.8 SBU (with tests)">
    1414]>
    1515
  • networking/netutils/bind-utils.xml

    r37191af rd7bee48  
    66  <!ENTITY bind-download-http " ">
    77  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    8   <!ENTITY bind-md5sum          "bcf7e772b616f7259420a3edc5df350a">
    9   <!ENTITY bind-size            "8.2 MB">
    10   <!ENTITY bind-utils-buildsize "158 MB">
    11   <!ENTITY bind-utils-time      "0.5 SBU">
     8  <!ENTITY bind-md5sum          "f2167f42e6f1baad42c637d8771c9675">
     9  <!ENTITY bind-size            "8.9 MB">
     10  <!ENTITY bind-utils-buildsize "128 MB">
     11  <!ENTITY bind-utils-time      "0.6 SBU">
    1212]>
    1313
  • networking/netutils/wireshark.xml

    r37191af rd7bee48  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
    88  <!ENTITY wireshark-download-ftp  "ftp://ftp.uni-kl.de/pub/wireshark/src/wireshark-&wireshark-version;.tar.bz2">
    9   <!ENTITY wireshark-md5sum        "c1610ab2238965363b811e5188750fb1">
     9  <!ENTITY wireshark-md5sum        "62dc20f5a77542feed2e38f18db8ae3b">
    1010  <!ENTITY wireshark-size          "30 MB">
    11   <!ENTITY wireshark-buildsize     "2 GB, with default GUI front-ends">
    12   <!ENTITY wireshark-time          "8.1 SBU, with default GUI front-ends">
     11  <!ENTITY wireshark-buildsize     "1.8 GB, with default GUI front-ends">
     12  <!ENTITY wireshark-time          "9.6 SBU, with default GUI front-ends">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.