Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by mollari.NetBSD.org (Postfix) with ESMTP id D7D28A64F0 for ; Tue, 10 Jun 2014 19:17:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8FCA014A181; Tue, 10 Jun 2014 19:17:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB18214A17E for ; Tue, 10 Jun 2014 19:17:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rMpZtGwD79Yv for ; Tue, 10 Jun 2014 19:17:40 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id E513714A169 for ; Tue, 10 Jun 2014 19:17:39 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id s5AJHRmG005080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 10 Jun 2014 21:17:28 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id s5AJHREH029340 for pkgsrc-changes@netbsd.org; Tue, 10 Jun 2014 21:17:27 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CE5E14A17C for ; Tue, 10 Jun 2014 19:10:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ur3ySKnLMcBW for ; Tue, 10 Jun 2014 19:10:04 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 839EC14A169 for ; Tue, 10 Jun 2014 19:10:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7882296; Tue, 10 Jun 2014 19:10:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 10 Jun 2014 19:10:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/dbus To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140610191004.7882296@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Tue, 10 Jun 2014 21:17:28 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Jun 10 19:10:04 UTC 2014 Modified Files: pkgsrc/sysutils/dbus: Makefile distinfo Log Message: Update to 1.8.4: D-Bus 1.8.4 (2014-06-10) == Security fix: • Alban Crequy at Collabora Ltd. discovered and fixed a denial-of-service flaw in dbus-daemon, part of the reference implementation of D-Bus. Additionally, in highly unusual environments the same flaw could lead to a side channel between processes that should not be able to communicate. (CVE-2014-3477, fd.o #78979) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/sysutils/dbus/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/sysutils/dbus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.