Changeset d1348fd for networking


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.