From owner-svn-ports-all@freebsd.org Mon Jul 6 06:50:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6048335D368; Mon, 6 Jul 2020 06:50:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B0bmG1vx6z4r31; Mon, 6 Jul 2020 06:50:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AE011A502; Mon, 6 Jul 2020 06:50:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0666o5ax021189; Mon, 6 Jul 2020 06:50:05 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0666o5RX021183; Mon, 6 Jul 2020 06:50:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202007060650.0666o5RX021183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 6 Jul 2020 06:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541319 - branches/2020Q3/devel/dbus X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: branches/2020Q3/devel/dbus X-SVN-Commit-Revision: 541319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2020 06:50:06 -0000 Author: tcberner Date: Mon Jul 6 06:50:05 2020 New Revision: 541319 URL: https://svnweb.freebsd.org/changeset/ports/541319 Log: MFH: r541312 devel/dbus: update to 1.12.20 From upstreams changelog [1]: 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) [1] https://gitlab.freedesktop.org/dbus/dbus/blob/dbus-1.12/NEWS PR: 247730 Exp-run by: antoine Approved by: ports-secteam (joneum) Modified: branches/2020Q3/devel/dbus/Makefile branches/2020Q3/devel/dbus/distinfo branches/2020Q3/devel/dbus/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/dbus/Makefile ============================================================================== --- branches/2020Q3/devel/dbus/Makefile Mon Jul 6 06:43:37 2020 (r541318) +++ branches/2020Q3/devel/dbus/Makefile Mon Jul 6 06:50:05 2020 (r541319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbus -DISTVERSION= 1.12.18 +DISTVERSION= 1.12.20 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ Modified: branches/2020Q3/devel/dbus/distinfo ============================================================================== --- branches/2020Q3/devel/dbus/distinfo Mon Jul 6 06:43:37 2020 (r541318) +++ branches/2020Q3/devel/dbus/distinfo Mon Jul 6 06:50:05 2020 (r541319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591293458 -SHA256 (dbus-1.12.18.tar.gz) = 64cf4d70840230e5e9bc784d153880775ab3db19d656ead8a0cb9c0ab5a95306 -SIZE (dbus-1.12.18.tar.gz) = 2094453 +TIMESTAMP = 1593757580 +SHA256 (dbus-1.12.20.tar.gz) = f77620140ecb4cdc67f37fb444f8a6bea70b5b6461f12f1cbe2cec60fa7de5fe +SIZE (dbus-1.12.20.tar.gz) = 2095511 Modified: branches/2020Q3/devel/dbus/pkg-plist ============================================================================== --- branches/2020Q3/devel/dbus/pkg-plist Mon Jul 6 06:43:37 2020 (r541318) +++ branches/2020Q3/devel/dbus/pkg-plist Mon Jul 6 06:50:05 2020 (r541319) @@ -32,7 +32,7 @@ lib/dbus-%%VERSION%%/include/dbus/dbus-arch-deps.h lib/libdbus-1.a lib/libdbus-1.so lib/libdbus-1.so.3 -lib/libdbus-1.so.3.19.12 +lib/libdbus-1.so.3.19.13 libdata/pkgconfig/dbus-1.pc @(,%%GROUPS%%,4750) libexec/dbus-daemon-launch-helper %%MANPAGES%%man/man1/dbus-cleanup-sockets.1.gz