Changeset 21d18f7e
- Timestamp:
- 12/12/2020 05:31:15 AM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6aa48d38, fb047da0
- Parents:
- 8c6a76e8
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome.ent
r8c6a76e8 r21d18f7e 44 44 <!ENTITY gfbgraph-version "0.2.4"> 45 45 <!ENTITY tracker-version "2.3.6"> 46 <!ENTITY tracker3-version "3.0. 1">46 <!ENTITY tracker3-version "3.0.2"> 47 47 <!ENTITY tracker-miners-version "2.3.5"> 48 <!ENTITY tracker3-miners-version "3.0. 1">48 <!ENTITY tracker3-miners-version "3.0.3"> 49 49 <!ENTITY gsound-version "1.0.2"> 50 50 -
gnome/platform/tracker3-miners.xml
r8c6a76e8 r21d18f7e 7 7 <!ENTITY tracker3-miners-download-http "&gnome-download-http;/tracker-miners/3.0/tracker-miners-&tracker3-miners-version;.tar.xz"> 8 8 <!ENTITY tracker3-miners-download-ftp "&gnome-download-ftp;/tracker-miners/3.0/tracker-miners-&tracker3-miners-version;.tar.xz"> 9 <!ENTITY tracker3-miners-md5sum " a084d9d982e937b9e445dc600682c5ff">9 <!ENTITY tracker3-miners-md5sum "93bd4224b7272f9d4e1a6988d2800e11"> 10 10 <!ENTITY tracker3-miners-size "3.8 MB"> 11 11 <!ENTITY tracker3-miners-buildsize "36 MB (with tests)"> 12 <!ENTITY tracker3-miners-time "1. 2SBU (with tests)">12 <!ENTITY tracker3-miners-time "1.0 SBU (with tests)"> 13 13 ]> 14 14 … … 94 94 <bridgehead renderas="sect4">Optional</bridgehead> 95 95 <para role="optional"> 96 <xref linkend="asciidoc"/>, 96 97 <xref linkend="cmake"/>, 97 98 <xref linkend="dconf"/>, … … 102 103 <xref linkend="upower"/>, 103 104 <ulink url="https://github.com/lipnitsk/libcue">libcue</ulink>, 105 <ulink url="http://libiptcdata.sourceforge.net/">libitpcdata</ulink>, 104 106 <ulink url="https://libosinfo.org">libosinfo</ulink>, and 105 107 <ulink url="https://gitlab.gnome.org/GNOME/gupnp">gupnp</ulink> … … 131 133 cd build && 132 134 133 meson --prefix=/usr .. &&135 meson --prefix=/usr -Dman=false .. && 134 136 ninja</userinput></screen> 135 137 … … 137 139 cd build && 138 140 139 meson --prefix=/usr -Dsystemd_user_services=false .. &&141 meson --prefix=/usr -Dsystemd_user_services=false -Dman=false .. && 140 142 ninja</userinput></screen> 141 143 … … 154 156 <sect2 role="commands"> 155 157 <title>Command Explanations</title> 158 159 <para> 160 <parameter>-Dman=false</parameter>: This switch prevents the build process 161 from generating man pages. Omit this switch if you have 162 <xref linkend="asciidoc" role="nodep"/> installed and wish to generate and 163 install the man pages. 164 </para> 156 165 157 166 <para revision="sysv"> -
gnome/platform/tracker3.xml
r8c6a76e8 r21d18f7e 9 9 <!ENTITY tracker3-download-ftp 10 10 "&gnome-download-ftp;/tracker/3.0/tracker-&tracker3-version;.tar.xz"> 11 <!ENTITY tracker3-md5sum " 173668f5d1a890a494d681457ac7029b">11 <!ENTITY tracker3-md5sum "d1cb71cb69aac7a8f98b360aef438d0b"> 12 12 <!ENTITY tracker3-size "1.4 MB"> 13 <!ENTITY tracker3-buildsize " 85MB (with tests)">14 <!ENTITY tracker3-time "0. 4SBU (with tests)">13 <!ENTITY tracker3-buildsize "79 MB (with tests)"> 14 <!ENTITY tracker3-time "0.3 SBU (with tests)"> 15 15 ]> 16 16 … … 69 69 <para> 70 70 Estimated build time: &tracker3-time; 71 </para> 72 </listitem> 73 </itemizedlist> 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 <itemizedlist spacing="compact"> 77 <listitem> 78 <para> 79 Required patch: 80 <ulink url="&patch-root;/tracker-&tracker3-version;-upstream_fixes-1.patch"/> 71 81 </para> 72 82 </listitem> … … 94 104 <bridgehead renderas="sect4">Optional</bridgehead> 95 105 <para role="optional"> 106 <xref linkend="asciidoc"/>, 96 107 <xref linkend="gtk-doc"/>, 97 108 <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and … … 109 120 110 121 <para> 122 First, fix an incompatibility between Tracker and SQLite-3.34.0: 123 </para> 124 125 <screen><userinput remap="pre">patch -Np1 -i ../tracker-&tracker3-version;-upstream_fixes-1.patch</userinput></screen> 126 127 <para> 111 128 Install <application>Tracker</application> by running the following 112 129 commands: … … 116 133 cd build && 117 134 118 meson --prefix=/usr -Ddocs=false .. &&135 meson --prefix=/usr -Ddocs=false -Dman=false .. && 119 136 ninja</userinput></screen> 120 137 … … 122 139 cd build && 123 140 124 meson --prefix=/usr -Ddocs=false -D systemd_user_services=false .. &&141 meson --prefix=/usr -Ddocs=false -Dman=false -Dsystemd_user_services=false .. && 125 142 ninja</userinput></screen> 126 143 … … 149 166 </para> 150 167 168 <para> 169 <parameter>-Dman=false</parameter>: This switch prevents the build 170 process from generating man pages. Omit this switch if you have 171 <xref linkend="asciidoc" role="nodep"/> installed and wish to generate 172 and install the man pages. 173 </para> 174 151 175 <para revision="sysv"> 152 176 <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents … … 174 198 </seg> 175 199 <seg> 176 /usr/{include,lib }/tracker-3.0, /usr/share/tracker3, and200 /usr/{include,lib,libexec}/tracker-3.0, /usr/share/tracker3, and 177 201 /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3 178 202 </seg> -
introduction/welcome/changelog.xml
r8c6a76e8 r21d18f7e 43 43 --> 44 44 <listitem> 45 <para>December 11th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to NetworkManager-1.28.0. Fixes 49 <ulink url="&blfs-ticket-root;14348">#14348</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to tracker-3.0.2. Fixes 53 <ulink url="&blfs-ticket-root;14361">#14361</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to tracker-miners-3.0.3. Fixes 57 <ulink url="&blfs-ticket-root;14364">#14364</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to fuse-3.10.1. Fixes 61 <ulink url="&blfs-ticket-root;14353">#14353</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[renodr] - Update to curl-7.74.0 (Security Update). Fixes 65 <ulink url="&blfs-ticket-root;14363">#14363</ulink>.</para> 66 </listitem> 67 </itemizedlist> 68 </listitem> 69 70 <listitem> 45 71 <para>December 10th, 2020</para> 46 72 <itemizedlist> -
networking/netlibs/curl.xml
r8c6a76e8 r21d18f7e 7 7 <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " d7df02d3b78b625fee4dd765808a6eb6">9 <!ENTITY curl-md5sum "448156d9cd05009b0097b43de639fd34"> 10 10 <!ENTITY curl-size "2.3 MB"> 11 <!ENTITY curl-buildsize "9 4MB (add 17 MB for tests)">12 <!ENTITY curl-time "0. 4SBU (add 14 SBU for tests)">11 <!ENTITY curl-buildsize "95 MB (add 17 MB for tests)"> 12 <!ENTITY curl-time "0.3 SBU (add 14 SBU for tests)"> 13 13 ]> 14 14 … … 123 123 124 124 <para> 125 First, adapt the tests to python3: 126 </para> 127 128 <screen><userinput remap="pre">grep -rl '#!.*python$' | xargs sed -i '1s/python/&3/'</userinput></screen> 129 130 <para> 125 131 Install <application>cURL</application> by running the following 126 132 commands: … … 300 306 Tests have all BLFS dependencies installed with the exception of stunnel, 301 307 as well as the optional impacket installed. 308 309 ====== 310 Added by renodr for curl-7.74.0: 311 TESTDONE: 1119 tests out of 1119 reported OK: 100% 312 TESTDONE: 1388 tests were considered during 1370 seconds. 313 Tests have all BLFS dependencies installed, as well as impacket. 314 stunnel not installed. 302 315 --> 303 316 -
networking/netutils/networkmanager.xml
r8c6a76e8 r21d18f7e 9 9 <!ENTITY NetworkManager-download-ftp 10 10 "&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz"> 11 <!ENTITY NetworkManager-md5sum " 86d74ff1ee79ddf2688348990870652d">12 <!ENTITY NetworkManager-size " 4.8MB">13 <!ENTITY NetworkManager-buildsize "9 95MB (with tests)">14 <!ENTITY NetworkManager-time " 1.0 SBU (with tests; bothusing parallelism=4)">11 <!ENTITY NetworkManager-md5sum "3c4a70764ec3418a796b2c3f2a1f83e0"> 12 <!ENTITY NetworkManager-size "5.0 MB"> 13 <!ENTITY NetworkManager-buildsize "900 MB (with tests)"> 14 <!ENTITY NetworkManager-time "0.9 SBU (with tests, using parallelism=4)"> 15 15 ]> 16 16 … … 89 89 <bridgehead renderas="sect4">Required</bridgehead> 90 90 <para role="required"> 91 <xref linkend="dbus-glib"/> and 91 <xref linkend="dbus-glib"/>, 92 <xref linkend="jansson"/>, and 92 93 <xref linkend="libndp"/> 93 94 </para> … … 101 102 <xref linkend="gobject-introspection"/>, 102 103 <xref linkend="iptables"/>, 103 <xref linkend="jansson"/>,104 104 <xref linkend="newt"/> (for <command>nmtui</command>), 105 105 <xref linkend="nss"/>, … … 201 201 CXXFLAGS+="-O2 -fPIC" \ 202 202 meson --prefix /usr \ 203 -Djson_validation=false \204 203 -Dlibaudit=no \ 205 204 -Dlibpsl=false \ … … 222 221 CXXFLAGS+="-O2 -fPIC" \ 223 222 meson --prefix /usr \ 224 -Djson_validation=false \225 223 -Dlibaudit=no \ 226 224 -Dlibpsl=false \ … … 241 239 with a bus address is necessary to run the tests. To test the results, 242 240 as the root user, <!-- needs the "ip" command --> 243 issue: <command>ninja test</command>. Five tests, 241 issue: <command>ninja test</command>. Six tests, 242 <filename>test-l3cfg</filename>, 244 243 <filename>devices/test-acd</filename>, 245 244 <filename>platform/test-tc-linux</filename>, … … 283 282 284 283 <para> 285 <parameter>-Djson_validation=false</parameter>,286 <parameter>-Dlibpsl=false</parameter> ,and284 <!--<parameter>-Djson_validation=false</parameter>, no longer recognized --> 285 <parameter>-Dlibpsl=false</parameter> and 287 286 <parameter>-Dovs=false</parameter>: These switches disable building with the 288 287 respective libraries. Remove if you have the needed libraries installed. … … 363 362 <para> 364 363 For <application>NetworkManager</application> to work, at least 365 a minimal configuration file must be present. Such file is not364 a minimal configuration file must be present. Such a file is not 366 365 installed with <command>make install</command>. Issue the following 367 366 command as the <systemitem class="username">root</systemitem> user to 368 create minimal <filename>NetworkManager.conf</filename> file:367 create a minimal <filename>NetworkManager.conf</filename> file: 369 368 </para> 370 369 … … 379 378 files in the 380 379 <filename class="directory">/etc/NetworkManager/conf.d</filename> 381 direc otry.380 directory. 382 381 </para> 383 382 … … 420 419 421 420 <para> 422 To allow regular users permissionto configure network connections,421 To allow regular users to configure network connections, 423 422 you should add them to the 424 423 <systemitem class="groupname">netdev</systemitem> … … 560 559 <listitem> 561 560 <para> 562 is an utility to find outwhether you are online.561 is an utility to determine whether you are online. 563 562 </para> 564 563 <indexterm zone="NetworkManager nm-online"> … … 572 571 <listitem> 573 572 <para> 574 is an interactive ncurses basedinterface for573 is an interactive ncurses-based user interface for 575 574 <application>nmcli</application>. 576 575 </para> … … 585 584 <listitem> 586 585 <para> 587 is an interactive ncurses based interface connection to586 is an interactive ncurses-based user interface to 588 587 activate/deactivate connections. 589 588 </para> … … 598 597 <listitem> 599 598 <para> 600 is an interactive ncurses based interface connection editor.599 is an interactive ncurses-based user interface to edit connections. 601 600 </para> 602 601 <indexterm zone="NetworkManager nmtui-edit"> … … 610 609 <listitem> 611 610 <para> 612 is an interactive ncurses based interface hostname editor.611 is an interactive ncurses-based user interface to edit the hostname. 613 612 </para> 614 613 <indexterm zone="NetworkManager nmtui-hostname"> -
packages.ent
r8c6a76e8 r21d18f7e 48 48 <!ENTITY btrfs-progs-version "5.9"> 49 49 <!ENTITY dosfstools-version "4.1"> 50 <!ENTITY fuse3-version "3.10. 0">50 <!ENTITY fuse3-version "3.10.1"> 51 51 <!ENTITY jfsutils-version "1.1.15"> 52 52 <!ENTITY lvm2-version "2.03.10"> … … 597 597 <!ENTITY bind-version "&bind-minor-version;.9"> 598 598 <!ENTITY mod_dnssd-version "0.6"> 599 <!ENTITY NetworkManager-minor "1.2 6">600 <!ENTITY NetworkManager-version "&NetworkManager-minor;. 4">599 <!ENTITY NetworkManager-minor "1.28"> 600 <!ENTITY NetworkManager-version "&NetworkManager-minor;.0"> 601 601 <!ENTITY network-manager-applet-version "1.18.0"> 602 602 <!ENTITY nmap-version "7.91"> … … 610 610 <!-- Chapter 17 --> 611 611 <!ENTITY c-ares-version "1.17.1"> 612 <!ENTITY curl-version "7.7 3.0">612 <!ENTITY curl-version "7.74.0"> 613 613 <!ENTITY geoclue2-version "2.5.6"> 614 614 <!ENTITY glib-networking-version "2.66.0"> -
postlfs/filesystems/fuse3.xml
r8c6a76e8 r21d18f7e 7 7 <!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz"> 8 8 <!ENTITY fuse3-download-ftp " "> 9 <!ENTITY fuse3-md5sum " be4bc4ead26c3bcaedcf048ccac295a4">9 <!ENTITY fuse3-md5sum "e973012119e98b048307558271b5b296"> 10 10 <!ENTITY fuse3-size "1.8 MB"> 11 11 <!ENTITY fuse3-buildsize "135 MB">
Note:
See TracChangeset
for help on using the changeset viewer.