Changeset acb648f
- Timestamp:
- 10/19/2021 12:16:06 AM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4a577d27
- Parents:
- 29e27d02
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r29e27d02 racb648f 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to samba-4.15.0. Fixes 49 <ulink url="&blfs-ticket-root;15578">#15578</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Fix CVE-2021-37750 in MIT krb5 per the suggestion in 49 53 the Samba release notes for 4.15.0.</para> -
networking/netprogs/samba.xml
r29e27d02 racb648f 7 7 <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz"> 8 8 <!ENTITY samba-download-ftp " "> 9 <!ENTITY samba-md5sum " f0db8302944bb861b31f4163fd302f66">9 <!ENTITY samba-md5sum "5bb03c6d9e3d172bc4b34b66561f980a"> 10 10 <!ENTITY samba-size "18 MB"> 11 <!ENTITY samba-buildsize "62 2 MB (add 379 MB for quicktest)">12 <!ENTITY samba-time " 3.1 SBU (using parallelism=4; add 4.9SBU for quicktest)">11 <!ENTITY samba-buildsize "627 MB (add 209 MB for quicktest)"> 12 <!ENTITY samba-time "2.0 SBU (using parallelism=4; add 3.2 SBU for quicktest)"> 13 13 ]> 14 14 … … 227 227 228 228 <para> 229 To test the results, as the 230 <systemitem class="username">root</systemitem> user, issue: 229 To test the results, issue: 231 230 <command>PATH=$PWD/pyvenv/bin:$PATH make quicktest</command>. The test 232 231 suite will produce lines that look like failures, but these are innocuous. … … 435 434 436 435 <screen role='root'><literal>[global] 437 workgroup = <replaceable> MYGROUP</replaceable>436 workgroup = <replaceable>WORKGROUP</replaceable> 438 437 dos charset = <replaceable>cp850</replaceable> 439 438 unix charset = <replaceable>ISO-8859-1</replaceable></literal></screen> … … 442 441 The values in this example specify that the computer belongs to a 443 442 Windows workgroup named 444 <quote><replaceable> MYGROUP</replaceable></quote>, uses the443 <quote><replaceable>WORKGROUP</replaceable></quote>, uses the 445 444 <quote><replaceable>cp850</replaceable></quote> character set on the 446 445 wire when talking to MS-DOS and MS Windows 9x, and that the filenames … … 496 495 497 496 <screen role='root'><literal>[global] 498 workgroup = <replaceable> MYGROUP</replaceable>497 workgroup = <replaceable>WORKGROUP</replaceable> 499 498 dos charset = <replaceable>cp850</replaceable> 500 499 unix charset = <replaceable>ISO-8859-1</replaceable> … … 712 711 713 712 <seg> 714 cifsdd, dbwrap_tool, dumpmscat, eventlogadm, findsmb,gentest,713 cifsdd, dbwrap_tool, dumpmscat, eventlogadm, <!--findsmb,--> gentest, 715 714 ldbadd, ldbdel, ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, 716 masktest, md find, mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth,715 masktest, mdsearch, mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, 717 716 oLschema2ldif, pdbedit, <!--pidl,--> profiles, regdiff, regpatch, 718 717 regshell, regtree, rpcclient, samba, samba_dnsupdate, … … 731 730 <!-- libregistry.so, --> libsamba-credentials.so, libsamba-errors.so, 732 731 libsamba-hostconfig.so, libsamba-passdb.so, 733 libsamba-policy.cpython-3 8-x86_64-linux-gnu.so, libsamba-util.so,732 libsamba-policy.cpython-310-x86_64-linux-gnu.so, libsamba-util.so, 734 733 libsamdb.so, <!-- libsmbclient-raw.so, --> libsmbclient.so, 735 734 libsmbconf.so, libsmbldap.so, libtevent-util.so, … … 797 796 </varlistentry> 798 797 798 <!-- 799 799 <varlistentry id="findsmb"> 800 800 <term><command>findsmb</command></term> … … 809 809 </listitem> 810 810 </varlistentry> 811 --> 811 812 812 813 <varlistentry id="gentest"> … … 922 923 </varlistentry> 923 924 924 <varlistentry id="md find">925 <term><command>md find</command></term>925 <varlistentry id="mdsearch"> 926 <term><command>mdsearch</command></term> 926 927 <listitem> 927 928 <para> … … 929 930 server 930 931 </para> 931 <indexterm zone="samba md find">932 <primary sortas="b-md find">mdfind</primary>932 <indexterm zone="samba mdsearch"> 933 <primary sortas="b-mdsearch">mdsearch</primary> 933 934 </indexterm> 934 935 </listitem> -
packages.ent
r29e27d02 racb648f 603 603 <!ENTITY rpcbind-version "1.2.6"> 604 604 <!ENTITY rsync-version "3.2.3"> 605 <!ENTITY samba-version "4.1 4.7">605 <!ENTITY samba-version "4.15.0"> 606 606 <!ENTITY wget-version "1.21.2"> 607 607 <!ENTITY wireless-tools-version "29">
Note:
See TracChangeset
for help on using the changeset viewer.