Revisions of dbus-1

Simon Lees's avatar Simon Lees (simotek) accepted request 1170132 from Simon Lees's avatar Simon Lees (simotek) (revision 347)
Revert broken changes
Simon Lees's avatar Simon Lees (simotek) accepted request 1170042 from Simon Lees's avatar Simon Lees (simotek) (revision 345)
- We do need these to start dbus-broker
  * %{_unitdir}/sockets.target.wants
  * %{_userunitdir}/sockets.target.wants
Simon Lees's avatar Simon Lees (simotek) accepted request 1137628 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 344)
- Add RH/Fedora compat provides dbus-libs to library package
  needed by Mullvad
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1132713 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 343)
- Add feature-suse-auto-socket-target-wants.patch: move
  from static enable symlinks to systemd created symlinks otherwise
  it can't be enabled by systemd-presets-common-SUSE
- Update feature-suse-refuse-manual-start-stop.patch: prevent
  killing the socket or user service aswell
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1130503 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 342)
- common: dbus.socket still gets used after migration to
  dbus-broker so keep pre/post/postun scriptlets
Simon Lees's avatar Simon Lees (simotek) accepted request 1114292 from Simon Lees's avatar Simon Lees (simotek) (revision 341)
 - Explicitly require /usr/bin/cmp for the post scripts instead of
  diffutils: allow other implementations like busybox-diffutils to
  be acceptable.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1113381 from Simon Lees's avatar Simon Lees (simotek) (revision 340)
- No longer start or offer starting dbus as a system service
  dbus-broker will be the only supported system dbus. Although
  the existing daemon will stay as some things (gdm) require 
  dbus-run-session
buildservice-autocommit accepted request 1112496 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 339)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 338)
- update to 1.14.10:
  * Avoid a dbus-daemon crash if re-creating a connection's policy
    fails. If it isn't possible to re-create its policy (for
    example if it belongs to a user account that has been deleted
    or if the Name Service Switch is broken, on a system not
    supporting SO_PEERGROUPS), we now log a warning, continue to
    use its current policy, and continue to reload other
    connections' policies.
  * If getting the groups from a user ID fails, report the error
    correctly, instead of logging "(null)"
  * Return the primary group ID in GetConnectionCredentials()'
    UnixGroupIDs field for processes with a valid-but-empty
    supplementary group list
- Disable asserts (bsc#1087072)
- set runstatedir correctly
- avoid listing cmake directory - owned by cmake package
- Use sysusers.d to create messagebus user
buildservice-autocommit accepted request 1092691 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 337)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 336)
- update to 1.14.8 (bsc#1212126, CVE-2023-34969):
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 335)
- update to 1.14.8:
  * Denial-of-service fixes:
  * Fix an assertion failure in dbus-daemon when a privileged
    Monitoring connection (dbus-monitor, busctl monitor, gdbus
    monitor or similar) is active, and a message from the bus
    driver cannot be delivered to a client connection due to
    <deny> rules or outgoing message quota. This
    is a denial of service if triggered maliciously by a local
    attacker.
  * Fix compilation on compilers not supporting __FUNCTION__
  * Fix some memory leaks on out-of-memory conditions
  * Fix syntax of a code sample in dbus-api-design
buildservice-autocommit accepted request 1067484 from Simon Lees's avatar Simon Lees (simotek) (revision 334)
baserev update by copy to link target
Simon Lees's avatar Simon Lees (simotek) accepted request 1067438 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 333)
- Move %tmpfiles_create to %post otherwise the file won't exist
  since it is now located in the correct package
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1066638 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 332)
- Packaging changes:
  * Move missed scriptlets and links for dbus.socket to common
  * Move sysusers and tmpfiles scriptlets, and ghost files to
    common
  * Move dbus-launch man page to correct package
buildservice-autocommit accepted request 1064302 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 331)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 330)
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 1064293 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 329)
- Fix multibuikd: do not mention main flavor in multibuild, as it
  is implicit built.

    dbus-daemon or other users of DBusServer prior to
- update to 1.14.4 (bsc#1204111, CVE-2022-42010,
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 328)
- update to 1.14.6:
  * Fix an incorrect assertion that could be used to crash
    dbus-daemon or other users of DBusServer prior to 
    authentication, if libdbus was compiled with assertions
    enabled.
    We recommend that production builds of dbus, for example in
    OS distributions, should be compiled with checks but
    without assertions.
  * When connected to a dbus-broker, stop dbus-monitor from
    incorrectly replying to Peer method calls that were sent to the
    dbus-broker with a NULL destination
  * Fix out-of-bounds varargs read in the dbus-daemon's config-
    parser.  This is not attacker-triggerable and appears to be
    harmless in practice, but is technically undefined behaviour
    and is detected as such by AddressSanitizer.
  * Avoid a data race in multi-threaded use of DBusCounter
  * Fix a crash with some glibc versions when non-auditable
    SELinux events are logged (dbus!386, Jeremi Piotrowski)
  * If dbus_message_demarshal() runs out of memory while
    validating a message, report it as NoMemory rather than
    InvalidArgs (dbus#420, Simon McVittie)
  * Use C11 _Alignof if available, for better standards-
    compliance
  * Stop including an outdated copy of pkg.m4 in the git tree
  * Documentation:
  * Fix the test-apparmor-activation test after dbus#416
  * Internal changes:
  * Fix CI builds with recent git versions (dbus#447, Simon
    McVittie)
- switch to using multibuild
Displaying revisions 1 - 20 of 347
openSUSE Build Service is sponsored by