diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 06:22:37 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 06:22:37 +0000 |
commit | 9e2d3bcf0ce71d0cd4609129a1d3719adab80bc9 (patch) | |
tree | 4040ba33b8da35cee13900dcbe5f8d8605c82109 | |
parent | graphics/poppler: update to 0.90 (diff) |
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
-rw-r--r-- | devel/dbus/Makefile | 2 | ||||
-rw-r--r-- | devel/dbus/distinfo | 6 | ||||
-rw-r--r-- | devel/dbus/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 8eb34cef32de..99134a384582 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -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/ diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo index 51b5f3ab9443..6326870601f0 100644 --- a/devel/dbus/distinfo +++ b/devel/dbus/distinfo @@ -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 diff --git a/devel/dbus/pkg-plist b/devel/dbus/pkg-plist index d6e3424b8599..0e0b4868b66c 100644 --- a/devel/dbus/pkg-plist +++ b/devel/dbus/pkg-plist @@ -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 |