pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 12 13:25:47 UTC 2013

Modified Files:
        pkgsrc/sysutils/dbus: Makefile distinfo
        pkgsrc/sysutils/dbus/patches: patch-al

Log Message:
Update to 1.6.14:

D-Bus 1.6.14 (2013-09-05)
==

The “Restore Fatigue” release.

Fixes:

• Avoid an infinite busy-loop if a signal interrupts waitpid()
  (fd.o #68945, Simon McVittie)

• Escape addresses containing non-ASCII characters correctly
  (fd.o #53499, Chengwei Yang)

• If malloc() returns NULL in _dbus_string_init() or similar, don't free
  an invalid pointer if the string is later freed (fd.o #65959, Chengwei Yang)

• If malloc() returns NULL in dbus_set_error(), don't va_end() a va_list
  that was never va_start()ed (fd.o #66300, Chengwei Yang)

• Fix a regression test on platforms with strict alignment (fd.o #67279,
  Colin Walters)

• Avoid calling function parameters "interface" since certain Windows headers
  have a namespace-polluting macro of that name (fd.o #66493, Ivan Romanov)

• Make "make -j check" work (fd.o #68852, Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/dbus/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/dbus/patches/patch-al

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index