Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus dbus: update to 1.12.20.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d14d37412983
branches:  trunk
changeset: 435881:d14d37412983
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 17 23:38:56 2020 +0000

description:
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:

 sysutils/dbus/Makefile |   4 ++--
 sysutils/dbus/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 8e9f9007a8f8 -r d14d37412983 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Fri Jul 17 23:33:21 2020 +0000
+++ b/sysutils/dbus/Makefile    Fri Jul 17 23:38:56 2020 +0000
@@ -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 -r 8e9f9007a8f8 -r d14d37412983 sysutils/dbus/distinfo
--- a/sysutils/dbus/distinfo    Fri Jul 17 23:33:21 2020 +0000
+++ b/sysutils/dbus/distinfo    Fri Jul 17 23:38:56 2020 +0000
@@ -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


Home | Main Index | Thread Index | Old Index