From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZHPrb75Ncz37FR for ; Tue, 18 Mar 2025 21:20:31 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZHPrX209Tz34Qn for ; Tue, 18 Mar 2025 21:20:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZHPrT5FfVz5VH; Tue, 18 Mar 2025 21:20:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=M+lhEJVvKNFQCc7kMEm0GHSvk2FysYISHQaw/cC7ayo=; b=jQMkrrkMzBdp5iMVl+vMhvAYxs/IeUgLhjaEcyrzufLd33+vS9E97/ZTWZZs+jtEkrAqMI FZi8SlVdu1msFFCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=M+lhEJVvKNFQCc7kMEm0GHSvk2FysYISHQaw/cC7ayo=; b=a6qyUR/18GB0d2/LImL9S0q4FpucDHh/3NItuzJAhAuYskEPctRGaKnymV9LwQZF9RG/Kb nWkBOlmSsER8+I6+EFYr2xDIapSomXotdPyQa2rs6Jx4h81aq1bASejjqHiSkEAkJXSNGj 2Cv/54E4IRkhU9F5t7UgXVTvUvfNdO4B8nFmpRvE8LgkHD3xJBDanjDRrmo+QZEDBQeFCP zBU7KanFNehLJ5zYK7boARuQSkv3uNv02W6+SVcxhEm6Mv9g119UyU7xZb5tfI3KMI53Ro MrUqfv+rX8CzMV9dHp+Kz6ByoQpjVrvrm80hL+gSC1VkwuYO20C7///cdVOwmA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] dbus: Update to version 1.16.2 Date: Tue, 18 Mar 2025 22:20:06 +0100 Message-ID: <20250318212018.3324141-3-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- 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.49.0