Changeset 819a4c7


Ignore:
Timestamp:
06/13/2019 03:59:08 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
341deb7
Parents:
343830da
Message:

Update to dbus-1.12.16. This fixes CVE-2019-12749, an authentication bypass in DBUS.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r343830da r819a4c7  
    77  <!ENTITY dbus-download-http "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "ea11069521beeee4e47f0086596a43c8">
     9  <!ENTITY dbus-md5sum        "2dbeae80dfc9e3632320c6a53d5e8890">
    1010  <!ENTITY dbus-size          "2.0 MB">
    11   <!ENTITY dbus-buildsize     "21 MB (add 8 MB for the tests)">
    12   <!ENTITY dbus-time          "0.3 SBU (add 0.8 SBU for the tests)">
     11  <!ENTITY dbus-buildsize     "21 MB (add 17 MB for the tests)">
     12  <!ENTITY dbus-time          "0.3 SBU (add 8.5 SBU for the tests)">
     13  <!-- The former value was 0.8 SBU, which was far more sensible. -->
    1314]>
    1415
     
    213214      If you are still building your system in chroot or you did not start the
    214215      daemon yet, but you want to compile some packages that require
    215       <application>D-Bus</application>, generate
     216      <application>D-Bus</application>, generate the
    216217      <application>D-Bus</application> UUID to avoid warnings when compiling
    217218      some packages with the following command as the
     
    514515          /etc/dbus-1,
    515516          /usr/{include,lib}/dbus-1.0,
     517          /usr/lib/cmake/DBus1,
    516518          /usr/share/dbus-1,
     519          /usr/share/xml/dbus-1,
    517520          /usr/share/doc/dbus-&dbus-version;, and
    518521          /var/{lib,run}/dbus
  • introduction/welcome/changelog.xml

    r343830da r819a4c7  
    4545      <para>June 12th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to dbus-1.12.16. This is a security update for
     49          CVE-2019-12749, an authentication bypass issue. Fixes
     50          <ulink url="&blfs-ticket-root;12073">#12073</ulink>.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[renodr] - Update to sessreg-1.1.2 (Xorg Application). Fixes
  • packages.ent

    r343830da r819a4c7  
    272272<!ENTITY cpio-version                 "2.12">
    273273<!ENTITY cups-pk-helper-version       "0.2.6">
    274 <!ENTITY dbus-version                 "1.12.12">   <!-- Even minors only -->
     274<!ENTITY dbus-version                 "1.12.16">   <!-- Even minors only -->
    275275<!ENTITY eudev-version                "1.7">
    276276<!ENTITY fcron-version                "3.2.1">
Note: See TracChangeset for help on using the changeset viewer.