From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dbus: Update to version 1.14.10 Date: Wed, 13 Sep 2023 12:14:10 +0200 Message-ID: <20230913101414.3434376-2-adolf.belka@ipfire.org> In-Reply-To: <20230913101414.3434376-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2974921511887262201==" List-Id: --===============2974921511887262201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.14.6 to 1.14.10 - Update of rootfile - Changelog dbus 1.14.10 (2023-09-01) Bug fixes: =E2=80=A2 Avoid a dbus-daemon crash if re-creating a connection's policy fai= ls. If it isn't possible to re-create its policy (for example if it belongs to a user account that has been deleted or if the Name Service Switch is broken, on a system not supporting SO_PEERGROUPS), we now log a warning, continue to use its current policy, and continue to reload other connections' policies. (dbus#343; Peter Benie, Simon McVittie) =E2=80=A2 If getting the groups from a user ID fails, report the error corre= ctly, instead of logging "(null)" (dbus#343, Simon McVittie) =E2=80=A2 Return the primary group ID in GetConnectionCredentials()' UnixGro= upIDs field for processes with a valid-but-empty supplementary group list (dbus!422, cptpcrd) dbus 1.14.8 (2023-06-06) Denial-of-service fixes: =E2=80=A2 Fix an assertion failure in dbus-daemon when a privileged Monitori= ng 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 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: =E2=80=A2 Fix compilation on compilers not supporting __FUNCTION__ (dbus!404, Barnab=C3=A1s P=C5=91cze) =E2=80=A2 Fix some memory leaks on out-of-memory conditions (dbus!403, Barnab=C3=A1s P=C5=91cze) =E2=80=A2 Documentation: =C2=B7 Fix syntax of a code sample in dbus-api-design (dbus!396; Yen-Chin, Lee) Tests and CI enhancements: =E2=80=A2 Fix CI pipelines after freedesktop/freedesktop#540 (dbus!405, dbus#456; Simon McVittie) Signed-off-by: Adolf Belka --- config/rootfiles/packages/dbus | 2 +- lfs/dbus | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/dbus b/config/rootfiles/packages/dbus index 01b1538b7..2cf7fe37b 100644 --- a/config/rootfiles/packages/dbus +++ b/config/rootfiles/packages/dbus @@ -40,7 +40,7 @@ usr/bin/dbus-uuidgen #usr/lib/libdbus-1.la #usr/lib/libdbus-1.so usr/lib/libdbus-1.so.3 -usr/lib/libdbus-1.so.3.32.2 +usr/lib/libdbus-1.so.3.32.4 #usr/lib/pkgconfig/dbus-1.pc usr/libexec/dbus-daemon-launch-helper #usr/share/dbus-1 diff --git a/lfs/dbus b/lfs/dbus index f6f9c90a5..bd351a6f9 100644 --- a/lfs/dbus +++ b/lfs/dbus @@ -26,15 +26,14 @@ include Config =20 SUMMARY =3D D-Bus Message Bus System =20 -VER =3D 1.14.6 - +VER =3D 1.14.10 THISAPP =3D dbus-$(VER) DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D dbus -PAK_VER =3D 10 +PAK_VER =3D 11 =20 DEPS =3D =20 @@ -48,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D c3b8a3bc455a65eb4c561fc701547760c4236912d9caf29822547c= 7ac4a5852d951c2a484e5eb0435f9d40dfa131e28b7243d5350318ea212aac7c28670ab355 +$(DL_FILE)_BLAKE2 =3D f605b0810dcde6a0753384927131e7f4675be737ad7506a5126171= 7c2622e74b99ac33cc2c199b98e5aa6b9d7c68ef692b8ee9f684f6fdab8d06c6fa861a6f6b =20 install : $(TARGET) =20 @@ -83,10 +82,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_SRC)/dbus* cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ - --prefix=3D/usr \ - --sysconfdir=3D/etc \ - --localstatedir=3D/var \ - --disable-static + --prefix=3D/usr \ + --sysconfdir=3D/etc \ + --localstatedir=3D/var \ + --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 2.42.0 --===============2974921511887262201==--