Received: by mail.netbsd.org (Postfix, from userid 605) id 50A9F84D84; Fri, 17 Jul 2020 23:38:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC61F84D83 for ; Fri, 17 Jul 2020 23:38:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kVcSrQ_6-j_I for ; Fri, 17 Jul 2020 23:38:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 471BF84D65 for ; Fri, 17 Jul 2020 23:38:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F3B5FB28; Fri, 17 Jul 2020 23:38:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1595029136237120" MIME-Version: 1.0 Date: Fri, 17 Jul 2020 23:38:56 +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: <20200717233856.3F3B5FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1595029136237120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Fri Jul 17 23:38:56 UTC 2020 Modified Files: pkgsrc/sysutils/dbus: Makefile distinfo Log Message: dbus: update to 1.12.20. dbus 1.12.20 (2020-07-02) ========================= The “temporary nemesis” release. Maybe security fixes: • On Unix, avoid a use-after-free if two usernames have the same numeric uid. In older versions this could lead to a crash (denial of service) or other undefined behaviour, possibly including incorrect authorization decisions if is used. Like Unix filesystems, D-Bus' model of identity cannot distinguish between users of different names with the same numeric uid, so this configuration is not advisable on systems where D-Bus will be used. Thanks to Daniel Onaca. (dbus#305, dbus!166; Simon McVittie) Other fixes: • On Solaris and its derivatives, if a cmsg header is truncated, ensure that we do not overrun the buffer used for fd-passing, even if the kernel tells us to. (dbus#304, dbus!165; Andy Fiddaman) To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 pkgsrc/sysutils/dbus/Makefile cvs rdiff -u -r1.93 -r1.94 pkgsrc/sysutils/dbus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1595029136237120 Content-Disposition: inline Content-Length: 1772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/dbus/Makefile diff -u pkgsrc/sysutils/dbus/Makefile:1.121 pkgsrc/sysutils/dbus/Makefile:1.122 --- pkgsrc/sysutils/dbus/Makefile:1.121 Tue Jun 9 07:13:31 2020 +++ pkgsrc/sysutils/dbus/Makefile Fri Jul 17 23:38:56 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.121 2020/06/09 07:13:31 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2020/07/17 23:38:56 wiz Exp $ -DISTNAME= dbus-1.12.18 +DISTNAME= dbus-1.12.20 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ Index: pkgsrc/sysutils/dbus/distinfo diff -u pkgsrc/sysutils/dbus/distinfo:1.93 pkgsrc/sysutils/dbus/distinfo:1.94 --- pkgsrc/sysutils/dbus/distinfo:1.93 Tue Jun 9 07:13:31 2020 +++ pkgsrc/sysutils/dbus/distinfo Fri Jul 17 23:38:56 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.93 2020/06/09 07:13:31 wiz Exp $ +$NetBSD: distinfo,v 1.94 2020/07/17 23:38:56 wiz Exp $ -SHA1 (dbus-1.12.18.tar.gz) = 06a8faeb4c3c2c9739fda04f81c6ccdb1a0e5f77 -RMD160 (dbus-1.12.18.tar.gz) = 6d2952910ce8122d0cc3d33551d0a2a1b84be937 -SHA512 (dbus-1.12.18.tar.gz) = 817674e86a5d4cbfa705a79ca5197176311e47505c5da02334c2811f63b55014b582a12bce53bc73a08a3ad5061f210ba0d1e5f3bbf7697c81ca70c22a76fc13 -Size (dbus-1.12.18.tar.gz) = 2094453 bytes +SHA1 (dbus-1.12.20.tar.gz) = f7fe130511aeeac40270af38d6892ed63392c7f6 +RMD160 (dbus-1.12.20.tar.gz) = a41d7941c58da66dc5ca13927a14d0561ddb4a12 +SHA512 (dbus-1.12.20.tar.gz) = 0964683bc6859374cc94e42e1ec0cdb542cca67971c205fcba4352500b6c0891665b0718e7d85eb060c81cb82e3346c313892bc02384da300ddd306c7eef0056 +Size (dbus-1.12.20.tar.gz) = 2095511 bytes SHA1 (patch-ak) = 4535584537a22a2e42824fe45e2d75253b484147 SHA1 (patch-al) = ffaa8f224c3dd6a97ffa42fe2e9ca924160fa68c SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4 --_----------=_1595029136237120--