~waveform/ubuntu/+source/dbus:split

Last commit made on 2022-12-09
Get this branch:
git clone -b split 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:
split
Repository:
lp:~waveform/ubuntu/+source/dbus

Recent commits

f329f62... by Dave Jones

changelog

19ed155... 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

6295a21... by Dave Jones

changelog

684ec3f... 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

e10a743... by Dave Jones

reconstruct-changelog

7bbc2f1... by Dave Jones

metadata

a34b1db... by Dave Jones

merge-changelog

96edb47... by Dave Jones

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

f6bba3e... 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)

0af3122... by Dave Jones

    - Make autopkgtests cross-test-friendly.