Changeset 3ec1600


Ignore:
Timestamp:
11/03/2020 09:07:09 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1a742391
Parents:
72119155
Message:

Update to Samba-4.13.2
Update to asciidoc-9.0.4
Update to git-2.29.2
telepathy-glib: Port to python3, fix tests with glib-2.46 and later, port to modern build machinery, and fix memory leaks

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/telepathy-glib.xml

    r72119155 r3ec1600  
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch"/>
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
    7888    <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
    7989
     
    105115
    106116    <para>
     117      First, apply a patch to fix several bugs discovered after
     118      release:
     119    </para>
     120
     121<screen><userinput remap="pre">patch -Np1 -i ../telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch</userinput></screen>
     122
     123    <para>
    107124      Install <application>Telepathy GLib</application> by running the
    108125      following commands:
    109126    </para>
    110127
    111 <screen><userinput>./configure --prefix=/usr          \
    112             --enable-vala-bindings \
    113             --disable-static       &amp;&amp;
     128<screen><userinput>autoreconf -fiv &amp;&amp;
     129
     130PYTHON=/usr/bin/python3 ./configure --prefix=/usr          \
     131                                    --enable-vala-bindings \
     132                                    --disable-static       &amp;&amp;
    114133make</userinput></screen>
    115134
    116135    <para>
    117       To test the results, issue: <command>make -k check</command>.
    118       Four tests are known to fail: <emphasis>test-account</emphasis>,
     136      To test the results, issue: <command>make check</command>.
     137      <!--Four tests are known to fail: <emphasis>test-account</emphasis>,
    119138      <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and
    120       <emphasis>test-contact-list-client</emphasis>.
     139      <emphasis>test-contact-list-client</emphasis>.-->
    121140    </para>
    122141
  • general/genutils/asciidoc.xml

    r72119155 r3ec1600  
    77  <!ENTITY asciidoc-download-http "https://github.com/asciidoc/asciidoc-py3/releases/download/&asciidoc-version;/asciidoc-&asciidoc-version;.tar.gz">
    88  <!ENTITY asciidoc-download-ftp  " ">
    9   <!ENTITY asciidoc-md5sum        "6966bec6915fbb5720fb1e3f2a686046">
     9  <!ENTITY asciidoc-md5sum        "1201c34c5169b1f6a190a92117c0be2a">
    1010  <!ENTITY asciidoc-size          "1.2 MB">
    11   <!ENTITY asciidoc-buildsize     "6.2 MB">
     11  <!ENTITY asciidoc-buildsize     "8.5 MB">
    1212  <!ENTITY asciidoc-time          "less than 0.1 SBU">
    1313]>
  • general/prog/git.xml

    r72119155 r3ec1600  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "242806facd425eeed091906d9cd70167">
     11  <!ENTITY git-md5sum        "f5f9d4e7a3c633bc7a9178cfd822045f">
    1212  <!ENTITY git-size          "5.9 MB">
    1313  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
     
    1717  <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
    1818  <!-- Confirmed that it is disk related.-->
    19   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 4.0 SBU for tests with parallelism=4)">
     19  <!ENTITY git-time          "0.4 SBU (with parallelism=4; add 3.9 SBU for tests with parallelism=4)">
    2020]>
    2121
     
    161161    <para>
    162162      You can build the man pages and/or html docs, or
    163       use downloaded ones. If you choose to build them, use next two following
     163      use downloaded ones. If you choose to build them, use the next two
    164164      instructions.
    165165    </para>
     
    196196
    197197    <para>
    198       Install the man pages as
     198      Install the man pages as the
    199199      <systemitem class="username">root</systemitem> user:
    200200    </para>
     
    204204
    205205    <para>
    206       Install the html docs as
     206      Install the html docs as the
    207207      <systemitem class="username">root</systemitem> user:
    208208    </para>
  • introduction/welcome/changelog.xml

    r72119155 r3ec1600  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Add a patch to telepathy-glib to fix various issues.
     49          These issues include porting the tests, examples, and internal tools
     50          to python3, fixing memory leaks, porting to modern build machinery,
     51          and fixing the testsuite to work with glib-2.46 and later.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to samba-4.13.2. Fixes a data corruption
     55          issue involving systems with the vfs_glusterfs module. Fixes
     56          <ulink url="&blfs-ticket-root;14208">#14208</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[renodr] - Update to git-2.29.2. Fixes
     60          <ulink url="&blfs-ticket-root;14186">#14186</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[renodr] - Update to asciidoc-9.0.4. Fixes
     64          <ulink url="&blfs-ticket-root;14192">#14192</ulink>.</para>
     65        </listitem>
     66        <listitem>
    4867          <para>[ken] - Patch qtwebengine to build with
    4968          ICU68.</para>
  • networking/netprogs/samba.xml

    r72119155 r3ec1600  
    77  <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "d9243ab374897ba91aa3eb7354e83553">
     9  <!ENTITY samba-md5sum        "9fd935e9cdfeafc978563ec722dd5404">
    1010  <!ENTITY samba-size          "18 MB">
    11   <!ENTITY samba-buildsize     "629 MB (add 381 MB for quicktest)">
     11  <!ENTITY samba-buildsize     "629 MB (add 380 MB for quicktest)">
    1212  <!ENTITY samba-time          "3.3 SBU (using parallelism=4; add 5.1 SBU for quicktest)">
    1313]>
  • networking/textweb/lynx.xml

    r72119155 r3ec1600  
    100100      an <xref linkend="server-mail"/> (that provides a
    101101      <command>sendmail</command> command), and
    102       <xref linkend='sharutils'/> (for a <command>uudecode</command> program)
     102      <xref linkend='sharutils'/> (for the <command>uudecode</command> program)
    103103    </para>
    104104
  • packages.ent

    r72119155 r3ec1600  
    242242
    243243<!-- Chapter 11 -->
    244 <!ENTITY asciidoc-version             "9.0.3">
     244<!ENTITY asciidoc-version             "9.0.4">
    245245<!ENTITY bogofilter-version           "1.2.5">
    246246<!ENTITY chrpath-version              "0.16">
     
    336336<!ENTITY gc-version                   "8.0.4">
    337337<!ENTITY gdb-version                  "10.1">
    338 <!ENTITY git-version                  "2.29.1">
     338<!ENTITY git-version                  "2.29.2">
    339339<!ENTITY guile-version                "3.0.4">
    340340<!ENTITY librep-version               "0.92.7">
     
    587587<!ENTITY rpcbind-version              "1.2.5">
    588588<!ENTITY rsync-version                "3.2.3">
    589 <!ENTITY samba-version                "4.13.1">
     589<!ENTITY samba-version                "4.13.2">
    590590<!ENTITY wget-version                 "1.20.3">
    591591<!ENTITY wireless-tools-version       "29">
Note: See TracChangeset for help on using the changeset viewer.