Ignore:
Timestamp:
08/27/2024 08:03:55 AM (7 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
53d0e62a
Parents:
7d55a6a (diff), c36ca685 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r7d55a6a rde61ab1  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "3563da3ffc17f3f2b37572c15f37a0b4">
     9  <!ENTITY samba-md5sum        "a366c985dd1b988ff1fda902876f3241">
    1010  <!ENTITY samba-size          "41 MB">
    11   <!ENTITY samba-buildsize     "615 MB (add 64 MB for quicktest)">
     11  <!ENTITY samba-buildsize     "590 MB (add 64 MB for quicktest)">
    1212  <!ENTITY samba-time          "2.1 SBU (using parallelism=4; add 0.4 SBU for quicktest)">
    1313]>
     
    3535    </para>
    3636
    37     &lfs121_checked;
     37    &lfs122_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    182182    --without-systemd                      \
    183183    --with-system-mitkrb5                  \
    184     --enable-selftest                      &amp;&amp;
     184    --enable-selftest                      \
     185    --disable-rpath-install                &amp;&amp;
    185186make</userinput></screen>
    186187
     
    195196    --without-ad-dc                        \
    196197    --with-system-mitkrb5                  \
    197     --enable-selftest                      &amp;&amp;
     198    --enable-selftest                      \
     199    --disable-rpath-install                &amp;&amp;
    198200make</userinput></screen>
    199201
     
    286288    <para revision="sysv">
    287289      <option>--with-shared-modules='!vfs_snapper'</option>: Disable
    288       the vfs_snapper module if you want to build samba without <application>dbus</application> support, for setups without graphical user intefaces.
     290      the vfs_snapper module if you want to build samba without <application>dbus</application> support, for setups without graphical user interfaces.
    289291    </para>
    290292
     
    304306      mitigates security vulnerabilities and reduces build time.
    305307      Remove this if you do not have <xref linkend="mitkrb"/> installed.
     308    </para>
     309
     310    <!-- Note that /usr/lib/samba is still in rpath and it's really
     311         needed. -->
     312    <para>
     313      <parameter>--disable-rpath-install</parameter>: Removes
     314      the library installation path from embedded shared library search
     315      paths in the installed binary executable files and shared libraries.
     316      When this package is installed into the standard location the library
     317      installation path is <filename class='directory'>/usr/lib</filename>.
     318      It's always searched by the dynamic linker, so there is no need to
     319      embed it into installed files.
    306320    </para>
    307321
     
    408422          The values in this example specify that the computer belongs to a
    409423          Windows workgroup named
    410           <quote><replaceable>WORKGROUP</replaceable></quote>, uses the
    411           <quote><replaceable>cp850</replaceable></quote> character set on the
     424          <literal><replaceable>WORKGROUP</replaceable></literal>, uses the
     425          <literal><replaceable>cp850</replaceable></literal> character set on the
    412426          wire when talking to MS-DOS and MS Windows 9x, and that the filenames
    413           are stored in the <quote><replaceable>ISO-8859-1</replaceable></quote>
     427          are stored in the <literal><replaceable>ISO-8859-1</replaceable></literal>
    414428          encoding on the disk. Adjust these values appropriately for your
    415           installation. The <quote>unix charset</quote> value must be the same
     429          installation. The <literal>unix charset</literal> value must be the same
    416430          as the output of <command>locale charmap</command> when executed with
    417431          the <envar>LANG</envar> variable set to your preferred locale,
Note: See TracChangeset for help on using the changeset viewer.