From ff7265aeab4d6bf2b334b18c9212195b93e719e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 3 Jun 2021 23:05:28 +0200 Subject: [PATCH] dbus-broker: upgrade 28 -> 29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Improve SELinux audit messages. This requires the new libselinux-3.2 and libaudit-3.0 releases. If audit/selinux support is enabled, those are now the minimum required versions. * Make linux-4.17 a hard-requirements. Older kernels are no longer supported. * Fix startup failures when at-console users have consecutive uids. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-core/dbus/{dbus-broker_28.bb => dbus-broker_29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/dbus/{dbus-broker_28.bb => dbus-broker_29.bb} (92%) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_28.bb b/meta-oe/recipes-core/dbus/dbus-broker_29.bb similarity index 92% rename from meta-oe/recipes-core/dbus/dbus-broker_28.bb rename to meta-oe/recipes-core/dbus/dbus-broker_29.bb index a35f5c64cf..49ba169116 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_28.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_29.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz" -SRC_URI[sha256sum] = "abb8b54434faeeb6bf59a70ebf0732e851a50bd922995ba5928e8c28c18b05ea" +SRC_URI[sha256sum] = "4eca425db52b7ab1027153e93fea9b3f11759db9e93ffbf88759b73ddfb8026a" UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"