Changeset 3ec1600
- Timestamp:
- 11/03/2020 09:07:09 PM (2 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1a74239
- Parents:
- 72119155
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/telepathy-glib.xml
r72119155 r3ec1600 76 76 </itemizedlist> 77 77 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 78 88 <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead> 79 89 … … 105 115 106 116 <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> 107 124 Install <application>Telepathy GLib</application> by running the 108 125 following commands: 109 126 </para> 110 127 111 <screen><userinput>./configure --prefix=/usr \ 112 --enable-vala-bindings \ 113 --disable-static && 128 <screen><userinput>autoreconf -fiv && 129 130 PYTHON=/usr/bin/python3 ./configure --prefix=/usr \ 131 --enable-vala-bindings \ 132 --disable-static && 114 133 make</userinput></screen> 115 134 116 135 <para> 117 To test the results, issue: <command>make -kcheck</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>, 119 138 <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and 120 <emphasis>test-contact-list-client</emphasis>. 139 <emphasis>test-contact-list-client</emphasis>.--> 121 140 </para> 122 141 -
general/genutils/asciidoc.xml
r72119155 r3ec1600 7 7 <!ENTITY asciidoc-download-http "https://github.com/asciidoc/asciidoc-py3/releases/download/&asciidoc-version;/asciidoc-&asciidoc-version;.tar.gz"> 8 8 <!ENTITY asciidoc-download-ftp " "> 9 <!ENTITY asciidoc-md5sum " 6966bec6915fbb5720fb1e3f2a686046">9 <!ENTITY asciidoc-md5sum "1201c34c5169b1f6a190a92117c0be2a"> 10 10 <!ENTITY asciidoc-size "1.2 MB"> 11 <!ENTITY asciidoc-buildsize " 6.2MB">11 <!ENTITY asciidoc-buildsize "8.5 MB"> 12 12 <!ENTITY asciidoc-time "less than 0.1 SBU"> 13 13 ]> -
general/prog/git.xml
r72119155 r3ec1600 9 9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> 10 10 <!ENTITY git-download-ftp " "> 11 <!ENTITY git-md5sum " 242806facd425eeed091906d9cd70167">11 <!ENTITY git-md5sum "f5f9d4e7a3c633bc7a9178cfd822045f"> 12 12 <!ENTITY git-size "5.9 MB"> 13 13 <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 --> … … 17 17 <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? --> 18 18 <!-- Confirmed that it is disk related.--> 19 <!ENTITY git-time "0. 3 SBU (with parallelism=4; add 4.0SBU for tests with parallelism=4)">19 <!ENTITY git-time "0.4 SBU (with parallelism=4; add 3.9 SBU for tests with parallelism=4)"> 20 20 ]> 21 21 … … 161 161 <para> 162 162 You can build the man pages and/or html docs, or 163 use downloaded ones. If you choose to build them, use next two following163 use downloaded ones. If you choose to build them, use the next two 164 164 instructions. 165 165 </para> … … 196 196 197 197 <para> 198 Install the man pages as 198 Install the man pages as the 199 199 <systemitem class="username">root</systemitem> user: 200 200 </para> … … 204 204 205 205 <para> 206 Install the html docs as 206 Install the html docs as the 207 207 <systemitem class="username">root</systemitem> user: 208 208 </para> -
introduction/welcome/changelog.xml
r72119155 r3ec1600 46 46 <itemizedlist> 47 47 <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> 48 67 <para>[ken] - Patch qtwebengine to build with 49 68 ICU68.</para> -
networking/netprogs/samba.xml
r72119155 r3ec1600 7 7 <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz"> 8 8 <!ENTITY samba-download-ftp " "> 9 <!ENTITY samba-md5sum " d9243ab374897ba91aa3eb7354e83553">9 <!ENTITY samba-md5sum "9fd935e9cdfeafc978563ec722dd5404"> 10 10 <!ENTITY samba-size "18 MB"> 11 <!ENTITY samba-buildsize "629 MB (add 38 1MB for quicktest)">11 <!ENTITY samba-buildsize "629 MB (add 380 MB for quicktest)"> 12 12 <!ENTITY samba-time "3.3 SBU (using parallelism=4; add 5.1 SBU for quicktest)"> 13 13 ]> -
networking/textweb/lynx.xml
r72119155 r3ec1600 100 100 an <xref linkend="server-mail"/> (that provides a 101 101 <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) 103 103 </para> 104 104 -
packages.ent
r72119155 r3ec1600 242 242 243 243 <!-- Chapter 11 --> 244 <!ENTITY asciidoc-version "9.0. 3">244 <!ENTITY asciidoc-version "9.0.4"> 245 245 <!ENTITY bogofilter-version "1.2.5"> 246 246 <!ENTITY chrpath-version "0.16"> … … 336 336 <!ENTITY gc-version "8.0.4"> 337 337 <!ENTITY gdb-version "10.1"> 338 <!ENTITY git-version "2.29. 1">338 <!ENTITY git-version "2.29.2"> 339 339 <!ENTITY guile-version "3.0.4"> 340 340 <!ENTITY librep-version "0.92.7"> … … 587 587 <!ENTITY rpcbind-version "1.2.5"> 588 588 <!ENTITY rsync-version "3.2.3"> 589 <!ENTITY samba-version "4.13. 1">589 <!ENTITY samba-version "4.13.2"> 590 590 <!ENTITY wget-version "1.20.3"> 591 591 <!ENTITY wireless-tools-version "29">
Note:
See TracChangeset
for help on using the changeset viewer.