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:           Tue Feb 14 16:19:09 UTC 2023

Modified Files:
        pkgsrc/sysutils/dbus: Makefile distinfo

Log Message:
dbus: update to 1.14.6.

dbus 1.14.6 (2023-02-08)
========================

Denial of service fixes:

• Fix an incorrect assertion that could be used to crash dbus-daemon or
  other users of DBusServer prior to authentication, if libdbus was compiled
  with assertions enabled.
  We recommend that production builds of dbus, for example in OS distributions,
  should be compiled with checks but without assertions.
  (dbus#421, Ralf Habacker; thanks to Evgeny Vereshchagin)

Other fixes:

• When connected to a dbus-broker, stop dbus-monitor from incorrectly
  replying to Peer method calls that were sent to the dbus-broker with
  a NULL destination (dbus#301, Kai A. Hiller)

• Fix out-of-bounds varargs read in the dbus-daemon's config-parser.
  This is not attacker-triggerable and appears to be harmless in practice,
  but is technically undefined behaviour and is detected as such by
  AddressSanitizer. (dbus!357, Evgeny Vereshchagin)

• Avoid a data race in multi-threaded use of DBusCounter
  (dbus#426, Ralf Habacker)

• Fix a crash with some glibc versions when non-auditable SELinux events
  are logged (dbus!386, Jeremi Piotrowski)

• If dbus_message_demarshal() runs out of memory while validating a message,
  report it as NoMemory rather than InvalidArgs (dbus#420, Simon McVittie)

• Use C11 _Alignof if available, for better standards-compliance
  (dbus!389, Khem Raj)

• Stop including an outdated copy of pkg.m4 in the git tree
  (dbus!365, Simon McVittie)

• Documentation:
  · Consistently use Gitlab bug reporting URL (dbus!372, Marco Trevisan)

• Tests fixes:
  · Fix the test-apparmor-activation test after dbus#416
    (dbus!380, Dave Jones)

Internal changes:

• Fix CI builds with recent git versions (dbus#447, Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -u -r1.100 -r1.101 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.134 pkgsrc/sysutils/dbus/Makefile:1.135
--- pkgsrc/sysutils/dbus/Makefile:1.134 Thu Oct  6 21:29:56 2022
+++ pkgsrc/sysutils/dbus/Makefile       Tue Feb 14 16:19:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2022/10/06 21:29:56 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2023/02/14 16:19:09 wiz Exp $
 
-DISTNAME=      dbus-1.14.4
+DISTNAME=      dbus-1.14.6
 CATEGORIES=    sysutils
 MASTER_SITES=  https://dbus.freedesktop.org/releases/dbus/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/sysutils/dbus/distinfo
diff -u pkgsrc/sysutils/dbus/distinfo:1.100 pkgsrc/sysutils/dbus/distinfo:1.101
--- pkgsrc/sysutils/dbus/distinfo:1.100 Thu Oct  6 21:29:56 2022
+++ pkgsrc/sysutils/dbus/distinfo       Tue Feb 14 16:19:09 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.100 2022/10/06 21:29:56 wiz Exp $
+$NetBSD: distinfo,v 1.101 2023/02/14 16:19:09 wiz Exp $
 
-BLAKE2s (dbus-1.14.4.tar.xz) = cf470548eb1d0c688f4962a52ee3a218c18b5d4c23df488adcf4f74b9d4d5f17
-SHA512 (dbus-1.14.4.tar.xz) = 7c8ce95b8a4c63cf51cc9f10bebbc19e66d6a96c4806befad48c3fe73b4468bb2b50f9570b73fe05ff12223e5e6815032139d316995eb670c28b23c028f293d6
-Size (dbus-1.14.4.tar.xz) = 1368196 bytes
+BLAKE2s (dbus-1.14.6.tar.xz) = 1e55885c5d23e12894d18eb74c2b2824854a658bcb8e2eac1ad87c20b2c6a444
+SHA512 (dbus-1.14.6.tar.xz) = eadf5dabc95f242a26350708e4d7b78e4bef68b056189741f1a330c5976e0ce08e8520a57518d60dea0576b76eb5955dd9d8ddaa01e4a305078641e47c8e600a
+Size (dbus-1.14.6.tar.xz) = 1370540 bytes
 SHA1 (patch-configure) = 9dee6306aa07b60449a0f9f0f1ea3dccbc70dcb4
 SHA1 (patch-dbus_dbus-sysdeps-unix.c) = 3dfc60eba7ab9d5a29d2a842ce0baa1b109df716
 SHA1 (patch-dbus_dbus-sysdeps-util-unix.c) = 537bb8a30bd0bde8ac208a7ce9a4e1903246b443



Home | Main Index | Thread Index | Old Index