Changeset d1348fd


Ignore:
Timestamp:
06/05/2021 06:13:06 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 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:
57cc7a3
Parents:
2f5b283
Message:

Update to samba-4.14.5

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2f5b283 rd1348fd  
    4343    -->
    4444
    45 
    4645    <listitem>
    4746      <para>June 5th, 2021</para>
    4847      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to samba-4.14.5. Fixes
     50          <ulink url="&blfs-ticket-root;15103">#15103</ulink>.</para>
     51        </listitem>
    4952        <listitem>
    5053          <para>[timtas] - Upgrade to thunderbird-78.11.0. Fixes
  • networking/netprogs/samba.xml

    r2f5b283 rd1348fd  
    77  <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "171629ad42b4b303107e8b0fff942a1f">
     9  <!ENTITY samba-md5sum        "96d275e31387e6c403d6c16465d15b7e">
    1010  <!ENTITY samba-size          "18 MB">
    11   <!ENTITY samba-buildsize     "620 MB (add 380 MB for quicktest)">
    12   <!ENTITY samba-time          "3.1 SBU (using parallelism=4; add 4.8 SBU for quicktest)">
     11  <!ENTITY samba-buildsize     "623 MB (add 381 MB for quicktest)">
     12  <!ENTITY samba-time          "3.2 SBU (using parallelism=4; add 4.8 SBU for quicktest)">
    1313]>
    1414
     
    196196    </para>
    197197
    198 <screen revision="sysv"><userinput>PYTHON=$PWD/pyvenv/bin/python3         \
    199 CPPFLAGS="-I/usr/include/tirpc"        \
    200 LDFLAGS="-ltirpc"                      \
    201 PATH=$PWD/pyvenv/bin:$PATH             \
    202 ./configure                            \
    203     --prefix=/usr                      \
    204     --sysconfdir=/etc                  \
    205     --localstatedir=/var               \
    206     --with-piddir=/run/samba           \
    207     --with-pammodulesdir=/lib/security \
    208     --enable-fhs                       \
    209     --without-ad-dc                    \
    210     --without-systemd                  \
    211     --enable-selftest                  &amp;&amp;
     198<screen revision="sysv"><userinput>PYTHON=$PWD/pyvenv/bin/python3             \
     199CPPFLAGS="-I/usr/include/tirpc"            \
     200LDFLAGS="-ltirpc"                          \
     201PATH=$PWD/pyvenv/bin:$PATH                 \
     202./configure                                \
     203    --prefix=/usr                          \
     204    --sysconfdir=/etc                      \
     205    --localstatedir=/var                   \
     206    --with-piddir=/run/samba               \
     207    --with-pammodulesdir=/usr/lib/security \
     208    --enable-fhs                           \
     209    --without-ad-dc                        \
     210    --without-systemd                      \
     211    --enable-selftest                      &amp;&amp;
    212212make</userinput></screen>
    213213
    214 <screen revision="systemd"><userinput>PYTHON=$PWD/pyvenv/bin/python3         \
    215 CPPFLAGS="-I/usr/include/tirpc"        \
    216 LDFLAGS="-ltirpc"                      \
    217 ./configure                            \
    218     --prefix=/usr                      \
    219     --sysconfdir=/etc                  \
    220     --localstatedir=/var               \
    221     --with-piddir=/run/samba           \
    222     --with-pammodulesdir=/lib/security \
    223     --enable-fhs                       \
    224     --without-ad-dc                    \
    225     --enable-selftest                  &amp;&amp;
     214<screen revision="systemd"><userinput>PYTHON=$PWD/pyvenv/bin/python3             \
     215CPPFLAGS="-I/usr/include/tirpc"            \
     216LDFLAGS="-ltirpc"                          \
     217./configure                                \
     218    --prefix=/usr                          \
     219    --sysconfdir=/etc                      \
     220    --localstatedir=/var                   \
     221    --with-piddir=/run/samba               \
     222    --with-pammodulesdir=/usr/lib/security \
     223    --enable-fhs                           \
     224    --without-ad-dc                        \
     225    --enable-selftest                      &amp;&amp;
    226226make</userinput></screen>
    227227
     
    468468        <para>
    469469          In this case, the <filename>/etc/samba/smb.conf.default</filename>
    470           file may be a good template to start from. Also add
     470          file may be a good template to start from. Also, you should add the
    471471          <quote>dos charset</quote> and <quote>unix charset</quote> parameters
    472472          to the <quote>[global]</quote> section as described in Scenario 1 in
  • packages.ent

    r2f5b283 rd1348fd  
    596596<!ENTITY rpcbind-version              "1.2.6">
    597597<!ENTITY rsync-version                "3.2.3">
    598 <!ENTITY samba-version                "4.14.4">
     598<!ENTITY samba-version                "4.14.5">
    599599<!ENTITY wget-version                 "1.21.1">
    600600<!ENTITY wireless-tools-version       "29">
Note: See TracChangeset for help on using the changeset viewer.