Date: Mon, 6 Jul 2020 06:50:05 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541319 - branches/2020Q3/devel/dbus Message-ID: <202007060650.0666o5RX021183@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <policy group=...> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007060650.0666o5RX021183>