Changeset e44952d


Ignore:
Timestamp:
11/21/2021 04:20:09 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2d3f7c4
Parents:
e7c8506a
Message:

Samba: Fix a regression in the security update

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re7c8506a re44952d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Fix a regression in Samba that causes winbindd to
     49          crash with some versions of Windows.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[ken] - Update to rustc-1.56.1 and adjust it to be
    4953          ready for openssl-3.0.0.. Fixes
  • networking/netprogs/samba.xml

    re7c8506a re44952d  
    99  <!ENTITY samba-md5sum        "2245f5b1258b782702ad644c5e9d2857">
    1010  <!ENTITY samba-size          "18 MB">
    11   <!ENTITY samba-buildsize     "635 MB (add 17 MB for quicktest)">
    12   <!ENTITY samba-time          "2.5 SBU (using parallelism=4; add 0.5 SBU for quicktest)">
     11  <!ENTITY samba-buildsize     "628 MB (add 210 MB for quicktest)">
     12  <!ENTITY samba-time          "2.1 SBU (using parallelism=4; add 3.4 SBU for quicktest)">
    1313]>
    1414<!-- [pierre 2021-11-11]: quick test seems to be much smaller than previously.
     
    196196
    197197    <para>
     198      Fix a known regression with Samba-4.15.2:
     199    </para>
     200
     201<screen><userinput remap="pre">sed -i 's/!is_allowed/secure_channel_type == SEC_CHAN_NULL \&amp;\&amp; &amp;/' source3/winbindd/winbindd_util.c</userinput></screen>
     202
     203    <para>
    198204      Install <application>Samba</application> by running the following
    199205      commands:
Note: See TracChangeset for help on using the changeset viewer.