Changeset e3a82d11


Ignore:
Timestamp:
07/12/2024 09:32:44 PM (2 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
32f27dc7
Parents:
0702c5d
Message:

Update to NetworkManager-1.48.4

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0702c5d re3a82d11  
    4242      <para>July 12th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to NetworkManager-1.48.4. Fixes
     46          <ulink url="&blfs-ticket-root;20052">#20052</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Fix building libgsf with libxml2-2.13. Fixes
  • networking/netutils/networkmanager.xml

    r0702c5d re3a82d11  
    88"&gnome-download-http;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    99  <!ENTITY NetworkManager-download-ftp  " ">
    10   <!ENTITY NetworkManager-md5sum        "a03d302085a799ed76f4034198408062">
    11   <!ENTITY NetworkManager-size          "5.7 MB">
     10  <!ENTITY NetworkManager-md5sum        "418994d70bee71a502d9df92c70bca61">
     11  <!ENTITY NetworkManager-size          "5.8 MB">
    1212  <!ENTITY NetworkManager-buildsize     "299 MB (with tests and documentation)">
    1313  <!ENTITY NetworkManager-time          "0.9 SBU (with tests, using parallelism=4)">
     
    201201      --prefix=/usr              \
    202202      --buildtype=release        \
    203       -Dlibaudit=no              \
    204       -Dnmtui=true               \
    205       -Dovs=false                \
    206       -Dppp=false                \
    207       -Dselinux=false            \
    208       -Dsession_tracking=elogind \
    209       -Dmodem_manager=false      \
    210       -Dsystemdsystemunitdir=no  \
    211       -Dsystemd_journal=false    \
    212       -Dqt=false                 &amp;&amp;
     203      -D libaudit=no              \
     204      -D nmtui=true               \
     205      -D ovs=false                \
     206      -D ppp=false                \
     207      -D selinux=false            \
     208      -D session_tracking=elogind \
     209      -D modem_manager=false      \
     210      -D systemdsystemunitdir=no  \
     211      -D systemd_journal=false    \
     212      -D qt=false                 &amp;&amp;
    213213ninja</userinput></screen>
    214214
     
    220220      --prefix=/usr              \
    221221      --buildtype=release        \
    222       -Dlibaudit=no              \
    223       -Dnmtui=true               \
    224       -Dovs=false                \
    225       -Dppp=false                \
    226       -Dselinux=false            \
    227       -Dqt=false                 \
    228       -Dsession_tracking=systemd \
    229       -Dmodem_manager=false      &amp;&amp;
     222      -D libaudit=no              \
     223      -D nmtui=true               \
     224      -D ovs=false                \
     225      -D ppp=false                \
     226      -D selinux=false            \
     227      -D qt=false                 \
     228      -D session_tracking=systemd \
     229      -D modem_manager=false      &amp;&amp;
    230230ninja</userinput></screen>
    231231
     
    282282
    283283    <para>
    284       <option>-Ddocs=true</option>: Use this switch to enable building
     284      <option>-D docs=true</option>: Use this switch to enable building
    285285      man pages and documentation if <xref linkend="gtk-doc"/> is installed.
    286286    </para>
    287287
    288288    <para>
    289       <parameter>-Dnmtui=true</parameter>: This switch enables building
     289      <parameter>-D nmtui=true</parameter>: This switch enables building
    290290      <command>nmtui</command>.
    291291    </para>
    292292
    293293    <para revision="sysv">
    294       <parameter>-Dsystemdsystemunitdir=no</parameter> and
    295       <parameter>-Dsystemd_journal=false</parameter>: systemd is not
     294      <parameter>-D systemdsystemunitdir=no</parameter> and
     295      <parameter>-D systemd_journal=false</parameter>: systemd is not
    296296      used for sysv init systems, so prevent installing units and using the
    297297      systemd journal.
     
    299299
    300300    <para>
    301       <parameter>-Dovs=false</parameter>: This switch disable the Open
     301      <parameter>-D ovs=false</parameter>: This switch disable the Open
    302302      vSwitch integration because it needs <xref linkend='jansson'/>.
    303303      Remove it if you have <xref linkend='jansson'/> installed on your
     
    306306
    307307    <para>
    308       <parameter>-Dmodem_manager=false</parameter>: This switch is required if
     308      <parameter>-D modem_manager=false</parameter>: This switch is required if
    309309      <application>ModemManager</application> is not installed. Omit this switch
    310310      if you have built <application>ModemManager</application> and
     
    313313
    314314    <para revision="sysv">
    315       <parameter>-Dsession_tracking=elogind</parameter>: This switch
     315      <parameter>-D session_tracking=elogind</parameter>: This switch
    316316      is used to set <command>elogind</command> as the default
    317317      program for session tracking.
     
    319319
    320320    <para revision="systemd">
    321       <parameter>-Dsession_tracking=systemd</parameter>: This switch
     321      <parameter>-D session_tracking=systemd</parameter>: This switch
    322322      is used to set <command>systemd-logind</command> as the default
    323323      program for session tracking.
     
    331331-->
    332332    <para>
    333       <parameter>-Dppp=false</parameter>: This switch disables
     333      <parameter>-D ppp=false</parameter>: This switch disables
    334334      <application>PPP</application> support in
    335335      <application>NetworkManager</application> since the programs necessary
     
    339339
    340340    <para>
    341       <parameter>-Dlibaudit=no</parameter> and
     341      <parameter>-D libaudit=no</parameter> and
    342342      <parameter>-Dselinux=false</parameter>: This switch disables support for
    343343      libaudit and SELinux since they are not used in BLFS.
     
    345345
    346346    <para>
    347       <parameter>-Dqt=false</parameter>: This switch disables the
     347      <parameter>-D qt=false</parameter>: This switch disables the
    348348      <application>Qt</application> examples. Omit if you have
    349349      <application>Qt</application> available and wish to install the examples.
     
    351351
    352352    <para>
    353       <option>-Dcrypto=gnutls</option>: Use this switch if you have GnuTLS
     353      <option>-D crypto=gnutls</option>: Use this switch if you have GnuTLS
    354354      installed and want to use it for certificate and key operations in
    355355      NetworkManager, instead of using NSS (the default).
     
    357357
    358358    <para>
    359       <option>-Dcrypto=null</option>: Use this switch if neither NSS nor
     359      <option>-D crypto=null</option>: Use this switch if neither NSS nor
    360360      GnuTLS is installed but you want to build NetworkManager anyway.  This
    361361      switch will make NetworkManager lack some features (for example
     
    364364
    365365    <para>
    366       <option>-Dsuspend_resume=upower</option>: Use this switch if
     366      <option>-D suspend_resume=upower</option>: Use this switch if
    367367      you have <xref linkend='upower'/> installed and want to use it
    368368      (instead of &logind;) for suspend and resume support.
  • packages.ent

    r0702c5d re3a82d11  
    722722<!ENTITY bind-md5                     "9616b939231cdd665241d6e015e7fba7">
    723723<!ENTITY NetworkManager-minor         "1.48">
    724 <!ENTITY NetworkManager-version       "&NetworkManager-minor;.2">
     724<!ENTITY NetworkManager-version       "&NetworkManager-minor;.4">
    725725<!ENTITY network-manager-applet-minor "1.34">
    726726<!ENTITY network-manager-applet-version "&network-manager-applet-minor;.0">
Note: See TracChangeset for help on using the changeset viewer.