git: 9139e71ceb39 - main - devel/dbus: update to 1.14.6

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Fri, 03 Mar 2023 22:01:24 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9139e71ceb395b1fb92a2f9d8a5f961d2648e956

commit 9139e71ceb395b1fb92a2f9d8a5f961d2648e956
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-02-23 15:38:37 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-03-03 21:59:28 +0000

    devel/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)
    
    --
    
    Tested by:              fluffy, ngortheone
---
 devel/dbus/Makefile | 4 ++--
 devel/dbus/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index dd8ef09fa988..96c0176f8132 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dbus
-DISTVERSION=	1.14.4
+DISTVERSION=	1.14.6
 PORTEPOCH=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus/
@@ -34,7 +34,7 @@ PORTSCOUT=	limitw:1,even
 USERS=		messagebus
 GROUPS=		messagebus
 
-_LIBVERSION=	3.32.1
+_LIBVERSION=	3.32.2
 
 PLIST_SUB=	GROUPS=${GROUPS} \
 		VERSION="1.0" \
diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo
index 3edcb34016f1..324bdb60e669 100644
--- a/devel/dbus/distinfo
+++ b/devel/dbus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665090472
-SHA256 (dbus-1.14.4.tar.xz) = 7c0f9b8e5ec0ff2479383e62c0084a3a29af99edf1514e9f659b81b30d4e353e
-SIZE (dbus-1.14.4.tar.xz) = 1368196
+TIMESTAMP = 1677166598
+SHA256 (dbus-1.14.6.tar.xz) = fd2bdf1bb89dc365a46531bff631536f22b0d1c6d5ce2c5c5e59b55265b3d66b
+SIZE (dbus-1.14.6.tar.xz) = 1370540