Changeset 01306a0b


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd2c01eab r01306a0b  
    4949      <itemizedlist>
    5050        <listitem>
    51           <para>[bdubbs] - Update to evince-3.16.1. Fixes
     51          <para>[fernando] - Update to samba-4.2.2. Fixes
     52          <ulink url="&blfs-ticket-root;6546">#6546</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to evince-3.16.1. Fixes
    5256          <ulink url="&blfs-ticket-root;6549">#6549</ulink>.</para>
    5357        </listitem>
    5458        <listitem>
    55           <para>[bdubbs] - Update to nss-3.19.1. Fixes
     59          <para>[fernando] - Update to nss-3.19.1. Fixes
    5660          <ulink url="&blfs-ticket-root;6545">#6545</ulink>.</para>
    5761        </listitem>
  • 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:$:*/:}' \
  • packages.ent

    rd2c01eab r01306a0b  
    355355<!ENTITY rpcbind-version              "0.2.3">
    356356<!ENTITY rsync-version                "3.1.1">
    357 <!ENTITY samba-version                "4.2.1">
     357<!ENTITY samba-version                "4.2.2">
    358358<!ENTITY wget-version                 "1.16.3">
    359359<!ENTITY wireless-tools-version       "29">
Note: See TracChangeset for help on using the changeset viewer.