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:           Thu Aug 24 06:35:04 UTC 2023

Modified Files:
        pkgsrc/sysutils/dbus: Makefile distinfo

Log Message:
dbus: update to 1.14.8.

dbus 1.14.8 (2023-06-06)
========================

Denial-of-service fixes:

• Fix an assertion failure in dbus-daemon when a privileged Monitoring
  connection (dbus-monitor, busctl monitor, gdbus monitor or similar)
  is active, and a message from the bus driver cannot be delivered to a
  client connection due to <deny> rules or outgoing message quota. This
  is a denial of service if triggered maliciously by a local attacker.
  (dbus#457; hongjinghao, Simon McVittie)

Other fixes:

• Fix compilation on compilers not supporting __FUNCTION__
  (dbus!404, Barnabás Pőcze)

• Fix some memory leaks on out-of-memory conditions
  (dbus!403, Barnabás Pőcze)

• Documentation:
  · Fix syntax of a code sample in dbus-api-design
    (dbus!396; Yen-Chin, Lee)

Tests and CI enhancements:

• Fix CI pipelines after freedesktop/freedesktop#540
  (dbus!405, dbus#456; Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -u -r1.101 -r1.102 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.136 pkgsrc/sysutils/dbus/Makefile:1.137
--- pkgsrc/sysutils/dbus/Makefile:1.136 Tue Jun  6 12:42:18 2023
+++ pkgsrc/sysutils/dbus/Makefile       Thu Aug 24 06:35:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.136 2023/06/06 12:42:18 riastradh Exp $
+# $NetBSD: Makefile,v 1.137 2023/08/24 06:35:03 wiz Exp $
 
-DISTNAME=      dbus-1.14.6
+DISTNAME=      dbus-1.14.8
 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.101 pkgsrc/sysutils/dbus/distinfo:1.102
--- pkgsrc/sysutils/dbus/distinfo:1.101 Tue Feb 14 16:19:09 2023
+++ pkgsrc/sysutils/dbus/distinfo       Thu Aug 24 06:35:03 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.101 2023/02/14 16:19:09 wiz Exp $
+$NetBSD: distinfo,v 1.102 2023/08/24 06:35:03 wiz Exp $
 
-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
+BLAKE2s (dbus-1.14.8.tar.xz) = d136fe66df812c1b1703bfd4e29f4edbea0aa96227d12465deded2995828a8b3
+SHA512 (dbus-1.14.8.tar.xz) = f3dfc73da28cbe20449d15bbe4166c3574f0e551dfd15fca7cce2b8c71e778360ed2dd391ee5c414a7a47ff4b958727b26ef4cabfee70564f8d0a34bf5ad2386
+Size (dbus-1.14.8.tar.xz) = 1371236 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