diff mbox series

[kirkstone,meta-xfce] xfce4-settings: 4.16.2 -> 4.16.5

Message ID 20221224164509.11131-1-kai.kang@windriver.com
State New
Headers show
Series [kirkstone,meta-xfce] xfce4-settings: 4.16.2 -> 4.16.5 | expand

Commit Message

Kai Dec. 24, 2022, 4:45 p.m. UTC
From: Kai Kang <kai.kang@windriver.com>

Update xfce4-settings to latest 4.16.x. It fixes CVE-2022-45062 in
xfce4-settings 4.16.4.

CVE: CVE-2022-45062

4.16.5 (2022-11-12)
======
- mime-settings: Properly quote command parameters
- Revert "Escape characters which do not belong into an URI/URL (Issue

4.16.4 (2022-11-07)
======
- Escape characters which do not belong into an URI/URL (Issue #390)
- Prefer full command when basic command is env (Fixes #358)
- Translation Updates:
  Japanese, Portuguese, Russian

4.16.3
======
- xfsettingsd: Fix recursive lock in libX11 (Fixes #369)
- build: Fix intltool lock file problem during make distcheck
- Translation Updates:
  Armenian (Armenia), Belarusian, Catalan, English (Canada), English
  (United Kingdom), Estonian, Galician, Greek, Indonesian, Kazakh,
  Korean, Lithuanian, Malay, Occitan (post 1500), Polish, Romanian,
  Swedish

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} (93%)

Comments

akuster808 Dec. 26, 2022, 7:56 p.m. UTC | #1
On 12/24/22 11:45 AM, Kai Kang wrote:
> From: Kai Kang <kai.kang@windriver.com>
>
> Update xfce4-settings to latest 4.16.x. It fixes CVE-2022-45062 in
> xfce4-settings 4.16.4.

A patch providing the same update was sent earlier.

I prefer you commit message so I will squish to the two to provide more 
information.

thanks
>
> CVE: CVE-2022-45062
>
> 4.16.5 (2022-11-12)
> ======
> - mime-settings: Properly quote command parameters
> - Revert "Escape characters which do not belong into an URI/URL (Issue
>
> 4.16.4 (2022-11-07)
> ======
> - Escape characters which do not belong into an URI/URL (Issue #390)
> - Prefer full command when basic command is env (Fixes #358)
> - Translation Updates:
>    Japanese, Portuguese, Russian
>
> 4.16.3
> ======
> - xfsettingsd: Fix recursive lock in libX11 (Fixes #369)
> - build: Fix intltool lock file problem during make distcheck
> - Translation Updates:
>    Armenian (Armenia), Belarusian, Catalan, English (Canada), English
>    (United Kingdom), Estonian, Galician, Greek, Indonesian, Kazakh,
>    Korean, Lithuanian, Malay, Occitan (post 1500), Polish, Romanian,
>    Swedish
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>   .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb}      | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} (93%)
>
> diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb
> similarity index 93%
> rename from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb
> rename to meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb
> index aa4265f7b..4a4e9f188 100644
> --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb
> +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb
> @@ -9,7 +9,7 @@ inherit xfce features_check mime-xdg
>   REQUIRED_DISTRO_FEATURES = "x11"
>   
>   SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch"
> -SRC_URI[sha256sum] = "4dd7cb420860535e687f673c0b5c0274e0d2fb67181281d4b85be9197da03d7e"
> +SRC_URI[sha256sum] = "7a4f74802486d7e77a1c9fa4fda19b13fc8a8dec3e5074f367e34fa82b40d28e"
>   
>   EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#100207): https://lists.openembedded.org/g/openembedded-devel/message/100207
> Mute This Topic: https://lists.openembedded.org/mt/95864252/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb
similarity index 93%
rename from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb
rename to meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb
index aa4265f7b..4a4e9f188 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.5.bb
@@ -9,7 +9,7 @@  inherit xfce features_check mime-xdg
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch"
-SRC_URI[sha256sum] = "4dd7cb420860535e687f673c0b5c0274e0d2fb67181281d4b85be9197da03d7e"
+SRC_URI[sha256sum] = "7a4f74802486d7e77a1c9fa4fda19b13fc8a8dec3e5074f367e34fa82b40d28e"
 
 EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"