~waveform/ubuntu/+source/dbus:merge

Last commit made on 2022-12-14
Get this branch:
git clone -b merge https://git.launchpad.net/~waveform/ubuntu/+source/dbus
Only Dave Jones can upload to this branch. If you are Dave Jones please log in for upload directions.

Branch merges

Branch information

Name:
merge
Repository:
lp:~waveform/ubuntu/+source/dbus

Recent commits

4db8110... by Dave Jones

changelog

e4482d2... by Dave Jones

Fix apparmor test failure

96e4867... by Dave Jones

reconstruct-changelog

272028c... by Dave Jones

metadata

8e1bd55... by Dave Jones

merge-changelog

e2e0dbe... by Dave Jones

  * SECURITY UPDATE: Assertion failure in dbus-marshal-validate
    - debian/patches/CVE-2022-42010.patch: Check brackets in signature nest
      correctly
    - CVE-2022-42010
  * SECURITY UPDATE: Out-of-bound access in dbus-marshal-validate
    - debian/patches/CVE-2022-42011.patch: Validate length of arrays of
      fixed-length items
    - CVE-2022-42011
  * SECURITY UPDATE: Out-of-bound access in dbus-marshal-byteswap
    - debian/patches/CVE-2022-42012.patch: Byte-swap Unix fd indexes if needed
    - CVE-2022-42012

32f945d... by Dave Jones

  * d/control: Add M-A: foreign to the new dbus-{session,system}-bus-common
    packages to permit the resolver to use them to satisfy i386 dependencies

7d0379e... by Dave Jones

- git configuration changes for Ubuntu (d/gbp.conf, d/.gitignore)

3c0652f... by Dave Jones

    - debian/dbus.postinst, debian/rules: Don't start D-Bus on package
      installation, as that doesn't work any more with dont-stop-dbus.patch.
      Instead, start dbus.socket in postinst, which will then start D-Bus
      on demand after package installation.
    - Prevent dbus from being restarted on upgrade (LP: #1962036)

8e0a739... by Dave Jones

    - Make autopkgtests cross-test-friendly.