Changeset dbcebcf


Ignore:
Timestamp:
01/13/2016 04:25:50 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 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, nosym, 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:
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

Files:
9 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    red4a7a2 rdbcebcf  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 12th &year;">
     9<!ENTITY releasedate  "January 13th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/genlib.xml

    red4a7a2 rdbcebcf  
    9090  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstatgrab.xml"/>
    9191  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/>
     92  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>
    9293  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunistring.xml"/>
    9394  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb.xml"/>
  • general/graphlib/harfbuzz.xml

    red4a7a2 rdbcebcf  
    88           "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "e6210d3cfd4064d95621fc16913268ed">
    11   <!ENTITY harfbuzz-size          "1.2 MB">
     10  <!ENTITY harfbuzz-md5sum        "671daf05153d57258e5cb992aa28c64a">
     11  <!ENTITY harfbuzz-size          "1.3 MB">
    1212  <!ENTITY harfbuzz-buildsize     "53 MB (with tests)">
    1313  <!ENTITY harfbuzz-time          "0.4 SBU (with tests)">
  • general/prog/elfutils.xml

    red4a7a2 rdbcebcf  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "2e4536c1c48034f188a80789a59114d8">
    11   <!ENTITY elfutils-size          "5.8 MB">
    12   <!ENTITY elfutils-buildsize     "103 MB (with tests)">
    13   <!ENTITY elfutils-time          "0.8 SBU (with tests)">
     10  <!ENTITY elfutils-md5sum        "c37fdbe18e848002b451562cba964679">
     11  <!ENTITY elfutils-size          "6.2 MB">
     12  <!ENTITY elfutils-buildsize     "107 MB (with tests)">
     13  <!ENTITY elfutils-time          "1 SBU (with tests)">
    1414]>
    1515
     
    142142      <seglistitem>
    143143        <seg>
    144           eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld,
    145           eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf,
    146           eu-size, eu-stack, eu-strings, eu-strip, and eu-unstrip
     144          eu-addr2line, eu-ar, eu-elfcmp, eu-elfcompress, eu-elflint,
     145          eu-findtextrel, eu-ld, eu-make-debug-archive, eu-nm, eu-objdump,
     146          eu-ranlib, eu-readelf, eu-size, eu-stack, eu-strings, eu-strip, and
     147          eu-unstrip
    147148        </seg>
    148149        <seg>
     
    198199      </varlistentry>
    199200
     201      <varlistentry id="eu-elfcompress">
     202        <term><command>eu-elfcompress</command></term>
     203        <listitem>
     204          <para>
     205            compress or decompress sections in an ELF file.
     206          </para>
     207          <indexterm zone="elfutils eu-elfcompress">
     208            <primary sortas="b-eu-elfcompress">eu-elfcompress</primary>
     209          </indexterm>
     210        </listitem>
     211      </varlistentry>
     212
    200213      <varlistentry id="eu-elflint">
    201214        <term><command>eu-elflint</command></term>
  • introduction/welcome/changelog.xml

    red4a7a2 rdbcebcf  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>January 13th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Add libunique-1.1.6 as optional dependency to
     52          Midori-0.5.11 (built with gtk+2).</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Move libunique-1.1.6 to "9. General Libraries".</para>
     56        </listitem>
     57        <listitem>
     58          <para>[fernando] - Update to samba-4.3.4. Fixes
     59          <ulink url="&blfs-ticket-root;7349">#7349</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[fernando] - Update to elfutils-0.165. Fixes
     63          <ulink url="&blfs-ticket-root;7348">#7348</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[fernando] - Update to harfbuzz-1.1.3. Fixes
     67          <ulink url="&blfs-ticket-root;7347">#7347</ulink>.</para>
     68        </listitem>
     69      </itemizedlist>
     70    </listitem>
    4671
    4772    <listitem>
  • 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
  • packages.ent

    red4a7a2 rdbcebcf  
    165165<!ENTITY giflib-version               "5.1.2">
    166166<!ENTITY graphite2-version            "1.3.3">
    167 <!ENTITY harfbuzz-version             "1.1.2">
     167<!ENTITY harfbuzz-version             "1.1.3">
    168168<!ENTITY ijs-version                  "0.35">
    169169<!ENTITY jasper-version               "1.900.1">
     
    259259<!ENTITY dejagnu-version              "1.5.3">
    260260<!ENTITY doxygen-version              "1.8.11">
    261 <!ENTITY elfutils-version             "0.164">
     261<!ENTITY elfutils-version             "0.165">
    262262<!ENTITY expect-version               "5.45">
    263263<!ENTITY gcc-version                  "5.3.0">
     
    367367<!ENTITY rpcbind-version              "0.2.3">
    368368<!ENTITY rsync-version                "3.1.2">
    369 <!ENTITY samba-version                "4.3.3">
     369<!ENTITY samba-version                "4.3.4">
    370370<!ENTITY wget-version                 "1.17.1">
    371371<!ENTITY wireless-tools-version       "29">
  • xfce/apps/apps.xml

    red4a7a2 rdbcebcf  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfburn.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ristretto.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>
    3130  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-notifyd.xml"/>
    3231
  • xfce/apps/midori.xml

    red4a7a2 rdbcebcf  
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional">
    93       <xref linkend="gtk-doc"/> and
     93      <xref linkend="gtk-doc"/>,
     94      <xref linkend="libunique"/> (if built with gtk+2) and
    9495      <ulink url="https://launchpad.net/zeitgeist/0.9/">Zeitgeist</ulink>
    9596    </para>
Note: See TracChangeset for help on using the changeset viewer.