From a9196a8a8800761033cdb44ce64a715a5e80d8c8 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 18 Mar 2025 22:20:06 +0100 Subject: [PATCH] dbus: Update to version 1.16.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - Update from version 1.16.0 to 1.16.2 - Update of rootfile not required - Changelog 1.16.2 Build system: • The branch used for development releases has been renamed to `main`. Please see CONTRIBUTING.md for details of how to update existing checkouts. (dbus#530, Simon McVittie) Bug fixes: • On Linux, fix build regression with libselinux ≥ 3.8 and verbose mode enabled (Debian#1096212, dbus!511; Simon McVittie) Internal changes: • Documentation updates Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/dbus | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dbus b/lfs/dbus index 6d07c335b..3fffb77fa 100644 --- a/lfs/dbus +++ b/lfs/dbus @@ -26,14 +26,14 @@ include Config SUMMARY = D-Bus Message Bus System -VER = 1.16.0 +VER = 1.16.2 THISAPP = dbus-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dbus -PAK_VER = 12 +PAK_VER = 13 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a5a3ebe777c1c0296ba7240f9ed29ad329a6578a05baf10a469ce8c7d243791d35aca42a70d04cdd88feea238d081c3c8b0db444df24abcf7ce5ffe9187a0440 +$(DL_FILE)_BLAKE2 = ddca8abdd5df70b24d51293a262cda3f9e69681b31ae8bb560a6286ca6f2dc0c420dc5322a61bb142a77b2b5f86bdafcc6bf84b0d78af9610af7a78763b8b8fb install : $(TARGET) -- 2.39.5