Ignore:
Timestamp:
04/07/2021 01:06:55 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
3f41de0
Parents:
d8a4f985
Message:

Update to gcr-3.40.0
Update to gsettings-desktop-schemas-40.0
Update to yelp-xsl-40.0
Update to vte-0.64.0
Update to gjs-1.68.0
Update to gnome-desktop-40.0
Update to libgee-0.20.4
Update to libpeas-1.30.0
Update to libgweather-40.0
Update to evolution-data-server-3.40.0
Update to tracker3-3.1.1
Update to tracker3-miners-3.1.1
Fix a security vulnerability in Avahi
Fix a security vulnerability in p7zip
Fix a security vulnerability in NetworkManager
Add a gnome-minor-40 entity and change the static URLs for sysprof/pygobject3/libdazzle over to it
Fix the spacing for the gnome-40 entity

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

Location:
networking/netutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    rd8a4f985 r3b339ddc  
    143143
    144144    <para>
     145      Fix a security vulnerabilty in <command>avahi-daemon</command>:
     146    </para>
     147
     148<screen><userinput remap="pre">sed -i '426a if (events &amp; AVAHI_WATCH_HUP) { \
     149client_free(c); \
     150return; \
     151}' avahi-daemon/simple-protocol.c</userinput></screen>
     152
     153    <para>
    145154      Install <application>Avahi</application> by running the following
    146155      commands:
  • networking/netutils/networkmanager.xml

    rd8a4f985 r3b339ddc  
    191191
    192192    <para>
     193      Fix a security vulnerability in the matching system:
     194    </para>
     195
     196<screen><userinput remap="pre">sed -i 's/str, 0/str ?: "", 0/' src/core/nm-core-utils.c</userinput></screen>
     197
     198    <para>
    193199      Install <application>NetworkManager</application> by running the
    194200      following commands:
Note: See TracChangeset for help on using the changeset viewer.