diff options
author | wiz <wiz> | 2013-06-13 13:00:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-13 13:00:34 +0000 |
commit | 011a7025ec55eec95ccf615238b5b397257e697a (patch) | |
tree | 42d812e1f28ae021204430e0740e6636d6208f73 /sysutils | |
parent | cde3395f4a9045e716bfca65fff8eb4d65983064 (diff) | |
download | pkgsrc-011a7025ec55eec95ccf615238b5b397257e697a.tar.gz |
Update to 1.6.12:
D-Bus 1.6.12 (2013-06-13)
==
Fixes:
• CVE-2013-2168: Fix misuse of va_list that could be used as a denial
of service for system services. Vulnerability reported by Alexandru Cornea.
(Simon)
• In dbus-daemon, don't crash if a .service file starts with key=value
(fd.o #60853, Chengwei Yang)
• Unix-specific:
· Fix an assertion failure if we try to activate systemd services before
systemd connects to the bus (fd.o #50199, Chengwei Yang)
· Avoid compiler warnings for ignoring the return from write()
(Chengwei Yang)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 4415e2ecd6b..09b984b2875 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2013/05/26 18:06:04 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2013/06/13 13:00:34 wiz Exp $ -DISTNAME= dbus-1.6.10 +DISTNAME= dbus-1.6.12 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 73d50545da5..f9bb86144c7 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.43 2013/05/26 18:06:04 wiz Exp $ +$NetBSD: distinfo,v 1.44 2013/06/13 13:00:34 wiz Exp $ -SHA1 (dbus-1.6.10.tar.gz) = d27641d6162965ab6267ff7abb45138148ea549a -RMD160 (dbus-1.6.10.tar.gz) = 7d694e7237347ae8bf6eee4d8531a6b5dfa75bff -Size (dbus-1.6.10.tar.gz) = 1930118 bytes +SHA1 (dbus-1.6.12.tar.gz) = 96f7ae2edb8711fe4fb42718d03fdb00a90416d5 +RMD160 (dbus-1.6.12.tar.gz) = 2ffda0a66ac457ee77c498a95b85d04a147906d6 +Size (dbus-1.6.12.tar.gz) = 1933805 bytes SHA1 (patch-aa) = 0c3d145979e3b2358261c9f7f34701d02eb6ecd4 SHA1 (patch-ab) = 77eb92f31e849789448ae80990caf9f573aa87a7 SHA1 (patch-ak) = fcb0cad1b6e306db03d538d4ca65f4a18d4726ab |