Changeset 01306a0b for networking


Ignore:
Timestamp:
05/29/2015 10:47:33 PM (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:
ec47993
Parents:
d2c01eab
Message:

Update to samba-4.2.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rd2c01eab r01306a0b  
    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        "614b4c7b9bbc70cff4cb56956f565741">
     9  <!ENTITY samba-md5sum        "77f138cc0736549b03872279364766e0">
    1010  <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "487 MB (additional 400 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.3 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     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)">
    1313]>
    1414
     
    117117    <para>Fix some code when building with gnutls-3.4 and later:</para>
    118118
    119 <screen><userinput>sed -e 's/.*set_priority.*/   gnutls_priority_set_direct(tls->session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
     119<screen><userinput>sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tls->session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
    120120    -e '/cert_type_priority/d' \
    121121    -i source4/lib/tls/tls.c &amp;&amp;
    122 sed -e 's/.*set_priority.*/   gnutls_priority_set_direct(tlss->tls_session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
     122sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tlss->tls_session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
    123123    -e '/t cert_type_priority/ s:^:/*:' \
    124124    -e '/t cert_type_priority/{n;N;N;N;s:$:*/:}' \
Note: See TracChangeset for help on using the changeset viewer.