Revisions of dbus-1

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 239349 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 118)
CVE-2014-3532 CVE-2014-3533 bnc#885241 fdo#80163 fdo#79694 fd0#80469
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 117)
- Update to 1.8.4:
- Update to 1.8.4:
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 236809 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 116)
Security fix
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 232550 from Hrvoje Senjan's avatar Hrvoje Senjan (sumski) (revision 115)
Update to 1.8.2
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 214534 from Hrvoje Senjan's avatar Hrvoje Senjan (sumski) (revision 114)
Update to 1.8.0 final
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213526 from Hrvoje Senjan's avatar Hrvoje Senjan (sumski) (revision 113)
Fri Jan 10 17:00:52 UTC 2014 - hrvoje.senjan@gmail.com

- Remove checks for obsolete openSUSE versions
- Make sure that dbus-1 requires libdbus-1-3 during %post (detected
  when built against DBus-less systemd 209)

-------------------------------------------------------------------
Thu Jan  9 17:33:31 UTC 2014 - fridrich.strba@suse.com

- Try hard to assure that /var/lib/dbus/machine-id and
  /etc/machine-id are the same (bnc#857377)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 212980 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 112)
- Update to 1.7.10 (1.8.0 rc1)
  + D-Bus Specification 0.23:
    - don't require messages with no INTERFACE to be dispatched
      (fdo#68597)
    - document "tcp:bind=..." and "nonce-tcp:bind=..." (fdo#72301)
    - define "listenable" and "connectable" addresses, and discuss
      the difference (fdo#61303)
  + Enhancements:
    - support printing Unix file descriptors in dbus-send,
       dbus-monitor (fdo#70592)
    - don't install systemd units if --disable-systemd is given
      (fdo#71818)
  + Fixes:
    - don't leak memory on out-of-memory while listing activatable
      or active services (fdo#71526)
    - fix undefined behaviour in a regression test (fdo#69924)
    - escape Unix socket addresses correctly (fdo#46013)
    - on SELinux systems, don't assume that SECCLASS_DBUS,
      DBUS__ACQUIRE_SVC and DBUS__SEND_MSG are numerically equal to
      their values in the reference policy (fdo#88719)
    - define PROCESS_QUERY_LIMITED_INFORMATION if missing from
      MinGW < 4 headers (fdo#71366)
    - define WIN32_LEAN_AND_MEAN to avoid conflicts between
      winsock.h and winsock2.h (fdo#71405)
    - do not return failure from _dbus_read_nonce() with no error
      set, preventing a potential crash (fdo#72298)
    - on BSD systems, avoid some O(1)-per-process memory and fd
      leaks in kqueue, preventing test failures
      (fdo#69332, fdo#72213)
    - fix warning spam on Hurd by not trying to set SO_REUSEADDR
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 207867 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 111)
Drop the dbus-fall-back-to-old-run-directory.patch, and the sed workaround from dbus-1-x11 %post, now that transition from 12.3 (/var/run) to 13.1 (/run) is done (forwarded request 207860 from sumski)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 205648 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 110)
Update to 1.7.8 (forwarded request 205582 from sumski)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 202751 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 109)
Update to 1.7.6
It is a new release, but it resolved over 60 bugs, so maybe worth considering for 13.1.
I've been using snapshots of the master branch in the last weeks, with no spotted regression (forwarded request 202742 from sumski)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 202540 from Hrvoje Senjan's avatar Hrvoje Senjan (sumski) (revision 108)
Last two changes contain fixes for bnc#831626 and bnc#802525. Solution for #802525 depends on sr#202167, and is effective only for upgraders from e.g. 12.3. Existing 13.1/O:F users won't notice the change. Fix for #831626 will be effective also or those users.

It would be great to have this changes in 13.1 RC, so we can validate bugs as fixed.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201409 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 107)
Revert to previous version of dbus-fall-back-to-old-run-directory.patch  as latest version causes a fallout (forwarded request 201390 from sumski)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200593 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 106)
Amend dbus-fall-back-to-old-run-directory.patch (bnc#802525). (forwarded request 200587 from hpjansson)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 105)
Split 13.1 from Factory
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 198738 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 104)
Added upstream patch for 'dbus-daemon enters infinite loop' bug (bnc#782909, fdo#68945) (forwarded request 197864 from sumski)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 180983 from Timo Hoenig's avatar Timo Hoenig (thoenig) (revision 103)
- to avoid a cycle with systemd, build the daemon in dbus-x11.spec.
  It would be wise to rename dbus-1.spec to dbus-1-libs.spec and 
  dbus-1-x11.spec to dbus-1.spec, but I first wanted to hear feedback (forwarded request 180884 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 180683 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 102)
Update to 1.7.4. That was intended to superseed previous sr, but didn't expected it will be accepted already :-) (forwarded request 180619 from sumski)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 174445 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 101)
- Update to 1.7.2
  + Diagnose incorrect use of dbus_connection_get_data() with negative 
    slot (i.e. before allocating the slot) rather than returning junk
    (fdo #63127)
  + The --with-dbus-session-bus-default-address configure option is no 
    longer supported
  + Under systemd, log to syslog only, not stderr, avoiding duplication
    (fdo#61399, fdo#39987)
  + Under systemd, remove unnecessary dependency on syslog.socket
    (fdo#63531)
  + Allow use of systemd-logind without the rest of systemd
    (fdo#62585)
- Dropped dbus-move-everything-to-run-directory.patch, since we can
  define location of system pid and socket with configure flags and
  set the flags accordingly
- Added xmlto BuildRequires, it is needed now for man files
  

- Update to 1.6.10
  + Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF,
    U+FDD0..U+FDEF are allowed in UTF-8 strings again. (fdo#63072)
  + Diagnose incorrect use of dbus_connection_get_data() with negative slot
    (i.e. before allocating the slot) rather than returning junk (fdo#63127)
  + In the activation helper, when compiled for tests, do not reset the system
    bus address, fixing the regression tests. (fdo#52202)
  + Fix building with Valgrind 3.8, at the cost of causing harmless warnings
    with Valgrind 3.6 on some compilers (fdo#55932)
  + Don't leak temporary fds pointing to /dev/null (fdo#56927,)
  + Create session.d, system.d directories under CMake (fdo#41319)
  + Include alloca.h for alloca() if available, fixing compilation on
Displaying revisions 61 - 80 of 180
openSUSE Build Service is sponsored by