Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *appstream* to *1.1.6* has Succeeded.
Next steps:
- apply the patch: git am 0001-appstream-upgrade-1.1.5-1.1.6.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From f8a7fb1b24870f16c6688d57bec490c2d6d01400 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 13 Aug 2026 05:43:28 +0000
Subject: [PATCH] appstream: upgrade 1.1.5 -> 1.1.6
Source: NEWS
Version 1.1.6
~~~~~~~~~~~~~
Released: 2026-08-12
Features:
* validator: Ensure description markup has no invalid attributes set
* validator: Validate bundle/pkgname values for allowed characters
Bugfixes:
* xml: Sanitize description markup when reading and writing it
* yaml/json: Ensure description markup is sanitized when loading/saving it
* meson: Work around wrong library linkage when linking Qt tests
* Allow sealing of component-IDs to safely use them in hash tables and indices
* Ensure we never emit or read an invalid data origin
* Prevent crash when comparing bad version strings that have an epoch after rev
* Fix potential out-of-bounds read in OARS mapping table
* apt: yaml: Harden against potential corrupted YAML / YAML-headers
* compose: Guess a filename even from invalid URLs instead of crashing
* compose: Confine directory unit data reads to the unit's root directory
* compose: Refactor directory unit to use openat2, if possible
* news-convert: Don't crash in case we receive bad freeform YAML news input
* ascli: Guard against bad bundle values when calling "install"
Contributors:
Matthias Klumpp
---
.../appstream/appstream/0001-remove-hardcoded-path.patch | 6 +++---
.../appstream/appstream/0002-Do-not-build-qt-tests.patch | 6 +++---
...x-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch | 2 +-
.../appstream/{appstream_1.1.5.bb => appstream_1.1.6.bb} | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
rename meta/recipes-support/appstream/{appstream_1.1.5.bb =>
appstream_1.1.6.bb} (95%)
diff --git
a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
index 56a5479099..9d1ff639c0 100644
--- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
+++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
@@ -1,4 +1,4 @@
-From bf79c20cfee4a074ca752a1466dc96d0b9eb6175 Mon Sep 17 00:00:00 2001
+From 75c550f2f88d990fdb18b6118ca052af732a11b2 Mon Sep 17 00:00:00 2001
From: Markus Volk <[email protected]>
Date: Mon, 12 Dec 2022 15:42:42 +0100
Subject: [PATCH] remove hardcoded path
@@ -14,10 +14,10 @@ Upstream-Status: Inappropriate [oe-specific]
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
-index 9af5f58..ad1483d 100644
+index 24d1069..14fffff 100644
--- a/meson.build
+++ b/meson.build
-@@ -194,10 +194,10 @@ endif
+@@ -230,10 +230,10 @@ endif
stemmer_inc_dirs = include_directories()
if get_option('stemming')
stemmer_lib = cc.find_library('stemmer', required: true)
diff --git
a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
index 3e666181eb..c9d544f3fc 100644
--- a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
+++ b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
@@ -1,4 +1,4 @@
-From 1a1619dce3c3fa54fa5f47f7ed89447e0805de43 Mon Sep 17 00:00:00 2001
+From 6b50c15e350f80e805816f1c2ae2abe97cef6312 Mon Sep 17 00:00:00 2001
From: Marc Ferland <[email protected]>
Date: Fri, 26 Jul 2024 15:41:00 -0400
Subject: [PATCH] Do not build qt/tests
@@ -23,10 +23,10 @@ Signed-off-by: Marc Ferland <[email protected]>
1 file changed, 2 deletions(-)
diff --git a/qt/meson.build b/qt/meson.build
-index 407a57a..840c838 100644
+index 488fe60..83c2715 100644
--- a/qt/meson.build
+++ b/qt/meson.build
-@@ -130,5 +130,3 @@ install_data (
+@@ -144,5 +144,3 @@ install_data (
join_paths(meson.current_build_dir(), 'AppStreamQtConfigVersion.cmake'),
install_dir: join_paths(get_option('libdir'), 'cmake', 'AppStreamQt')
)
diff --git
a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
index 8ba4de95c9..185dd507b3 100644
---
a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
+++
b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
@@ -1,4 +1,4 @@
-From 4fdd29346b51eea577ee46c7166348dad19bbcb0 Mon Sep 17 00:00:00 2001
+From f7a125e90f99a997652fceb07263517df0f1ecc6 Mon Sep 17 00:00:00 2001
From: Marc Ferland <[email protected]>
Date: Mon, 29 Jul 2024 09:35:51 -0400
Subject: [PATCH] Fix PACKAGE_PREFIX_DIR in qt/cmake/AppStreamQtConfig.cmake.in
diff --git a/meta/recipes-support/appstream/appstream_1.1.5.bb
b/meta/recipes-support/appstream/appstream_1.1.6.bb
similarity index 95%
rename from meta/recipes-support/appstream/appstream_1.1.5.bb
rename to meta/recipes-support/appstream/appstream_1.1.6.bb
index e33359e5a1..723c740006 100644
--- a/meta/recipes-support/appstream/appstream_1.1.5.bb
+++ b/meta/recipes-support/appstream/appstream_1.1.6.bb
@@ -24,7 +24,7 @@ SRC_URI = " \
file://0002-Do-not-build-qt-tests.patch \
file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \
"
-SRC_URI[sha256sum] =
"fc57337e250b0d27e75ac4216cc69a76d03c54011a5da5c7a2c57711a3d0cdf9"
+SRC_URI[sha256sum] =
"e298929f39729e84a70f6be6941f3e7f3fc2ee3c83cb3ea1b1b5b280a8fe3a24"
S = "${UNPACKDIR}/AppStream-${PV}"
--
2.47.1
0001-appstream-upgrade-1.1.5-1.1.6.patch
Description: Binary data
packages/x86-64-v3-poky-linux/appstream/appstream-bash-completion: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-bash-completion: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-dbg: PKGSIZE changed from 2773384 to 2802392 (+1%) packages/x86-64-v3-poky-linux/appstream/appstream-dbg: FILELIST: removed "/usr/lib/.debug/libappstream.so.1.1.5", added "/usr/lib/.debug/libappstream.so.1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-dbg: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-dbg: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-dev: PKGSIZE changed from 1356890 to 1356907 (+0%) packages/x86-64-v3-poky-linux/appstream/appstream-dev: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-dev: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-doc: PKGSIZE changed from 2719621 to 2721645 (+0%) packages/x86-64-v3-poky-linux/appstream/appstream-doc: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-doc: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ain: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ain: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ar: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ar: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-bg: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-bg: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn-bd: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn-bd: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-bn: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ca: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ca: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ckb: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ckb: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-cs: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-cs: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-da: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-da: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-de: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-de: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-en-gb: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-en-gb: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-eo: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-eo: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-es: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-es: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-et: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-et: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-eu: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-eu: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-fi: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-fi: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-fr: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-fr: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-gd: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-gd: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-gl: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-gl: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-he: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-he: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-hi: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-hi: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-hr: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-hr: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-hu: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-hu: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ia: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ia: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-id: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-id: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-it: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-it: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ja: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ja: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ka: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ka: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-kk: PKGSIZE changed from 148035 to 153168 (+3%) packages/x86-64-v3-poky-linux/appstream/appstream-locale-kk: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-kk: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ko: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ko: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-kw: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-kw: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-lt: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-lt: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-nb: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-nb: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-nl: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-nl: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-oc: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-oc: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-pl: PKGSIZE changed from 121565 to 123732 (+2%) packages/x86-64-v3-poky-linux/appstream/appstream-locale-pl: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-pl: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt-br: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt-br: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-pt: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ro: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ro: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-rom: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-rom: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ru: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ru: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-sk: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-sk: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-sl: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-sl: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr+latin: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr+latin: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-sr: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-sv: PKGSIZE changed from 115838 to 117841 (+2%) packages/x86-64-v3-poky-linux/appstream/appstream-locale-sv: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-sv: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-ta: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-ta: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-th: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-th: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-tr: PKGSIZE changed from 119135 to 121319 (+2%) packages/x86-64-v3-poky-linux/appstream/appstream-locale-tr: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-tr: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-uk: PKGSIZE changed from 158843 to 161692 (+2%) packages/x86-64-v3-poky-linux/appstream/appstream-locale-uk: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-uk: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-cn: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-cn: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-tw: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-locale-zh-tw: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-src: PKGSIZE changed from 1991496 to 2017382 (+1%) packages/x86-64-v3-poky-linux/appstream/appstream-src: FILELIST: directory renamed /usr/src/debug/appstream/1.1.5/src -> /usr/src/debug/appstream/1.1.6/src, directory renamed /usr/src/debug/appstream/1.1.5/tools -> /usr/src/debug/appstream/1.1.6/tools packages/x86-64-v3-poky-linux/appstream/appstream-src: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-src: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream-staticdev: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream-staticdev: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream: PKGSIZE changed from 1116027 to 1127627 (+1%) packages/x86-64-v3-poky-linux/appstream/appstream: FILELIST: removed "/usr/lib/libappstream.so.1.1.5", added "/usr/lib/libappstream.so.1.1.6" packages/x86-64-v3-poky-linux/appstream/appstream: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream/appstream: PV changed from "1.1.5" to "1.1.6" packages/x86-64-v3-poky-linux/appstream: SRC_URI changed from "https://www.freedesktop.org/software/appstream/releases/AppStream-1.1.5.tar.xz file://0001-remove-hardcoded-path.patch file://0002-Do-not-build-qt-tests.patch file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch" to "https://www.freedesktop.org/software/appstream/releases/AppStream-1.1.6.tar.xz file://0001-remove-hardcoded-path.patch file://0002-Do-not-build-qt-tests.patch file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch" packages/x86-64-v3-poky-linux/appstream: PKGV changed from 1.1.5 [default] to 1.1.6 [default] packages/x86-64-v3-poky-linux/appstream: PV changed from "1.1.5" to "1.1.6" Changes to packages/x86-64-v3-poky-linux/appstream (sysroot): /usr/lib/libappstream.so.5 changed symlink target from libappstream.so.1.1.5 to libappstream.so.1.1.6 /usr/lib/libappstream.so.1.1.5 moved to /usr/lib/libappstream.so.1.1.6
Changelog for appstream: 1.1.5 -> 1.1.6 Source: NEWS Version 1.1.6 ~~~~~~~~~~~~~ Released: 2026-08-12 Features: * validator: Ensure description markup has no invalid attributes set * validator: Validate bundle/pkgname values for allowed characters Bugfixes: * xml: Sanitize description markup when reading and writing it * yaml/json: Ensure description markup is sanitized when loading/saving it * meson: Work around wrong library linkage when linking Qt tests * Allow sealing of component-IDs to safely use them in hash tables and indices * Ensure we never emit or read an invalid data origin * Prevent crash when comparing bad version strings that have an epoch after rev * Fix potential out-of-bounds read in OARS mapping table * apt: yaml: Harden against potential corrupted YAML / YAML-headers * compose: Guess a filename even from invalid URLs instead of crashing * compose: Confine directory unit data reads to the unit's root directory * compose: Refactor directory unit to use openat2, if possible * news-convert: Don't crash in case we receive bad freeform YAML news input * ascli: Guard against bad bundle values when calling "install" Contributors: Matthias Klumpp
packages/x86-64-v3-poky-linux/appstream/appstream: FILELIST: removed "/usr/lib/libappstream.so.1.1.5", added "/usr/lib/libappstream.so.1.1.6" Changes to packages/x86-64-v3-poky-linux/appstream (sysroot): /usr/lib/libappstream.so.5 changed symlink target from libappstream.so.1.1.5 to libappstream.so.1.1.6 /usr/lib/libappstream.so.1.1.5 moved to /usr/lib/libappstream.so.1.1.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243330): https://lists.openembedded.org/g/openembedded-core/message/243330 Mute This Topic: https://lists.openembedded.org/mt/120729582/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
