Ignore:
Timestamp:
01/13/2016 04:25:50 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
57bcce9
Parents:
ed4a7a2
Message:
  • Update to harfbuzz-1.1.3.
  • Update to elfutils-0.165.
  • Update to samba-4.3.4.
  • Move libunique-1.1.6 to "9. General Libraries".
  • Add libunique-1.1.6 as optional dependency to Midori-0.5.11 (built with gtk+2).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16802 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    red4a7a2 rdbcebcf  
    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        "d7e2bef4deb00178eb310d7b0da3ef8e">
     9  <!ENTITY samba-md5sum        "48df803c6c6c475a714cae82a2dc219e">
    1010  <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "499 MB (additional 408 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.3 SBU, using parallelism=4 (additional 22.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "500 MB (additional 407 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
     12  <!ENTITY samba-time          "2.2 SBU, using parallelism=4 (additional 23.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    8383      <xref linkend="libgpg-error"/>,
    8484      <xref linkend="linux-pam"/>,
    85       <xref linkend="mitkrb"/>,
     85      <xref linkend="mitkrb"/> (currently, problems, despite successful build),
    8686      <xref linkend="popt"/>,
    8787      <xref linkend="python3"/>,
     
    120120    commands:</para>
    121121
    122 <screen><userinput>sed -e "/deps='LIBASYNC_REQ'/              \
    123        {
    124          s/$/,/
    125          a\                 install=False
    126        }"                                  \
    127     -i lib/async_req/wscript_build         &amp;&amp;
    128 
    129 ./configure                                \
    130     --prefix=/usr                          \
    131     --sysconfdir=/etc                      \
    132     --localstatedir=/var                   \
    133     --with-piddir=/run/samba               \
    134     --with-pammodulesdir=/lib/security     \
    135     --without-systemd                      \
    136     --enable-fhs                           &amp;&amp;
     122<screen><userinput>./configure                            \
     123    --prefix=/usr                      \
     124    --sysconfdir=/etc                  \
     125    --localstatedir=/var               \
     126    --with-piddir=/run/samba           \
     127    --with-pammodulesdir=/lib/security \
     128    --without-systemd                  \
     129    --enable-fhs                       &amp;&amp;
    137130
    138131make</userinput></screen>
     
    184177  <sect2 role="commands">
    185178    <title>Command Explanations</title>
    186 
    187     <para><command>sed ... -i ./lib/async_req/wscript_build</command>: Do not
    188     install async_connect_send_test.</para><!--
    189     #https://bugzilla.samba.org/show_bug.cgi?id=11639#c0
    190     # We should have this fix in 4.2.7 and 4.3.4
    191 
    192     Already pushed, so remove in the
    193     next version
    194     https://github.com/samba-team/samba/blob/632114584d3be0d4660e97a6c9e69e577a7bc1e2/lib/async_req/wscript_build
    195     http://samba.2283325.n4.nabble.com/PATCH-lib-async-req-do-not-install-async-connect-send-test-td4695220.html-->
    196 
    197179
    198180    <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in
     
    503485          libsamba-policy.so, libsamba-util.so, libsamdb.so,
    504486          libsmbclient-raw.so, libsmbclient.so, libsmbconf.so, libsmbldap.so,
    505           libtevent-util.so, libtorture.so, libwbclient.so, mit_samba.so, and
    506           winbind_krb5_locator.so; the pam_winbind.so and pam_smbpass.so PAM
    507           libraries; and assorted character set, filesystem and support modules
    508           under /usr/lib/{python&python2-majorver;,samba}
     487          libtevent-util.so, libtorture.so, libwbclient.so, <!--mit_samba.so,
     488          --> and winbind_krb5_locator.so; the pam_winbind.so and pam_smbpass.so
     489          PAM libraries; and assorted character set, filesystem and support
     490          modules under /usr/lib/{python&python2-majorver;,samba}
    509491        </seg>
    510492
Note: See TracChangeset for help on using the changeset viewer.