diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-04 08:48:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-04 08:48:08 +0000 |
commit | a6af33b4ff9a67ad9b376e8b8da6b2c5d92e6fc6 (patch) | |
tree | b4d4e6f0f1419cf4cbe3a6d804b858efc572725d /sysutils | |
parent | 6f80b544e3c8fe7af903648a4abfb0249a0e9438 (diff) | |
download | pkgsrc-a6af33b4ff9a67ad9b376e8b8da6b2c5d92e6fc6.tar.gz |
Updated dbus to 1.10.20.
D-Bus 1.10.20 (2017-06-29)
==
The “suggesting a delivery gone horribly wrong” release.
Fixes:
• Fix a reference leak when blocking on a pending call on a connection
that has been disconnected (fd.o #101481, Shin-ichi MORITA)
• Don't put timestamps in the Doxygen-generated documentation, for
closer-to-reproducible builds (fd.o #100692, Simon McVittie)
• Avoid an assertion failure when connecting to a semicolon-separated
series of addresses, one of which fails (fd.o #101257, Simon McVittie)
Documentation:
• Update git URIs in HACKING document to sync up with cgit.freedesktop.org
(fd.o #100715, Simon McVittie)
Diffstat (limited to 'sysutils')
-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 1af15f0e3be..ea27e1467f8 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2017/04/19 12:22:09 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2017/07/04 08:48:08 wiz Exp $ -DISTNAME= dbus-1.10.18 +DISTNAME= dbus-1.10.20 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index cbbe1f90b3a..d5e11909f10 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.81 2017/05/24 08:06:28 jperkin Exp $ +$NetBSD: distinfo,v 1.82 2017/07/04 08:48:08 wiz Exp $ -SHA1 (dbus-1.10.18.tar.gz) = f3407dc00075c7a81cce502316aaf536f02ebfea -RMD160 (dbus-1.10.18.tar.gz) = 9fc2aa4c93543983d8b12d1863b4696891afd866 -SHA512 (dbus-1.10.18.tar.gz) = 726f97d0a2016f4f0625ba332e93e2d33bb16857cd35cb6c79da0f44fff297df948c3df62c31ffbec34713a7b85b3ff5b65f31517fe3511ddbd3bf18bd4748ed -Size (dbus-1.10.18.tar.gz) = 1986589 bytes +SHA1 (dbus-1.10.20.tar.gz) = 13b98b8edf9104871b8046b4c95e78caeb1be847 +RMD160 (dbus-1.10.20.tar.gz) = f3efe72a97b90203267ddc25a65c5a514bc6b7f5 +SHA512 (dbus-1.10.20.tar.gz) = 0e43866b56d6ae4a5d885044793573908ce95b4dd84822292efa87f5eb0dec3d09adf58af0574ca41259b16c3d70476ef956b6c8aa3bf9ca7461e6196be71daf +Size (dbus-1.10.20.tar.gz) = 1989628 bytes SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254 SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194 SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4 |