diff options
author | mef <mef@pkgsrc.org> | 2016-02-09 12:56:49 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-02-09 12:56:49 +0000 |
commit | 97e3f59aadfb5e7bc39b959b5ad3724c31ff2d4e (patch) | |
tree | 16e366fad6c41326d390d9484d131ddf954edb2f /sysutils/dbus | |
parent | 199a7b768077e2d4858bdedc7642cc3fcc58290d (diff) | |
download | pkgsrc-97e3f59aadfb5e7bc39b959b5ad3724c31ff2d4e.tar.gz |
Update 1.10.6 to 1.11.0
-----------------------
D-Bus 1.11.0 (2015-12-02)
==
The "peppermint deer" release.
Dependencies:
- On non-Windows platforms, dbus now requires an <inttypes.h> that defines
C99 constants such as PRId64 and PRIu64.
Enhancements:
- D-Bus Specification version 0.27
Specify that services should not reply if NO_REPLY_EXPECTED was used
(fd.o #75749, Lars Uebernickel)
- Add a script to do continuous-integration builds, and metadata to run it
on travis-ci.org. To use this, clone the dbus git repository on GitHub
and set it up with travis-ci.org; the only special setting needed is
"only build branches with a .travis.yml". (fd.o #93194, Simon McVittie)
- If dbus-daemon is run with --systemd-activation, do not require
org.freedesktop.systemd1.service to exist (fd.o #93194, Simon McVittie)
Fixes:
- Re-order dbus-daemon startup so that on SELinux systems, the thread
that reads AVC notifications retains the ability to write to the
audit log (fd.o #92832, Laurent Bigonville)
- Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa)
- When using the Monitoring interface, match messages' destinations
(fd.o #92074, Simon McVittie)
- On Linux with systemd, stop installing a reference to the obsolete
dbus.target, and enable dbus.socket statically (fd.o #78412, #92402;
Simon McVittie)
- On Windows, when including configuration files with <include> or
<includedir>, apply the same relocation as for the Exec paths
in .service files (fd.o #92028, Simon McVittie)
- Add support for backtraces on Windows (fd.o #92721, Ralf Habacker)
- Fix many -Wpointer-sign warnings (fd.o #93069, Ralf Habacker)
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 9e5f2e47430..145c22d5701 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.95 2016/01/13 07:54:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.96 2016/02/09 12:56:49 mef Exp $ -DISTNAME= dbus-1.10.6 +DISTNAME= dbus-1.11.0 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 04e2f4c5d95..9b0ee7a7d2e 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.71 2015/12/06 11:35:55 wiz Exp $ +$NetBSD: distinfo,v 1.72 2016/02/09 12:56:49 mef Exp $ -SHA1 (dbus-1.10.6.tar.gz) = 4247d7f86a0164d7dd3eb18a74670eb863ac342c -RMD160 (dbus-1.10.6.tar.gz) = afaac55b06050bd4b80f7557fe69029dc3a820b0 -SHA512 (dbus-1.10.6.tar.gz) = 56108dde5097b063b25ef6e42e573b7e1affd5b5a6ce3c745e2de21b434d86542ac6b7c384572826f867a5c471692cc7468c74c4b0cf4a1f60a1a41b0394fb3c -Size (dbus-1.10.6.tar.gz) = 1952608 bytes +SHA1 (dbus-1.11.0.tar.gz) = b53ba143b3bc1808eabd4628379f59ea6836694c +RMD160 (dbus-1.11.0.tar.gz) = 076012de8c870fd90ba0248446666b785542c1ea +SHA512 (dbus-1.11.0.tar.gz) = a9d78134dc4b655a319e854a07ef105b1743e15631b9fced0549b5f522a70f10a5e6c079be97d78aad5de56eecfa31bbe0e4039360123d87b436c40b424a45fe +Size (dbus-1.11.0.tar.gz) = 2027924 bytes SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254 SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194 SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4 |