Changeset 141ee0a5


Ignore:
Timestamp:
10/28/2021 10:59:23 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
2dffe71
Parents:
45befbb
Message:

Updates

lsof-4.94.0
jansson-2.14
glibmm-2.66.2
pidgin-2.14.8
py3c-1.4 (python module)
valgrind-3.18.1
graphviz-2.49.3
asciidoc-10.0.0 (and move to ptyhon modules)

Files:
1 added
1 deleted
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glibmm.xml

    r45befbb r141ee0a5  
    77  <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.66/glibmm-&glibmm-version;.tar.xz">
    88  <!ENTITY glibmm-download-ftp  "&gnome-download-ftp;/glibmm/2.66/glibmm-&glibmm-version;.tar.xz">
    9   <!ENTITY glibmm-md5sum        "ee8c00fd7f08ae59f6af38dfa599194a">
    10   <!ENTITY glibmm-size          "7.2 MB">
    11   <!ENTITY glibmm-buildsize     "88 MB (with tests)">
    12   <!ENTITY glibmm-time          "0.5 SBU (Using parallelism=4; with tests)">
     9  <!ENTITY glibmm-md5sum        "89c0ba07736d258b84bc201bd213fd69">
     10  <!ENTITY glibmm-size          "7.3 MB">
     11  <!ENTITY glibmm-buildsize     "89 MB (with tests)">
     12  <!ENTITY glibmm-time          "0.7 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
  • general/genlib/jansson.xml

    r45befbb r141ee0a5  
    55  %general-entities;
    66
    7   <!ENTITY jansson-download-http "https://digip.org/jansson/releases/jansson-&jansson-version;.tar.gz">
     7  <!ENTITY jansson-download-http "https://github.com/akheron/jansson/releases/download/v&jansson-version;/jansson-&jansson-version;.tar.bz2">
    88  <!ENTITY jansson-download-ftp  " ">
    9   <!ENTITY jansson-md5sum        "570af45b8203e95876d71fecd56cee20">
    10   <!ENTITY jansson-size          "520 KB">
    11   <!ENTITY jansson-buildsize     "7.8 MB">
    12   <!ENTITY jansson-time          "0.1 SBU">
     9  <!ENTITY jansson-md5sum        "3f90473d7d54ebd1cb6a2757396641df">
     10  <!ENTITY jansson-size          "424 KB">
     11  <!ENTITY jansson-buildsize     "5.6 MB (add 1.9 MB for tests">
     12  <!ENTITY jansson-time          "0.1 SBU [with tests)">
    1313]>
    1414
     
    8080
    8181    <para>
     82      First fix one of the tests:
     83    </para>
     84
     85<screen><userinput>sed -e "/DT/s;| sort;| sed 's/@@libjansson.*//' &amp;;" \
     86    -i test/suites/api/check-exports</userinput></screen>
     87
     88    <para>
    8289      Install <application>jansson</application> by running the following
    8390      commands:
  • general/genutils/genutils.xml

    r45befbb r141ee0a5  
    1919  </para>
    2020
     21<!--
    2122  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asciidoc.xml"/>
    22 
     23-->
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asciidoctor.xml"/>
    2425
  • general/genutils/graphviz.xml

    r45befbb r141ee0a5  
    55  %general-entities;
    66
    7   <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.gz">
     7  <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.bz2">
    88  <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "a5ef25639826bd4d9c040c96b61d6e52">
    10   <!ENTITY graphviz-size          "29 MB">
    11   <!ENTITY graphviz-buildsize     "206 MB">
     9  <!ENTITY graphviz-md5sum        "d28da63d258a901cc0ea35b879c07db9">
     10  <!ENTITY graphviz-size          "26 MB">
     11  <!ENTITY graphviz-buildsize     "248 MB">
    1212  <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
    1313]>
     
    7373      </listitem>
    7474    </itemizedlist>
    75 <!--
    76     <note>
    77       <para>
    78         The <application>graphviz</application> source tarball shown above
    79         downloads to a non-versioned file name: graphviz.tar.gz.  It does
    80         expand to a versioned directory, graphviz-&graphviz-version;/.
    81         If you prefer to use a versioned tarball name, you can simply
    82         rename it or download the package with:
    83 
    84         <screen><userinput>wget -c &graphviz-download-http; \
    85      -O graphviz-&graphviz-version;.tar.gz</userinput></screen>.
    86         </para>
    87       </note>
    88 
    89     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    90     <itemizedlist spacing="compact">
    91       <listitem>
    92         <para>
    93           Optional patch to use <xref linkend="qt5"/>:
    94           <ulink url="&patch-root;/graphviz-&graphviz-version;-qt5-1.patch"/>
    95         </para>
    96       </listitem>
    97     </itemizedlist>
    98 -->
     75
    9976    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
    10077
     
    215192    <title>Installation of Graphviz</title>
    216193
    217 <!-- For every major version of Ruby, this has to be tweaked. See #11606
    218 
    219     <para>
    220       If <xref linkend="ruby"/> is installed, and you want to build Ruby
    221       bindings, fix ruby's detection:
    222     </para>
    223 
    224      Not sure about the above for version 2.42.1.  Seems to detect it OK.  I
    225      didn't see any reference to the specific ruby version.
    226 -->
    227 <!--<screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i configure.ac</userinput></screen>-->
    228 
    229 <!-- No patch required
    230     <para>
    231       If <xref linkend="qt5"/> is installed, and you want to build the
    232       <command>gvedit</command> graph editor, issue:
    233     </para>
    234 
    235 <screen><userinput>patch -p1 -i ../graphviz-&graphviz-version;-qt5-1.patch</userinput></screen>
    236 -->
    237194    <para>
    238195      Install <application>Graphviz</application> by running the following
     
    243200
    244201./autogen.sh              &amp;&amp;
    245 ./configure --prefix=/usr \
    246             --disable-php &amp;&amp;
     202./configure --prefix=/usr &amp;&amp;
    247203make</userinput></screen>
    248204
     
    354310          dot, dot2gxl, dot_builtins, dotty, edgepaint, fdp, gc, gml2gv,
    355311          graphml2gv, gv2gml, gv2gxl, gvcolor, gvedit, gvgen, gvmap, gvmap.sh,
    356           gvpack, gvpr, gxl2dot, gxl2gv, lefty, lneato, mm2gv, neato, nop,
     312          gvpack, gvpr, gxl2dot, gxl2gv, lneato, mm2gv, neato, nop,
    357313          osage, patchwork, prune, sccmap, sfdp, tred, twopi,
    358314          unflatten, and vimdot
     
    362318          libpathplan.so, libxdot.so, and several plugins in /usr/lib/graphviz.
    363319          There are also several in subdirectories of
    364           /usr/lib/{lua,perl5,php,<!--python&python2-majorver;-->,python&python3-majorver;,tcl8.6}.
     320          /usr/lib/{lua,perl5, <!--php, -->python&python3-majorver;,tcl8.6}.
    365321          Unfortunately, some libraries are duplicated.
    366322        </seg>
  • general/genutils/lsof.xml

    r45befbb r141ee0a5  
    55  %general-entities;
    66
    7 <!-- <!ENTITY lsof-download-http "https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.bz2">
    8 <!ENTITY lsof-download-ftp " "> -->
    97
    10 <!-- URL is for a mirror.  Change back to below if/when main site comes back. -->
    11 
    12 <!ENTITY lsof-download-http  "https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.gz">
     8<!ENTITY lsof-download-http  "https://github.com/lsof-org/lsof/releases/download/&lsof-version;/lsof_&lsof-version;.linux.tar.bz2">
    139<!ENTITY lsof-download-ftp  " ">
    14 <!ENTITY lsof-md5sum        "10e1353aa4bf2fd5bbed65db9ef6fd47">
    15 <!ENTITY lsof-size          "1.1 MB">
    16 <!ENTITY lsof-buildsize     "9.6 MB">
    17 <!ENTITY lsof-time          "less than 0.1 SBU">
     10<!ENTITY lsof-md5sum        "2a007f86fb0207fbce3e9d7542e1041c">
     11<!ENTITY lsof-size          "493 KB">
     12<!ENTITY lsof-buildsize     "3.7 MB (add 600 KB for tests)">
     13<!ENTITY lsof-time          "less than 0.1 SBU (add 0.4 SBU for tests)">
    1814]>
    1915
     
    8278    </para>
    8379
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82      <xref linkend="nmap"/> (with a symbolic link <command>nc</command>
     83      pointing to <command>ncat</command> in <filename class="directory">
     84      /usr/bin</filename>; used in tests)
     85    </para>
     86
    8487    <para condition="html" role="usernotes">User Notes:
    8588    <ulink url="&blfs-wiki;/lsof"/></para>
     89
     90  </sect2>
     91
     92  <sect2 role="kernel" id="lsof-kernel">
     93    <title>Kernel Configuration</title>
     94
     95    <para>
     96      To run the tests, the following option  should be enabled in the kernel
     97      configuration:
     98    </para>
     99
     100<screen><literal>General setup  ---&gt;
     101  [*] POSIX Message Queues    [CONFIG_POSIX_MQUEUE]</literal></screen>
    86102
    87103  </sect2>
     
    91107
    92108    <para>
    93       The contents of the <application>lsof</application> tarball
    94       include another tarball with the source code, which needs, in turn,
    95       to be unpacked. Install <application>lsof</application> by running the
     109      Install <application>lsof</application> by running the
    96110      following commands:
    97111    </para>
    98112
    99 <screen><userinput>tar -xf lsof_&lsof-version;_src.tar  &amp;&amp;
    100 cd lsof_&lsof-version;_src           &amp;&amp;
    101 ./Configure -n linux       &amp;&amp;
    102 make CFGL="-L./lib -ltirpc"</userinput></screen>
     113<screen><userinput>./Configure -n linux &amp;&amp;
     114make</userinput></screen>
    103115
    104116    <para>
    105       This package does not come with a working test suite.
     117      The tests should be run as the <systemitem
     118      class="username">root</systemitem> user. They require that the
     119      POSIX message queues are enabled in the kernel, and that <xref
     120      linkend="nmap"/> be installed with a symbolic link
     121      <filename>/usr/bin/nc</filename> pointing to <command>ncat</command>.
     122    </para>
     123
     124<screen role="root"
     125        remap="test"><userinput>make check</userinput></screen>
     126
     127    <para>
     128      Two tests fail if the tests are run from a script instead of an
     129      interactive session.
    106130    </para>
    107131
     
    110134    </para>
    111135
    112 <screen role="root"><userinput>install -v -m0755 -o root -g root lsof /usr/bin &amp;&amp;
     136<screen role="root"><userinput>install -v -m4755 -o root -g root lsof /usr/bin &amp;&amp;
    113137install -v lsof.8 /usr/share/man/man8</userinput></screen>
    114138
     
    124148
    125149    <para>
    126       <command>make CFGL="-L./lib -ltirpc"</command>: Add the libtirpc
    127       libraries location to the <command>make</command> command.
     150      <command>install -m4755 ...</command>: <command>lsof</command> should
     151      be suid root to allwo users to list all files. This may be a security
     152      threat on some systems. In that case change to <option>-m755</option>
     153      and use <command>sudo</command> to run the program.
    128154    </para>
    129155
  • general/prog/py3c.xml

    r45befbb r141ee0a5  
    77  <!ENTITY py3c-download-http
    88           "https://github.com/encukou/py3c/archive/v&py3c-version;/py3c-&py3c-version;.tar.gz">
    9   <!ENTITY py3c-md5sum        "57f6518f3a7bcd501425bb23f2de15a7">
    10   <!ENTITY py3c-size          "48 KB">
    11   <!ENTITY py3c-buildsize     "1.4 MB">
     9  <!ENTITY py3c-md5sum        "53029afde7e0cf8672a2d69d378a0cfc">
     10  <!ENTITY py3c-size          "47 KB">
     11  <!ENTITY py3c-buildsize     "608 KB">
    1212  <!ENTITY py3c-time          "less than 0.1 SBU">
    1313]>
     
    9090
    9191      <para>
    92         To test the package, issue: <command>make test-python3</command>.
     92        To test the package, issue:
    9393      </para>
     94
     95<screen remap="test"><userinput>make test-python3 &amp;&amp;
     96make test-python3-cpp</userinput></screen>
    9497
    9598      <para>
     
    100103
    101104<!-- Note:
    102   When doing a DESTDIR install, use "make prefix=$DESTDIR/usr install"
    103   but the installed py3c.pc file will contain an invalid path for the
    104   includedir.
    105   So either do a "sed -e "s:@includedir@:/usr/include:" -i py3c.pc.in
    106   before exec the make-install or fix that path in the installed
    107   file $DESTDIR/usr/share/pkgconfig/py3c.pc afterwards.
     105  Now, doing a DESTDIR install is just
     106    "make prefix=/usr DESTDIR=<dest> install"
    108107-->
    109108<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
  • general/prog/python-modules.xml

    r45befbb r141ee0a5  
    3131      <listitem>
    3232        <para>
     33          <xref linkend="asciidoc"/>
     34        </para>
     35      </listitem>
     36      <listitem>
     37        <para>
    3338          <xref linkend="dbus-python"/>
    3439        </para>
     
    162167
    163168  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     169    href="asciidoc.xml"/>
     170
     171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    164172    href="dbus-python.xml"/>
    165173
  • general/prog/valgrind.xml

    r45befbb r141ee0a5  
    55  %general-entities;
    66
    7   <!ENTITY valgrind-download-http "https://sourceware.org/ftp/valgrind/valgrind-&valgrind-version;.tar.bz2">
     7  <!ENTITY valgrind-download-http "https://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  "ftp://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2">
    9   <!ENTITY valgrind-md5sum        "afe11b5572c3121a781433b7c0ab741b">
    10   <!ENTITY valgrind-size          "16 MB">
    11   <!ENTITY valgrind-buildsize     "629 MB (add 103 MB for tests)">
    12   <!ENTITY valgrind-time          "0.5 SBU (Using parallelism=4; add 7.9 SBU for tests)">
     9  <!ENTITY valgrind-md5sum        "de56a5532b0c81781db677ca712c585a">
     10  <!ENTITY valgrind-size          "15 MB">
     11  <!ENTITY valgrind-buildsize     "550 MB (add 62 MB for tests)">
     12  <!ENTITY valgrind-time          "0.5 SBU (Using parallelism=4; add 7.5 SBU for tests)">
    1313]>
    1414
     
    7272      </listitem>
    7373    </itemizedlist>
    74 
     74<!--
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 
     84-->
    8585    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
    8686
    8787    <bridgehead renderas="sect4">Optional</bridgehead>
    8888    <para role="optional">
    89       <!-- The below programs are no longer used or looked for. -->
    90       <!--<xref linkend="bind"/> or <xref linkend="bind-utils"/> (for tests),
    91       <xref linkend="boost"/>, -->
    9289      <xref linkend="gdb"/> (for tests),
    9390      <xref linkend="llvm"/> (with Clang), and
     
    110107    <title>Installation of Valgrind</title>
    111108
     109<!-- Not needed anymore with 3.18.1
    112110    <para>
    113111      First, make several changes that are required for Valgrind to function on
     
    116114
    117115<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-upstream_fixes-1.patch</userinput></screen>
    118 
    119 <!-- Not needed with 3.17.0
    120     <para>
    121       First, adapt the tests to glibc-2.33:
    122     </para>
    123 
    124 <screen><userinput remap="pre">sed -i 's/arm64/amd64/' gdbserver_tests/nlcontrolc.vgtest</userinput></screen>
    125116-->
    126117
     
    130121    </para>
    131122
    132 <screen><userinput>autoreconf -fiv &amp;&amp;
    133 sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
     123<screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    134124
    135125./configure --prefix=/usr \
     
    140130      To test the results, issue: <command>make regtest</command>. The tests
    141131      may hang forever if <xref linkend="gdb"/> is not installed. Some tests
    142       are known to hang also, depending on the version of glibc. Some tests
    143       in the "drd" test suite are known to fail as well. Problematic
     132      are known to hang also, depending on the version of glibc. A few test
     133       can fail in various suites. Problematic
    144134      tests can be disabled by changing the <userinput>prereq:</userinput> line
    145135      in the corresponding <filename>.vgtest</filename> file to
     
    147137    </para>
    148138
    149 <screen><userinput>sed -e 's@prereq:.*@prereq: false@' \
     139<screen role="nodump"><userinput>sed -e 's@prereq:.*@prereq: false@' \
    150140    -i {helgrind,drd}/tests/pth_cond_destroy_busy.vgtest</userinput></screen>
    151141
     
    212202        </seg>
    213203        <seg>
    214            <!-- Moved to /usr/lib/valgrind in 3.17.0
    215           libcoregrind-&lt;Arch&gt;-linux.a,
    216           libgcc-sup-&lt;Arch&gt;-linux.a,
    217           libreplacemalloc_toolpreload-&lt;Arch&gt;-linux.a,
    218           libvex-&lt;Arch&gt;-linux.a,
    219           libvexmultiarch-amd64-linux.a,
    220           vgpreload_core-&lt;Arch&gt;-linux.so,
    221           vgpreload_drd-&lt;Arch&gt;-linux.so,
    222           vgpreload_exp-dhat-&lt;Arch&gt;-linux.so,
    223           vgpreload_helgrind-&lt;Arch&gt;-linux.so,
    224           vgpreload_massif-&lt;Arch&gt;-linux.so, and
    225           vgpreload_memcheck-&lt;Arch&gt;-linux.so, where
    226           &lt;Arch&gt; is x86 or amd64
    227           -->
    228204          None
    229205        </seg>
  • introduction/welcome/changelog.xml

    r45befbb r141ee0a5  
    4343    -->
    4444    <listitem>
     45      <para>October 28th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to asciidoc-10.0.0 (move to python modules).
     49          Fixes <ulink url="&blfs-ticket-root;15682">#15682</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to graphviz-2.49.3. Fixes
     53          <ulink url="&blfs-ticket-root;15680">#15680</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[pierre] - Update to valgrind-3.18.1. Fixes
     57          <ulink url="&blfs-ticket-root;15677">#15677</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[pierre] - Update to py3c-1.4 (python module). Fixes
     61          <ulink url="&blfs-ticket-root;15676">#15676</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[pierre] - Update to pidgin-2.14.8. Fixes
     65          <ulink url="&blfs-ticket-root;15674">#15674</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[pierre] - Update to glibmm-2.66.2. Fixes
     69          <ulink url="&blfs-ticket-root;15667">#15667</ulink>.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[pierre] - Update to jansson-2.14. Fixes
     73          <ulink url="&blfs-ticket-root;15664">#15664</ulink>.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[pierre] - Update to lsof-4.94.0. Fixes
     77          <ulink url="&blfs-ticket-root;15663">#15663</ulink>.</para>
     78        </listitem>
     79      </itemizedlist>
     80    </listitem>
     81
     82    <listitem>
    4583      <para>October 27th, 2021</para>
    4684      <itemizedlist>
  • packages.ent

    r45befbb r141ee0a5  
    9999<!ENTITY glib2-minor                  "2.70">
    100100<!ENTITY glib2-version                "&glib2-minor;.0">
    101 <!ENTITY glibmm-version               "2.66.1">
     101<!ENTITY glibmm-version               "2.66.2">
    102102<!ENTITY gmime-version                "2.6.23">
    103103<!ENTITY gmime3-version               "3.2.7">
     
    115115<!ENTITY inih-version                 "53">
    116116<!ENTITY iso-codes-version            "4.7.0">
    117 <!ENTITY jansson-version              "2.13.1">
     117<!ENTITY jansson-version              "2.14">
    118118<!--<!ENTITY JS52-version                 "52.2.1gnome1">-->
    119119<!--<!ENTITY JS60-version                 "60.8.0">-->
     
    245245
    246246<!-- Chapter 11 -->
    247 <!ENTITY asciidoc-version             "9.1.1">
    248247<!ENTITY asciidoctor-version          "2.0.16">
    249248<!ENTITY bogofilter-version           "1.2.5">
     
    252251<!ENTITY desktop-file-utils-version   "0.26">
    253252<!ENTITY gperf-version                "3.0.4">
    254 <!ENTITY graphviz-version             "2.49.1">
     253<!ENTITY graphviz-version             "2.49.3">
    255254<!ENTITY gtk-doc-major                "1.33">
    256255<!ENTITY gtk-doc-version              "1.33.2">
     
    262261<!ENTITY imagemagick-version          "7.1.0">
    263262<!ENTITY intltool-version             "0.50.2">
    264 <!ENTITY lsof-version                 "4.91">
     263<!ENTITY lsof-version                 "4.94.0">
    265264<!ENTITY pinentry-version             "1.2.0">
    266265<!ENTITY rarian-version               "0.8.1">
     
    385384<!ENTITY vala-major-version           "0.54">  <!-- even minors only -->
    386385<!ENTITY vala-version                 "&vala-major-version;.1">
    387 <!ENTITY valgrind-version             "3.17.0">
     386<!ENTITY valgrind-version             "3.18.1">
    388387<!ENTITY yasm-version                 "1.3.0">
    389388
     
    559558<!-- Python module versions used in the Python Modules instructions -->
    560559<!-- <!ENTITY Beaker-version               "1.10.0"> -->
     560<!ENTITY asciidoc-version             "10.0.0">
    561561<!ENTITY docutils-version             "0.17.1">
    562562<!ENTITY dbus-python-version          "1.2.18">
     
    569569<!ENTITY mako-version                 "1.1.5">
    570570<!ENTITY MarkupSafe-version           "2.0.1">
    571 <!ENTITY py3c-version                 "1.3.1">
     571<!ENTITY py3c-version                 "1.4">
    572572<!ENTITY pyatspi2-version             "2.38.1">
    573573<!--<!ENTITY py2cairo-version             "1.10.0"> -->
     
    954954<!ENTITY pan-version                  "0.133">
    955955<!ENTITY pavucontrol-version          "5.0">
    956 <!ENTITY pidgin-version               "2.14.7">
     956<!ENTITY pidgin-version               "2.14.8">
    957957<!ENTITY rox-filer-version            "2.11">
    958958<!ENTITY rxvt-unicode-version         "9.26">
  • xsoft/other/pidgin.xml

    r45befbb r141ee0a5  
    77  <!ENTITY pidgin-download-http "&sourceforge-dl;/pidgin/pidgin-&pidgin-version;.tar.bz2">
    88  <!ENTITY pidgin-download-ftp  " ">
    9   <!ENTITY pidgin-md5sum        "476d808a268c693adcc8fc5c952dadd4">
     9  <!ENTITY pidgin-md5sum        "243ed3a590e38f156fee2e22180f8676">
    1010  <!ENTITY pidgin-size          "8.3 MB">
    1111  <!ENTITY pidgin-buildsize     "302 MB (with tests and docs)">
     
    7070      </listitem>
    7171    </itemizedlist>
    72 
    73     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74     <itemizedlist spacing="compact">
    75       <listitem>
    76         <para>
    77           Required patch:
    78           <ulink url="&patch-root;/pidgin-&pidgin-version;-fix_time_conv-1.patch"/>
    79         </para>
    80       </listitem>
    81     </itemizedlist>
    82 
    8372
    8473    <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
     
    152141
    153142    <para>
    154       First, apply a patch that fixes time to string conversions:
    155     </para>
    156 
    157 <screen><userinput>patch -Np1 -i ../pidgin-&pidgin-version;-fix_time_conv-1.patch</userinput></screen>
     143      First, fix a test that fails:
     144    </para>
     145
     146<screen><userinput>sed '/09-13/s@^@//@' -i libpurple/tests/test_util.c</userinput></screen>
    158147
    159148    <para>
Note: See TracChangeset for help on using the changeset viewer.