pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 17 23:38:56 UTC 2020

Modified Files:
        pkgsrc/sysutils/dbus: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/sysutils/dbus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.121 pkgsrc/sysutils/dbus/Makefile:1.122
--- pkgsrc/sysutils/dbus/Makefile:1.121 Tue Jun  9 07:13:31 2020
+++ pkgsrc/sysutils/dbus/Makefile       Fri Jul 17 23:38:56 2020
@@ -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/
 

Index: pkgsrc/sysutils/dbus/distinfo
diff -u pkgsrc/sysutils/dbus/distinfo:1.93 pkgsrc/sysutils/dbus/distinfo:1.94
--- pkgsrc/sysutils/dbus/distinfo:1.93  Tue Jun  9 07:13:31 2020
+++ pkgsrc/sysutils/dbus/distinfo       Fri Jul 17 23:38:56 2020
@@ -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