Changeset 21d18f7e


Ignore:
Timestamp:
12/12/2020 05:31:15 AM (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:
6aa48d38, fb047da0
Parents:
8c6a76e8
Message:

Update to curl-7.74.0
Update to tracker-miners-3.0.3
Update to tracker-3.0.2
Update to NetworkManager-1.28.0
Update to fuse3-3.10.1

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r8c6a76e8 r21d18f7e  
    4444<!ENTITY gfbgraph-version                  "0.2.4">
    4545<!ENTITY tracker-version                   "2.3.6">
    46 <!ENTITY tracker3-version                  "3.0.1">
     46<!ENTITY tracker3-version                  "3.0.2">
    4747<!ENTITY tracker-miners-version            "2.3.5">
    48 <!ENTITY tracker3-miners-version           "3.0.1">
     48<!ENTITY tracker3-miners-version           "3.0.3">
    4949<!ENTITY gsound-version                    "1.0.2">
    5050
  • gnome/platform/tracker3-miners.xml

    r8c6a76e8 r21d18f7e  
    77  <!ENTITY tracker3-miners-download-http "&gnome-download-http;/tracker-miners/3.0/tracker-miners-&tracker3-miners-version;.tar.xz">
    88  <!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">
    1010  <!ENTITY tracker3-miners-size          "3.8 MB">
    1111  <!ENTITY tracker3-miners-buildsize     "36 MB (with tests)">
    12   <!ENTITY tracker3-miners-time          "1.2 SBU (with tests)">
     12  <!ENTITY tracker3-miners-time          "1.0 SBU (with tests)">
    1313]>
    1414
     
    9494    <bridgehead renderas="sect4">Optional</bridgehead>
    9595    <para role="optional">
     96      <xref linkend="asciidoc"/>,
    9697      <xref linkend="cmake"/>,
    9798      <xref linkend="dconf"/>,
     
    102103      <xref linkend="upower"/>,
    103104      <ulink url="https://github.com/lipnitsk/libcue">libcue</ulink>,
     105      <ulink url="http://libiptcdata.sourceforge.net/">libitpcdata</ulink>,
    104106      <ulink url="https://libosinfo.org">libosinfo</ulink>, and
    105107      <ulink url="https://gitlab.gnome.org/GNOME/gupnp">gupnp</ulink>
     
    131133cd    build &amp;&amp;
    132134
    133 meson --prefix=/usr .. &amp;&amp;
     135meson --prefix=/usr -Dman=false .. &amp;&amp;
    134136ninja</userinput></screen>
    135137
     
    137139cd    build &amp;&amp;
    138140
    139 meson --prefix=/usr -Dsystemd_user_services=false .. &amp;&amp;
     141meson --prefix=/usr -Dsystemd_user_services=false -Dman=false .. &amp;&amp;
    140142ninja</userinput></screen>
    141143
     
    154156  <sect2 role="commands">
    155157    <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>
    156165
    157166    <para revision="sysv">
  • gnome/platform/tracker3.xml

    r8c6a76e8 r21d18f7e  
    99  <!ENTITY tracker3-download-ftp
    1010           "&gnome-download-ftp;/tracker/3.0/tracker-&tracker3-version;.tar.xz">
    11   <!ENTITY tracker3-md5sum        "173668f5d1a890a494d681457ac7029b">
     11  <!ENTITY tracker3-md5sum        "d1cb71cb69aac7a8f98b360aef438d0b">
    1212  <!ENTITY tracker3-size          "1.4 MB">
    13   <!ENTITY tracker3-buildsize     "85 MB (with tests)">
    14   <!ENTITY tracker3-time          "0.4 SBU (with tests)">
     13  <!ENTITY tracker3-buildsize     "79 MB (with tests)">
     14  <!ENTITY tracker3-time          "0.3 SBU (with tests)">
    1515]>
    1616
     
    6969        <para>
    7070          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"/>
    7181        </para>
    7282      </listitem>
     
    94104    <bridgehead renderas="sect4">Optional</bridgehead>
    95105    <para role="optional">
     106      <xref linkend="asciidoc"/>,
    96107      <xref linkend="gtk-doc"/>,
    97108      <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
     
    109120
    110121    <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>
    111128      Install <application>Tracker</application> by running the following
    112129      commands:
     
    116133cd    build &amp;&amp;
    117134
    118 meson --prefix=/usr -Ddocs=false .. &amp;&amp;
     135meson --prefix=/usr -Ddocs=false -Dman=false .. &amp;&amp;
    119136ninja</userinput></screen>
    120137
     
    122139cd    build &amp;&amp;
    123140
    124 meson --prefix=/usr -Ddocs=false -Dsystemd_user_services=false .. &amp;&amp;
     141meson --prefix=/usr -Ddocs=false -Dman=false -Dsystemd_user_services=false .. &amp;&amp;
    125142ninja</userinput></screen>
    126143
     
    149166    </para>
    150167
     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   
    151175    <para revision="sysv">
    152176      <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
     
    174198        </seg>
    175199        <seg>
    176           /usr/{include,lib}/tracker-3.0, /usr/share/tracker3, and
     200          /usr/{include,lib,libexec}/tracker-3.0, /usr/share/tracker3, and
    177201          /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3
    178202        </seg>
  • introduction/welcome/changelog.xml

    r8c6a76e8 r21d18f7e  
    4343    -->
    4444    <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>
    4571      <para>December 10th, 2020</para>
    4672      <itemizedlist>
  • networking/netlibs/curl.xml

    r8c6a76e8 r21d18f7e  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "d7df02d3b78b625fee4dd765808a6eb6">
     9  <!ENTITY curl-md5sum        "448156d9cd05009b0097b43de639fd34">
    1010  <!ENTITY curl-size          "2.3 MB">
    11   <!ENTITY curl-buildsize     "94 MB (add 17 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (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)">
    1313]>
    1414
     
    123123
    124124    <para>
     125      First, adapt the tests to python3:
     126    </para>
     127
     128<screen><userinput remap="pre">grep -rl '#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
     129
     130    <para>
    125131      Install <application>cURL</application> by running the following
    126132      commands:
     
    300306Tests have all BLFS dependencies installed with the exception of stunnel,
    301307as well as the optional impacket installed.
     308
     309======
     310Added by renodr for curl-7.74.0:
     311TESTDONE: 1119 tests out of 1119 reported OK: 100%
     312TESTDONE: 1388 tests were considered during 1370 seconds.
     313Tests have all BLFS dependencies installed, as well as impacket.
     314stunnel not installed.
    302315-->
    303316
  • networking/netutils/networkmanager.xml

    r8c6a76e8 r21d18f7e  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "86d74ff1ee79ddf2688348990870652d">
    12   <!ENTITY NetworkManager-size          "4.8 MB">
    13   <!ENTITY NetworkManager-buildsize     "995 MB (with tests)">
    14   <!ENTITY NetworkManager-time          "1.0 SBU (with tests; both using 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)">
    1515]>
    1616
     
    8989    <bridgehead renderas="sect4">Required</bridgehead>
    9090    <para role="required">
    91       <xref linkend="dbus-glib"/> and
     91      <xref linkend="dbus-glib"/>,
     92      <xref linkend="jansson"/>, and
    9293      <xref linkend="libndp"/>
    9394    </para>
     
    101102      <xref linkend="gobject-introspection"/>,
    102103      <xref linkend="iptables"/>,
    103       <xref linkend="jansson"/>,
    104104      <xref linkend="newt"/> (for <command>nmtui</command>),
    105105      <xref linkend="nss"/>,
     
    201201CXXFLAGS+="-O2 -fPIC"            \
    202202meson --prefix /usr              \
    203       -Djson_validation=false    \
    204203      -Dlibaudit=no              \
    205204      -Dlibpsl=false             \
     
    222221CXXFLAGS+="-O2 -fPIC"            \
    223222meson --prefix /usr              \
    224       -Djson_validation=false    \
    225223      -Dlibaudit=no              \
    226224      -Dlibpsl=false             \
     
    241239      with a bus address is necessary to run the tests. To test the results,
    242240      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>,
    244243      <filename>devices/test-acd</filename>,
    245244      <filename>platform/test-tc-linux</filename>,
     
    283282
    284283    <para>
    285       <parameter>-Djson_validation=false</parameter>,
    286       <parameter>-Dlibpsl=false</parameter>, and
     284  <!--<parameter>-Djson_validation=false</parameter>, no longer recognized -->
     285      <parameter>-Dlibpsl=false</parameter> and
    287286      <parameter>-Dovs=false</parameter>: These switches disable building with the
    288287      respective libraries. Remove if you have the needed libraries installed.
     
    363362      <para>
    364363        For <application>NetworkManager</application> to work, at least
    365         a minimal configuration file must be present. Such file is not
     364        a minimal configuration file must be present. Such a file is not
    366365        installed with <command>make install</command>. Issue the following
    367366        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:
    369368      </para>
    370369
     
    379378        files in the
    380379        <filename class="directory">/etc/NetworkManager/conf.d</filename>
    381         direcotry.
     380        directory.
    382381      </para>
    383382
     
    420419
    421420      <para>
    422         To allow regular users permission to configure network connections,
     421        To allow regular users to configure network connections,
    423422        you should add them to the
    424423        <systemitem class="groupname">netdev</systemitem>
     
    560559        <listitem>
    561560          <para>
    562             is an utility to find out whether you are online.
     561            is an utility to determine whether you are online.
    563562          </para>
    564563          <indexterm zone="NetworkManager nm-online">
     
    572571        <listitem>
    573572          <para>
    574             is an interactive ncurses based interface for
     573            is an interactive ncurses-based user interface for
    575574            <application>nmcli</application>.
    576575          </para>
     
    585584        <listitem>
    586585          <para>
    587             is an interactive ncurses based interface connection to
     586            is an interactive ncurses-based user interface to
    588587            activate/deactivate connections.
    589588          </para>
     
    598597        <listitem>
    599598          <para>
    600             is an interactive ncurses based interface connection editor.
     599            is an interactive ncurses-based user interface to edit connections.
    601600          </para>
    602601          <indexterm zone="NetworkManager nmtui-edit">
     
    610609        <listitem>
    611610          <para>
    612             is an interactive ncurses based interface hostname editor.
     611            is an interactive ncurses-based user interface to edit the hostname.
    613612          </para>
    614613          <indexterm zone="NetworkManager nmtui-hostname">
  • packages.ent

    r8c6a76e8 r21d18f7e  
    4848<!ENTITY btrfs-progs-version          "5.9">
    4949<!ENTITY dosfstools-version           "4.1">
    50 <!ENTITY fuse3-version                "3.10.0">
     50<!ENTITY fuse3-version                "3.10.1">
    5151<!ENTITY jfsutils-version             "1.1.15">
    5252<!ENTITY lvm2-version                 "2.03.10">
     
    597597<!ENTITY bind-version                 "&bind-minor-version;.9">
    598598<!ENTITY mod_dnssd-version            "0.6">
    599 <!ENTITY NetworkManager-minor         "1.26">
    600 <!ENTITY NetworkManager-version       "&NetworkManager-minor;.4">
     599<!ENTITY NetworkManager-minor         "1.28">
     600<!ENTITY NetworkManager-version       "&NetworkManager-minor;.0">
    601601<!ENTITY network-manager-applet-version "1.18.0">
    602602<!ENTITY nmap-version                 "7.91">
     
    610610<!-- Chapter 17 -->
    611611<!ENTITY c-ares-version               "1.17.1">
    612 <!ENTITY curl-version                 "7.73.0">
     612<!ENTITY curl-version                 "7.74.0">
    613613<!ENTITY geoclue2-version             "2.5.6">
    614614<!ENTITY glib-networking-version      "2.66.0">
  • postlfs/filesystems/fuse3.xml

    r8c6a76e8 r21d18f7e  
    77  <!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
    88  <!ENTITY fuse3-download-ftp  " ">
    9   <!ENTITY fuse3-md5sum        "be4bc4ead26c3bcaedcf048ccac295a4">
     9  <!ENTITY fuse3-md5sum        "e973012119e98b048307558271b5b296">
    1010  <!ENTITY fuse3-size          "1.8 MB">
    1111  <!ENTITY fuse3-buildsize     "135 MB">
Note: See TracChangeset for help on using the changeset viewer.