Changeset a6e9ec1
- Timestamp:
- 03/15/2017 04:30:29 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- c2c08bac
- Parents:
- ee4bec2d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ree4bec2d ra6e9ec1 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1 4th &year;">9 <!ENTITY releasedate "March 15th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
ree4bec2d ra6e9ec1 43 43 --> 44 44 <listitem> 45 <para>March 15th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to samba-4.6.0. Fixes 49 <ulink url="&blfs-ticket-root;8983">#8983</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>March 14th, 2017</para> 46 56 <itemizedlist> -
networking/netprogs/samba.xml
ree4bec2d ra6e9ec1 7 7 <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz"> 8 8 <!ENTITY samba-download-ftp " "> 9 <!ENTITY samba-md5sum " b6d784970333387cbafdd172d914bed2">10 <!ENTITY samba-size "20 MB">11 <!ENTITY samba-buildsize "5 15 MB (add 364MB for quicktest, and up to 1.6 GB additional for developer tests)">12 <!ENTITY samba-time " 5.2 SBU, using parallelism=4 (add 6.0SBU for quicktest, and up to 100 SBU to run developer tests)">9 <!ENTITY samba-md5sum "e80c4501c5290a058bbb1c759e46e012"> 10 <!ENTITY samba-size "20.1 MB"> 11 <!ENTITY samba-buildsize "568 MB (add 195 MB for quicktest, and up to 1.6 GB additional for developer tests)"> 12 <!ENTITY samba-time "7.7 SBU (add 4.3 SBU for quicktest, and up to 100 SBU to run developer tests)"> 13 13 ]> 14 14 … … 105 105 <ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS), 106 106 <ulink url="http://www.openafs.org/">OpenAFS</ulink>, 107 <ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for ADS), 107 <ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for both ADS and 108 the test suite), 108 109 <ulink url="&pypi;/pygpgme/">PyGPGME</ulink> (recommended for ADS), 109 110 <ulink url="https://tevent.samba.org/">tevent</ulink> (included), and … … 144 145 <title>Installation of Samba</title> 145 146 147 <para>Fix a test that always fails:</para> 148 149 <screen><userinput>echo "^samba4.rpc.echo.*on.*ncacn_np.*with.*object.*nt4_dc" >> selftest/knownfail</userinput></screen> 150 146 151 <para>Install <application>Samba</application> by running the following 147 152 commands:</para> … … 578 583 579 584 <seg> 580 cifsdd, dbwrap_tool, eventlogadm, gentest, ldbadd, ldbdel,585 cifsdd, dbwrap_tool, eventlogadm, findsmb,gentest, ldbadd, ldbdel, 581 586 ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, masktest, 582 ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,587 mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif, 583 588 pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree, 584 589 rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit, … … 656 661 </varlistentry> 657 662 663 <varlistentry id="findsmb"> 664 <term><command>findsmb</command></term> 665 <listitem> 666 <para>is used to list info about machines that respond to SMB name 667 queries on a subnet.</para> 668 <indexterm zone="samba findsmb"> 669 <primary sortas="b-findsmb">findsmb</primary> 670 </indexterm> 671 </listitem> 672 </varlistentry> 673 658 674 <varlistentry id="gentest"> 659 675 <term><command>gentest</command></term> … … 750 766 <indexterm zone="samba masktest"> 751 767 <primary sortas="b-masktest">masktest</primary> 768 </indexterm> 769 </listitem> 770 </varlistentry> 771 772 <varlistentry id="mvxattr"> 773 <term><command>mvxattr</command></term> 774 <listitem> 775 <para>is used to recursively rename extended attributes.</para> 776 <indexterm zone="samba mvxattr"> 777 <primary sortas="b-mvxattr">mvxattr</primary> 752 778 </indexterm> 753 779 </listitem> -
packages.ent
ree4bec2d ra6e9ec1 404 404 <!ENTITY rpcbind-version "0.2.4"> 405 405 <!ENTITY rsync-version "3.1.2"> 406 <!ENTITY samba-version "4. 5.5">406 <!ENTITY samba-version "4.6.0"> 407 407 <!ENTITY wget-version "1.19.1"> 408 408 <!ENTITY wireless-tools-version "29">
Note:
See TracChangeset
for help on using the changeset viewer.