Changeset 17746cc


Ignore:
Timestamp:
08/11/2023 05:55:57 PM (9 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
6bd666a
Parents:
29ba78b
Message:

Update to NetworkManager-1.44.0

I did some minor rewords on the page for consistency and readability

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r29ba78b r17746cc  
    4242     <para>August 10th, 2023</para>
    4343     <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Update to NetworkManager-1.44.0. Fixes
     46         <ulink url="&blfs-ticket-root;18396">#18396</ulink>.</para>
     47       </listitem>
    4448       <listitem>
    4549         <para>[renodr] - Update to intel-gmmlib-22.3.10. Fixes
  • networking/netutils/networkmanager.xml

    r29ba78b r17746cc  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "e496a6af920e788fd39710799f88721a">
    12   <!ENTITY NetworkManager-size          "6.4 MB">
    13   <!ENTITY NetworkManager-buildsize     "257 MB (with tests and documentation)">
    14   <!ENTITY NetworkManager-time          "0.7 SBU (with tests, using parallelism=4)">
     11  <!ENTITY NetworkManager-md5sum        "2a39852cda0f04bd72c9782839b1dc7d">
     12  <!ENTITY NetworkManager-size          "6.6 MB">
     13  <!ENTITY NetworkManager-buildsize     "917 MB (with tests and documentation)">
     14  <!ENTITY NetworkManager-time          "1.3 SBU (with tests, using parallelism=4)">
    1515]>
    1616
     
    263263
    264264    <para>
    265       Still in case you have not used <option>-Ddocs=true</option>, the
     265      If you have not used <option>-Ddocs=true</option>, the
    266266      pregenerated HTML documentation can also be installed with (as
    267267      the &root; user):
     
    290290
    291291    <para>
    292       <parameter>-Dnmtui=true</parameter>: This parameter enables building
     292      <parameter>-Dnmtui=true</parameter>: This switch enables building
    293293      <command>nmtui</command>.
    294294    </para>
     
    297297      <parameter>-Dsystemdsystemunitdir=no</parameter> and
    298298      <parameter>-Dsystemd_journal=false</parameter>: systemd is not
    299       used for sysv init systems.
     299      used for sysv init systems, so prevent installing units and using the
     300      systemd journal.
    300301    </para>
    301302
    302303    <para>
    303304      <parameter>-Dlibpsl=false</parameter> and
    304       <parameter>-Dovs=false</parameter>: These switches disable building with the
    305       respective libraries. Remove if you have the needed libraries installed.
    306     </para>
    307 
    308 <!--
    309     <para>
    310       <parameter>-Dlibpsl=false</parameter>: This switch is required if
    311       <application>libpsl</application> is not installed. Omit this switch if
    312       you have built <application>libpsl</application>.
    313     </para>
    314 -->
     305      <parameter>-Dovs=false</parameter>: These switches disable building with
     306      the respective libraries. Remove these if you have the needed libraries
     307      installed on your system.
     308    </para>
    315309
    316310    <para>
    317311      <parameter>-Dmodem_manager=false</parameter>: This switch is required if
    318       <application>ModemManager</application> is not installed. Omit if you
    319       have built <application>ModemManager</application> and
     312      <application>ModemManager</application> is not installed. Omit this switch
     313      if you have built <application>ModemManager</application> and
    320314      <application>mobile-broadband-provider-info</application>.
    321315    </para>
     
    340334
    341335    <para>
    342       <parameter>-Dppp=false</parameter>: This parameter disables
     336      <parameter>-Dppp=false</parameter>: This switch disables
    343337      <application>PPP</application> support in
    344       <application>NetworkManager</application>.
     338      <application>NetworkManager</application> since the programs necessary
     339      for it are not installed. Remove this switch if you need PPP support and
     340      have <application>PPP</application> installed.
    345341    </para>
    346342
    347343    <para>
    348344      <parameter>-Dlibaudit=no</parameter> and
    349       <parameter>-Dselinux=false</parameter>: libaudit and SELinux are not used
    350       in BLFS.
    351     </para>
    352 
    353     <para>
    354       <parameter>-Dqt=false</parameter>: disables the
    355       <application>QT</application> examples. Omit if you have
    356       <application>QT</application> available and wish to install the examples.
     345      <parameter>-Dselinux=false</parameter>: This switch disables support for
     346      libaudit and SELinux since they are not used in BLFS.
     347    </para>
     348
     349    <para>
     350      <parameter>-Dqt=false</parameter>: This switch disables the
     351      <application>Qt</application> examples. Omit if you have
     352      <application>Qt</application> available and wish to install the examples.
    357353    </para>
    358354
  • packages.ent

    r29ba78b r17746cc  
    675675<!ENTITY bind-version                 "&bind-minor-version;.17">
    676676<!ENTITY bind-md5                     "1767fd365bc39e48155d32822fe65353">
    677 <!ENTITY NetworkManager-minor         "1.42">
    678 <!ENTITY NetworkManager-version       "&NetworkManager-minor;.8">
     677<!ENTITY NetworkManager-minor         "1.44">
     678<!ENTITY NetworkManager-version       "&NetworkManager-minor;.0">
    679679<!ENTITY network-manager-applet-minor "1.32">
    680680<!ENTITY network-manager-applet-version "&network-manager-applet-minor;.0">
Note: See TracChangeset for help on using the changeset viewer.