Changeset 7c4f32b for networking


Ignore:
Timestamp:
07/17/2015 12:43:56 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:
458e839c
Parents:
895c4b7
Message:

LXQt 0.9.1: typos.
Xorg-Server-1.17.2: typo.
PIN-Entry-0.9.5: attempt to clarify fixes when building pinentry-qt4.
WebKitGTK+-2.8.4: include switch to build and install MiniBrowser, good
test if there are build problems and can be useful for simple browsing.
Update to NetworkManager-1.0.4.
Update to network-manager-applet-1.0.4.
Update to Samba-4.2.3.
Update to libepoxy-1.3.1.

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r895c4b7 r7c4f32b  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "77f138cc0736549b03872279364766e0">
     9  <!ENTITY samba-md5sum        "aeaa6ccee87727b7d01df7b6d0864c74">
    1010  <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "487 MB (additional 399 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.1 SBU, using parallelism=4 (additional 6.9 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "476 MB (additional 397 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
     12  <!ENTITY samba-time          "2.1 SBU, using parallelism=4 (additional 7.4 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    115115    </note>
    116116
    117     <para>Fix some code when building with gnutls-3.4 and later:</para>
    118 
    119 <screen><userinput>sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tls->session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
    120     -e '/cert_type_priority/d' \
    121     -i source4/lib/tls/tls.c &amp;&amp;
    122 sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tlss->tls_session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
    123     -e '/t cert_type_priority/ s:^:/*:' \
    124     -e '/t cert_type_priority/{n;N;N;N;s:$:*/:}' \
    125     -i source4/lib/tls/tls_tstream.c</userinput></screen>
    126 
    127117    <para>Install <application>Samba</application> by running the following
    128118    commands:</para>
  • networking/netutils/networkmanager.xml

    r895c4b7 r7c4f32b  
    99  <!ENTITY NetworkManager-download-ftp
    1010           "&gnome-download-ftp;/NetworkManager/1.0/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "5a4899f89edcbdd1ac46d2d947e8d6eb">
    12   <!ENTITY NetworkManager-size          "3.1 MB">
    13   <!ENTITY NetworkManager-buildsize     "319 MB (additional 1 MB for the tests)">
    14   <!ENTITY NetworkManager-time          "1.6 SBU (additional 0.2 SBU for the tests)">
     11  <!ENTITY NetworkManager-md5sum        "7eabef7bd3bbdd6dc0473dd32aeac924">
     12  <!ENTITY NetworkManager-size          "3.3 MB">
     13  <!ENTITY NetworkManager-buildsize     "358 MB (with the tests)">
     14  <!ENTITY NetworkManager-time          "2.6 SBU (with the tests)">
    1515]>
    1616
     
    122122
    123123    <para>
    124       If <xref linkend="qt4"/> and  <xref linkend="qt5"/> are installed, you
    125       need to choose <application>Qt4</application> with
    126       <command>source setqt4</command>, before starting. Install
    127       <application>NetworkManager</application> by running the following
    128       commands:
     124      Install <application>NetworkManager</application> by running the
     125      following commands:
    129126    </para>
    130127
     
    264261        <seg>
    265262          /etc/NetworkManager,
    266           /usr/include/{libnm,libnm-glib,NetworkManager},
     263          /usr/include/{libnm{,-glib},NetworkManager},
    267264          /usr/lib/NetworkManager,
    268265          /usr/share/doc/NetworkManager-&NetworkManager-version;,
    269           /usr/share/gtk-doc/html/{libnm,libnm-glib,libnm-util,NetworkManager},
    270           and
     266          /usr/share/gtk-doc/html/{libnm{,-glib,-util},NetworkManager}, and
    271267          /var/{lib,run}/NetworkManager
    272268        </seg>
Note: See TracChangeset for help on using the changeset viewer.