diff options
author | wiz <wiz@pkgsrc.org> | 2020-07-17 23:38:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-07-17 23:38:56 +0000 |
commit | c869aac73577788a1e63744ff567e5f28cf66432 (patch) | |
tree | a3f3a0d2e540442ee36e71665512c716d675b5f6 /sysutils | |
parent | bd9e0bf5fe73a6d398de0de4004d111711b39317 (diff) | |
download | pkgsrc-c869aac73577788a1e63744ff567e5f28cf66432.tar.gz |
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 <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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 5142d40ca60..f38c3aa972d 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -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/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 12cdb12c2f9..9bb9dd34dd4 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -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 |