From patchwork Tue Nov 29 17:16:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6215 Return-Path: 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NM8Bv1qrWz3wgq for ; Tue, 29 Nov 2022 17:16:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NM8Bs5Yfrz2Jy; Tue, 29 Nov 2022 17:16:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NM8Bs4yrMz2xc3; Tue, 29 Nov 2022 17:16:37 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NM8Br4hpDz2xSN for ; Tue, 29 Nov 2022 17:16:36 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NM8Bq3nMSz1Dq for ; Tue, 29 Nov 2022 17:16:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669742196; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+tzg2WJ0s0c445Y1H7RV1VI0YA1+Her+GljIRiodzWM=; b=4m8qOfMEXYamKTMCfFs5TCJwYPlezK/w1wy1uufk5henQqi43LVqTooEB4lQgSHLswtz8w SxoVMfDyo81izaDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669742196; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+tzg2WJ0s0c445Y1H7RV1VI0YA1+Her+GljIRiodzWM=; b=wHTHZBBEy9NQTJMegHVRlNExuQFH8NBbYGkGB4X/gOVA0ZZRzVqAZbU1seDAcZ86DjpIg2 TtptlbwQBsmJEtwBCo75ulL1MokVc4PUMFH792/loKAj7zI2Ixwi863NFOGI3s67g+OxUN ZsygpfKLTH/RmE86pkrDnvLUlm+54kp6qeiGhr20OcrpsH3deCycx3ag9JQOG01sgMjT3a QSviH/MyJW9UuJHCSBjGhpoA0wJKi8NCbowA+nV5+E4HV87gkG2MtrvfL5YOzxb+whF0N8 AWnIXVZNdRv1JmCR5kljUXbkATzPhCM5DhPcwl+Xl4JMC6w6GklbajSuQ6e+4w== Message-ID: Date: Tue, 29 Nov 2022 18:16:33 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] dbus: Update to 1.15.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- dbus/dbus.nm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dbus/dbus.nm b/dbus/dbus.nm index bfa5ed0e6..e25427bee 100644 --- a/dbus/dbus.nm +++ b/dbus/dbus.nm @@ -4,12 +4,12 @@ ############################################################################### name = dbus -version = 1.11.20 +version = 1.15.2 release = 1 maintainer = Stefan Schantl groups = System/Daemons -url = http://www.freedesktop.org/software/dbus/ +url = https://www.freedesktop.org/software/dbus/ license = GPLv2+ AFL summary = D-BUS message bus. @@ -19,7 +19,8 @@ description per-user-login-session messaging facility. end -source_dl = http://dbus.freedesktop.org/releases/dbus/ +source_dl = https://dbus.freedesktop.org/releases/dbus/ +sources = %{thisapp}.tar.xz build requires