From 93d149afc224b765dd20f0093f3ab641ad32c2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 6 Jan 2021 16:17:17 +0100 Subject: [PATCH] blueman: upgrade 2.1.3 -> 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Security release, see GHSA-jpc9-mgw6-2xwx/CVE-2020-15238 [1] Changes Force cython to use python language version 3 Do not use exitcode 1 when we expect to fail Mark more strings translatable (@cwendling) Bugs fixed Unstranslated strings Searching (with Ctrl+F in manager device list) did not work Default PIN lookup Fix device removal handling (@Yannik) Only use LaunchContext when we have proper event time [1] https://github.com/blueman-project/blueman/security/advisories/GHSA-jpc9-mgw6-2xwx Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../blueman/{blueman_2.1.3.bb => blueman_2.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/blueman/{blueman_2.1.3.bb => blueman_2.1.4.bb} (96%) diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.1.3.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.1.4.bb similarity index 96% rename from meta-networking/recipes-connectivity/blueman/blueman_2.1.3.bb rename to meta-networking/recipes-connectivity/blueman/blueman_2.1.4.bb index 9143a67ae8..29bef230e4 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.1.3.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.1.4.bb @@ -11,7 +11,7 @@ SRC_URI = " \ file://0001-Search-for-cython3.patch \ file://0002-fix-fail-to-enable-bluetooth.patch \ " -SRC_URI[sha256sum] = "3bd02e0cc9e2c1424df1fc2015da710a280ef4c657515727e47eafabf8c2cfde" +SRC_URI[sha256sum] = "1d9c3d39a564d88851aa8de509f16bfa586b0b50f4307dc6c6347ba4833664da" EXTRA_OECONF = " \ --disable-appindicator \