Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2020 06:22:37 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541312 - head/devel/dbus
Message-ID:  <202007060622.0666MbqA004641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Jul  6 06:22:37 2020
New Revision: 541312
URL: https://svnweb.freebsd.org/changeset/ports/541312

Log:
  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
  MFH:		2020Q3

Modified:
  head/devel/dbus/Makefile
  head/devel/dbus/distinfo
  head/devel/dbus/pkg-plist

Modified: head/devel/dbus/Makefile
==============================================================================
--- head/devel/dbus/Makefile	Mon Jul  6 06:17:18 2020	(r541311)
+++ head/devel/dbus/Makefile	Mon Jul  6 06:22:37 2020	(r541312)
@@ -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: head/devel/dbus/distinfo
==============================================================================
--- head/devel/dbus/distinfo	Mon Jul  6 06:17:18 2020	(r541311)
+++ head/devel/dbus/distinfo	Mon Jul  6 06:22:37 2020	(r541312)
@@ -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: head/devel/dbus/pkg-plist
==============================================================================
--- head/devel/dbus/pkg-plist	Mon Jul  6 06:17:18 2020	(r541311)
+++ head/devel/dbus/pkg-plist	Mon Jul  6 06:22:37 2020	(r541312)
@@ -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?202007060622.0666MbqA004641>