summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-28liberror-perl: move to meta-perltimo/move-liberror-perlTim Orling
The upstream maintainer for Error has deprecated it for quite some time [1]. The only dependency in oe-core was coreutils-ptest. [YOCTO #15461] [1] https://metacpan.org/pod/Error#WARNING Using the "Error" module is no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so. See the "SEE ALSO" section below for better recommendations [2]. [2] https://metacpan.org/pod/Error#SEE-ALSO SEE ALSO -------- See Exception::Class for a different module providing Object-Oriented exception handling, along with a convenient syntax for declaring hierarchies for them. It doesn't provide Error's syntactic sugar of try { ... }, catch { ... }, etc. which may be a good thing or a bad thing based on what you want. (Because Error's syntactic sugar tends to break.) Error::Exception aims to combine Error and Exception::Class "with correct stringification". TryCatch and Try::Tiny are similar in concept to Error.pm only providing a syntax that hopefully breaks less. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2024-03-28coreutils: drop obsolete liberror-perl RDEPENDSTim Orling
The upstream maintainer for Error has deprecated it for quite some time [1]. There is no dependency in current coreutils tests for it. [YOCTO #15461] [1] https://metacpan.org/pod/Error#WARNING Using the "Error" module is no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2024-03-28run-postinsts: Add workaround for locking deadlock issueRichard Purdie
When run-postinsts is installed, a service is added for system which can run while the package is still being installed. This calls "opkg configure" and if package management is still running, it can deadlock and error. To work around this, call fcntl-lock on the opkg lock file and if the lock was held, it would wait to obtain it. This wait gives the package management time to finish the install before the configure can then take the lock and run. Note the dependency in SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS otherwise we'd see sstate selftest failures. (From OE-Core rev: 0f0fdbb2d1fec250f4c3c1a640f1e50a765ad5db) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28util-linux: Add fcntl-lockRichard Purdie
Add a version of flock that uses the fnctl based lockf locking instead of flock based locks. This allows us to take the same lock that opkg would use from a shell script. The two different locking mechanisms operate independently of each other. Inserting this C file into the util-linux build seems like the easiest/best place to insert the code. At this point it hasn't been discussed with upstream. (From OE-Core rev: 094586a92fff0f6974513f209ffc805134c9bd75) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28util-linux: Add missing MIT licenseRichard Purdie
The MIT license was missing from the license list for util-linux. Add a patch, submitted to upstream which adds the missing license mentions. (From OE-Core rev: 8f3ad0488d70ed8a63354589774ba7abd9ecdf3b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28populate_sdk_ext.bbclass: only overwirte lsb string if uninative is usedTimon Bergelt
Overwriting the lsb string without inheriting from uninative causes shared state cache entries to end up in the wrong path where they are not beeing picked up by the extensible SDK environment. (From OE-Core rev: 77255dc6a7a20c1e28f635f3119bccfd49385a24) Signed-off-by: Timon Bergelt <timon.bergelt@pm.me> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28tcl: Forward port skip logic for musl ptestsKhem Raj
commit 9d1df0596f6f3db6f63ae83559fbea3cc372503a overhauled run-ptest script which did not consider the edits being done from recipe especially for musl ptests. Bring the skip editing to follow the new logic in run-ptest Fixes Failed ptests: {'tcl': ['unixInit.test']} (From OE-Core rev: ba89efb53bc3f1092617a7a77300d8cd71e22b2b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28cml1: prompt location of updated .config after do_menuconfig()Enrico Jörns
When modifying the kernel config by invoking '-c menuconfig' manually, a sensible next step is to persist this changed configuration somewhere. A way to do this is to copy the generated .config back to the original config location. For this purpose, emit a copy+pasteable printout of the saved .config path similar to what we have for the fragment location in the 'diffconfig' task already. Example output: | Changed configuration saved at: | /path/to/bsp/build/tmp/work/my-machine-oe-linux/linux-custom/6.6.4/build/.config | Recompile will be forced (From OE-Core rev: a065c844ee2f34881579ca478b168959efd6ed84) Signed-off-by: Enrico Jörns <ejo@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28cml1: remove needless check for write_taint attributeEnrico Jörns
The 'FIXME' comment itself says to remove this once the minimum bitbake version has been bumped. This was in 2012. The function was introduced in bitbake commit f7b55a94 ("bitbake: bitbake: ensure -f causes dependent tasks to be re-run") and is already part of bitbake 1.15.3 which is the minimum bitbake version since 'danny'. Remove the check. (From OE-Core rev: bdf7d5a3a5ce079f7ec9423712979515be1b8ae0) Signed-off-by: Enrico Jörns <ejo@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28ovmf: set CVE_PRODUCT and CVE_VERSIONChen Qi
Set CVE_PRODUCT and CVE_VERSION for ovmf. NVD uses 'edk2' and the version should be the date only. Here's an example: https://nvd.nist.gov/vuln/detail/CVE-2023-45232 (From OE-Core rev: fd7804d06a7093fa1eb0c7b0a29b028842243321) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28openssl: fix crash on aarch64 if BTI is enabled but no Crypto instructionsRoss Burton
On aarch64, if the processor doesn't have the Crypto instructions then OpenSSL will fall back onto the "bit-sliced" assembler routines. When branch protection (BTI) was enabled in OpenSSL these routines were missed, so if BTI is available libssl will immediately abort when it enters this assembler. Backport a patch submitted upstream to add the required call target annotations so that BTI doesn't believe the code is being exploited. (From OE-Core rev: 936d02cb27a75dd8f820ace11d635fb25cc33af1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28dnf: fix Exception handling for class ProcessLockChangqing Li
Yocto based systems will sometimes have log_lock.pid left in target filesystems. Users typing 'ls /' will notice it, and will never be removed. It happened when log rotate happened, refer [1], since the problem descripted in patch 0001-lock.py-fix-Exception-handling.patch, file log_lock.pid will not be removed after dnf exit. For target system, refer [4], dnf have a solution to remove it. But for OE, refer commit [2][3], for fix another issue, OE changed log_lock.pid to root dir for native dnf, so solution in [4] not works for log_lock.pid under "/", so it will always exist under "/" of target system. Use patch 0001-lock.py-fix-Exception-handling.patch to fix the problem. [1] https://github.com/rpm-software-management/dnf/blob/a6d82221ae32045f0f788708a52d2f2bf5c5740b/dnf/logging.py#L127C31-L127C42 [2] https://git.openembedded.org/openembedded-core/commit/?id=742a1b71249f4da1c8d8e13e270b0eb6128a3f66 [3] https://git.openembedded.org/openembedded-core/commit/?id=7610f81586bd475f28fd3d89a7350771720c3264 [4] https://github.com/rpm-software-management/dnf/blob/master/etc/tmpfiles.d/dnf.conf (From OE-Core rev: ed82ebb31bbfa0c1e6fb5d378a2237cb315f869d) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28bblayers/makesetup.py: Move git utility functions to oe.buildcfg moduleJermain Horsman
This allows other classes to make use of these as well. Includes a git describe and git toplevel function and functions to get info for git remotes. (From OE-Core rev: bad9840017da885fc77c99ed9616773164994090) Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28Revert "testimage: Enable runtime 'login' screenshot tests"Richard Purdie
This reverts commit c631640bbdbb3d041bad7d23a612e623cab58855. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28testimage: Enable runtime 'login' screenshot testsRichard Purdie
Enable the new runtime login screenshot tests which primarily test whether sato images display a desktop correctly. (From OE-Core rev: efbf31554cb86e78cdcf00aaa38d324877eb51c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28classes/pypi: don't expose PYPI_ARCHIVE_NAMERoss Burton
This variable is only used when constructing a SRC_URI and some recipes think that it's the correct value to assign if the PyPi package name isn't the same as the recipe name, when PYPI_PACKAGE is actually all that needs to be set. Also document the variables we expect the recipe to assign if needed, and where the PyPi URL structure is documented. (From OE-Core rev: 6f627730038e61bd14a81f9a5fd6dfd692fcb77f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28wget: upgrade 1.21.4 -> 1.24.5Wang Mingyu
0002-improve-reproducibility.patch refreshed for 1.24.5 Changelog: ============ ** Fix how subdomain matches are checked for HSTS. Fixes a minor issue where cookies may be leaked to the wrong domain ** Wget will now also parse the srcset attribute in <source> HTML tags ** Support reading fetchmail style "user" and "passwd" fields from netrc ** In some cases, prevent the confusing "Cannot write to... (success)" error messages ** Support extremely fast download speeds (TB/s). Previously this would cause Wget to crash when printing the speed ** Improve portability on OpenBSD to run the test suite ** Ensure that CSS URLs are corectly quoted (Bug: 64082) (From OE-Core rev: 39399d0ed9fcbdb529e9be43a109e2a3b540124d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28wayland-protocols: upgrade 1.33 -> 1.34Wang Mingyu
Changelog: =========== -staging/dialog: Add "dialog" protocol -Add xdg-toplevel-drag protocol -build: Bump version to 1.34 -Fix typo in ext-foreign-toplevel-list-v1 -tablet-v2: clarify that name/id events are optional -linux-drm-syncobj-v1: new protocol -linux-explicit-synchronization-v1: add linux-drm-syncobj note (From OE-Core rev: 0f419351c105e759dd399103e24beea4cffc24af) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28vala: upgrade 0.56.15 -> 0.56.16Wang Mingyu
0001-gtk4-Preserve-compatibility-with-4.14.patch removed since it's included in 0.56.16 Changelog: ============ * Various improvements and bug fixes: - girparser: Recognize usage of time_t and don't rely on given GIR type - girparser: Recognize usage of off_t and don't rely on given GIR type * Bindings: - gio-2.0: Restore ApplicationCommandLine.print*_literal() to not require 2.80 - gmodule-2.0: Do not mark `Module.open` as deprecated - gtk4: Preserve compatibility with < 4.14 [#1531] - Regenerate for GIR-based bindings to pick up time_t fix (long vs time_t) (From OE-Core rev: 40600379e897b31e1640cc8c7c98e291e04e8569) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-zipp: upgrade 3.17.0 -> 3.18.1Wang Mingyu
Changelog: ============ -Bypass ZipFile.namelist in glob for better performance. -Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. -Add special accounting for pypy when computing the stack level for text encoding warnings. (From OE-Core rev: 3491caab6fc3f1a67fc330f512b055ef5681f67e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-wheel: upgrade 0.42.0 -> 0.43.0Wang Mingyu
Changelog: ========== -Dropped support for Python 3.7 -Updated vendored packaging to 24.0 (From OE-Core rev: 41af6a86d8c3d0de053c28d6471cfe49fe5e71f9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-setuptools: upgrade 69.1.1 -> 69.2.0Wang Mingyu
0001-conditionally-do-not-fetch-code-by-easy_install.patch refreshed for 69.2.0 Changelog: ========== -Explicitly use encoding="locale" for .pth files whenever possible, to reduce EncodingWarnings. This avoid errors with UTF-8 -Clarify some Package Discovery and Resource Access using pkg_resources methods return bytes, not str. Also return an empty bytes in EmptyProvider._get -Return an empty list by default in pkg_resources.ResourceManager.cleanup_resources -Made pkg_resoursces.NullProvider's has_metadata and metadata_isdir methods return actual booleans like all other Providers. (From OE-Core rev: d98281985b8080bd4bc1cbf2b89e4c67c29f4bd0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-scons: upgrade 4.6.0 -> 4.7.0Wang Mingyu
Changelog: https://github.com/SCons/scons/releases/tag/4.7.0 (From OE-Core rev: df1cf3d421e4d4f7b2dbe97ffcc25a8a4d1bbdd0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-referencing: upgrade 0.33.0 -> 0.34.0Wang Mingyu
Changelog: -Also look inside definitions keywords even on newer dialects. The specification recommends doing so regardless of the rename to $defs. (From OE-Core rev: 33d5f6616053f699a56a49584b278971d763a657) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-pyelftools: upgrade 0.30 -> 0.31Wang Mingyu
Changelog: ============= -remove universal setting for wheels, since we don't support py2 now -[RELOCATIONS] add enum for v850 relocations -Fix buffer overrun in NT_GNU_PROPERTY_TYPE_0 parser -Fix iter_notes to handle >4 byte segment alignment -Support for XC16/PIC phantom bytes -Support for the GNU note with the AARCH64 CPU features -Fix for mixed version loclists, tests -Update supported python versions for GitHub actions CI -Initial s390x relocation support -Add py.typed to elftools -Fix ranges autotest take 2 -Support getting RELR relocations from dynamic section -Dynamic array size can be a loclist/locexpr -DW_OP_GNU_uninit -Update CHANGES to mention Python 2 (lack of) support -Remove redundant wheel dep from pyproject.toml -False positive on LocationParser.attribute_has_location() -Support for DW_OP_WASM_location -Dwarfdump test on Windows -More Apple, LLVM attributes (From OE-Core rev: 33cd66ccc9429b3a3ad60b76b9c1b99f8b002434) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-packaging: upgrade 23.2 -> 24.0Wang Mingyu
Changelog: ========== -Fix specifier matching when the specifier is long and has an epoch -Clarify version split/join usage -Default optional metadata values to None -Stop using deprecated/removed keys -Correctly use the ExceptionGroup shim only when needed -Update CHANGELOG entry about validate kwarg -Support --disable-gil builds (PEP 703) in packaging.tags -Skip test_glibc_version_string_ctypes_raise_oserror if ctypes is unavailable -Enable CodeQL -PEP 703: Rename Py_NOGIL to Py_GIL_DISABLED -Replace PEP references with PUG links -Remove coverage ignore for non-existent file -Update URLs -Configure dependabot -Hash pin github actions -Apply some refurb suggestions -Appply some bugbear suggestions -Apply some ruff suggestions -Add riscv64 as a supported manylinux architecture (From OE-Core rev: 9d014739bf106a2f42199c1f0344f7087114abb6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-markdown: upgrade 3.5.2 -> 3.6Wang Mingyu
Changelog: https://github.com/Python-Markdown/markdown/releases/tag/3.6 License-Update: Update the license template so GitHub can detect it (From OE-Core rev: bf7d333470bc1f1f926787c2d0c88fc30c2b7aec) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-license-expression: upgrade 30.2.0 -> 30.3.0Wang Mingyu
Changelog: =========== -Use latest skeleton -Update license list to latest ScanCode and SPDX 3.23 -Drop support for Python 3.7 -Release prep v30.3.0 (From OE-Core rev: 02bd99bbc64d09386b326c255464dfba42c8feb8) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0Wang Mingyu
Changelog: ========== -Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. -Allow MetadataPathFinder.invalidate_caches to be called as a classmethod. (From OE-Core rev: 9dd375eb2472d84b441a22b1f5e67c919b70daff) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28python3-hatchling: upgrade 1.21.1 -> 1.22.4Wang Mingyu
Changelog: ============= Added: ---------- -Metadata for the wheel target now defaults to the PKG-INFO metadata within source distributions -Add dependencies method to the build hook interface so that hooks can themselves dynamically define dependencies -Update SPDX license information to version 3.23 -Improve error message for when the default heuristics for wheel file inclusion fail -Update the default version of core metadata to 2.3 Fixed: ----------- -Properly support core metadata version 2.2 -Only read source distribution metadata for fields that are explicitly defined as dynamic -Fix the custom build hook when using dynamic dependencies -Fix regression when loading metadata from source distributions -Fix metadata hooks when building wheels from source distributions -Remove editables as a direct dependency -Fix default wheel tag when the supported Python version declaration is strict -Load VCS ignore patterns first so that whitelisted patterns can be excluded by project configuration -Don't consider VCS ignore files that are outside of the VCS boundary -The sdist build target now gracefully ignores UNIX socket files -Begin ignoring certain files ubiquitously, like .DS_Store on macOS (From OE-Core rev: 0813d48315eeffca2a6b88e5bec52f6939700abf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28openssh: upgrade 9.6p1 -> 9.7p1Wang Mingyu
0001-systemd-Add-optional-support-for-systemd-sd_notify.patch refresh for 9.7p1 Changelog: ============ New features ------------ * ssh(1), sshd(8): add a "global" ChannelTimeout type that watches all open channels and will close all open channels if there is no traffic on any of them for the specified interval. This is in addition to the existing per-channel timeouts added recently. * All: make DSA key support compile-time optional, defaulting to on. Bugfixes -------- * sshd(8): don't append an unnecessary space to the end of subsystem arguments * ssh(1): fix the multiplexing "channel proxy" mode, broken when keystroke timing obfuscation was added. * ssh(1), sshd(8): fix spurious configuration parsing errors when options that accept array arguments are overridden * ssh-agent(1): fix potential spin in signal handler * Many fixes to manual pages and other documentation * Greatly improve interop testing against PuTTY. (From OE-Core rev: 2e2de709a3e9cb34b212da158d7f3a60cf6cb4e0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28lighttpd: upgrade 1.4.74 -> 1.4.75Wang Mingyu
Changelog: ========== * [mod_redirect] url.redirect-code = 308 new default * [ls-hpack] more portability fixes for sys/queue.h * [ls-hpack] update version to 2.3.3 * [TLS] default to stronger ciphers w/ PFS and AEAD * [ci] apt-get install build-essential on Ubuntu * [ci] /usr/local/opt keg-only pkgs on Darwin(macOS) * [mod_authn_sasl] translate SASL_LOG_* to syslog * [build] include src/compat/sys/queue.h in tarball * [core] fdlog_openlog(), fdlog_closelog() * [mod_accesslog] fdlog_openlog() if using syslog * [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE * [ci] limit github ci to specific branches * [ci] prefer non-login shell for Cygwin CI build * [ci] prefer dash for Cygwin and MSYS2 builds * [mod_wstunnel] fix server.ping-interval w/ HTTP/2 * [mod_dirlisting] fix suffix display of '/' on file (fixes #3242) * [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244) * [mod_openssl] faster ASN1_TIME parse * [mod_wolfssl] faster ASN1_TIME parse * [doc] update TLS comment in sample lighttpd.conf (From OE-Core rev: 6153e006df0119d30df7c1a3d8d478588ded4761) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28libxml2: upgrade 2.12.5 -> 2.12.6Wang Mingyu
Changelog: =========== - parser: Fix detection of duplicate attributes in XML namespace - xmlreader: Fix xmlTextReaderConstEncoding - html: Fix htmlCreatePushParserCtxt with encoding - xmllint: Return error code if XPath returns empty nodeset (From OE-Core rev: e5afd94b8a37af1fd08378d8fb09ec37e4eb4a16) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28libxkbcommon: upgrade 1.6.0 -> 1.7.0Wang Mingyu
Changelog: =========== - Added early detection of invalid encodings and BOM for keymaps, rules & Compose. Also added a hint that the expected encoding must be UTF-8 compatible. - Updated keysyms using latest [xorgproto] - Keysyms: Fixed inconsistent results in 'xkb_keysym_from_name' when used with the flag 'XKB_KEYSYM_CASE_INSENSITIVE'. - Keysyms: Fixed case mapping for 3 Latin 1 keysyms: - 'XKB_KEY_ydiaeresis' - 'XKB_KEY_mu' - 'XKB_KEY_ssharp' - Keysyms: Fixed 'xkb_keysym_is_modifier' to detect also the following keysyms: - 'XKB_KEY_ISO_Level5_Shift' - 'XKB_KEY_ISO_Level5_Latch' - 'XKB_KEY_ISO_Level5_Lock' - Prevent recursive includes of keymap components. - Fixed global default statements 'x.y = z;' in wrong scope not raising an error. - Rules: Made newline required after '!include' line. - Rules: Fixed a bug where variant indexes were ignored with the layout index used instead. They are practically always the same, but don't have to be. - Compose: Fixed a segfault with 'xkb_compose_table_iterator_next' when used on an empty table. - Compose: Added check to ensure to open only regular files, not e.g. directories. - Registry: Updated the DTD and always parse the "popularity" attribute. - Fixed a few memory leaks and keymap symbols parsing. (From OE-Core rev: 8a5a1f9422bf5e2ba0153144b9fdfefc380fa36e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28libwpe: upgrade 1.14.2 -> 1.16.0Wang Mingyu
Changelog: ========= - This version does not contain changes over the 1.15.2 development release. - Allow resetting the fullscreen client to a null pointer. - Fix usage of the _wpe_loader_interface with the static loader. (From OE-Core rev: 27ad496efdd67f9fac628a6f5ccbee8eac33698e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28libpciaccess: upgrade 0.18 -> 0.18.1Wang Mingyu
(From OE-Core rev: 1cd4a119bed85f2aca1ca2dd2ebaaf796f733465) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28libcomps: upgrade 0.1.20 -> 0.1.21Wang Mingyu
Changelog: =========== -Build aarch64 python packages during releases -Fix build: use correct variable for category and env -build: Restore compatiblity with libxml2-2.12.0 -tests: Unify formatting of current test announcements -tests: Don't print parsing errors during tests -Update CI (From OE-Core rev: eac904cfc8fc9f3bb8df115ca05c0b98e34ca7cc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28libbsd: upgrade 0.12.1 -> 0.12.2Wang Mingyu
Changelog: ============ -test: nlist: make resilient against -Wl,--gc-sections -build: Do not rely on internal autoconf ac_cv_sys_file_offset_bits variable -build: Use -eq instead of = as test operators for arithmetic tests -build: Fix typo in ABI selection description -build: Only install time struct conversion macros where missing -man: Add links for errc module functions -man: Do not install timeval(3bsd) nor timespec(3bsd) -strtonum: Do not abort on EINVAL from strtoi() -closefrom: Ignore files starting with dot when scanning /proc/self/fd -build: Match also gnu* for GNU/Hurd on the glibc ABI selection (From OE-Core rev: 72a9b5c0baf8258ca4c46c12ba0369bd245b0261) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28harfbuzz: upgrade 8.3.0 -> 8.3.1Wang Mingyu
Changelog: ========== - hb_blob_create_from_file_or_fail() on Windows will now try to interpret the file name as UTF-8 first, and as system code page if it is not valid UTF-8. - Fix hb_style_get_value() in fonts with "STAT" table. - Properly handle negative offsets in CFF table. - Update IANA Language Subtag Registry to 2024-03-07. - Subsetter now supports subsetting "BASE" table. - Subsetter will update "hhea" font metrics in sync with "OS/2" ones. - "--variations" option of "hb-subset" now supports leaving out values that should be unchanged, e.g. "wght=:500:" will change the default and keep max and min unchanged. It also supports "*=drop" to to pin all axes to default location. - Fix hb_ot_math_get_glyph_kerning() to match updated "MATH" table spec. - Support legacy MacRoman encoding in "cmap" table. - Various build fixes. - Various subsetting and instancing fixes. - New API: hb_subset_input_pin_all_axes_to_default() (From OE-Core rev: adaca313521fadf4ba3d6cbd7abc3a33d689d730) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28gnutls: upgrade 3.8.3 -> 3.8.4Wang Mingyu
0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch Add-ptest-support.patch refreshed for 3.8.4 Changelog: ============ ** libgnutls: RSA-OAEP encryption scheme is now supported ** libgnutls: Fix side-channel in the deterministic ECDSA. ** libgnutls: Fixed a bug where certtool crashed when verifying a certificate chain with more than 16 certificates. ** libgnutls: Compression libraries are now loaded dynamically as needed instead of all being loaded during gnutls library initialization. As a result, the library initialization should be faster. ** build: The gnutls library can now be linked with the static library of GMP. Note that in order for this to work libgmp.a needs to be compiled with -fPIC and libhogweed in Nettle also has to be linked to the static library of GMP. This can be used to prevent custom memory allocators from being overriden by other applications. ** API and ABI modifications: gnutls_x509_spki_get_rsa_oaep_params: New function. gnutls_x509_spki_set_rsa_oaep_params: New function. GNUTLS_PK_RSA_OAEP: New enum member of gnutls_pk_algorithm_t. (From OE-Core rev: 8e9c47d3670cc597c00cf443727fab2feed3a765) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28enchant2: upgrade 2.6.7 -> 2.6.8Wang Mingyu
(From OE-Core rev: 080489fdcc9b656bdf339b100d03a0da7cd3435a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28createrepo-c: upgrade 1.0.4 -> 1.1.0Wang Mingyu
Changelog: =========== -Add tests for RepositoryReader and RepositoryWriter -Add a high-level repository writing API -Add a high-level repository reading API -Print where and when cr_hascontrollchars is true -Build aarch64 python packages during releases -build: Adapt to changes in Fedora packaging of bash-completion (From OE-Core rev: 6577d5d2f4ace8a563ce12c3541ab29bd181ffb4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28bind: upgrade 9.18.24 -> 9.18.25Wang Mingyu
Changelog: ============ -Create the pruning task in the dns_cache_flush(), so the cache pruning still works after the flush. -Improve the TTL-based cleaning by removing the expired headers from the heap, so they don't block the next cleaning round and clean more than a single item for each new addition to the RBTDB. -Revert change 6319 and decrease lock contention during RBTDB tree pruning by not cleaning up nodes recursively within a single prune_tree() call. -Address use after free in expire_lru_headers. (From OE-Core rev: b0ad44f27f62eb97864f20cc4f1897ca65323515) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28at-spi2-core: upgrade 2.50.1 -> 2.52.0Wang Mingyu
Changelog: =========== * tests: Fix missing declaration for getpid(). * Back out code to generate mouse events on mutter. It had a couple of unwanted side effects. Also remove dependencies on libei and xkbcommon. * atk-adaptor: Fix collection role matching. * Have atspi_text_get_string_at_offset fall back to calling GetTextAtOffset if GetStringAtOffset is unimplemented. * Don't use g_assert in the unit tests. * Add an attribute-changed signal in atk, and update libatspi attribute cache. * Add GetTextSelection and SetTextSelection to Document interface. * Add atspi_device_generate_mouse_event, and implement for mutter. * Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails. * xml: Add Embedded to the Socket interface * Don't return uninitialized values if atspi_component_get_size/position fail. * atk-adaptor: Fix critical when no table cell array is returned. * accessible: Do not rename deprecated methods to the new names. * Add HelpText property and corresponding functions in atk and libatspi. (From OE-Core rev: de024186522b632b60548701ec801f323b1aaf69) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28adwaita-icon-theme: upgrade 45.0 -> 46.0Wang Mingyu
Changelog: ========== - cursors: fix windows build - cursors: reinstate some x11 cursor names - symbolic: thunderbolt, phone & export fixes - index.theme: remove duplicate entries - cursors: clean up shapes, sync DND metaphors with macos - symbolic: revert about metaphor - symbolic: shared screen metaphor update - fullcolor: antialias 16x16 a little more - symbolic: replace filled silhouettes with outlines - cursors: only cover the CSS named - symbolic: help-about metaphor - symbolic: sync not-junk metaphor (https://gitlab.gnome.org/GNOME/evolution/-/issues/1710#note_1924546) - symbolic: cleaned up export with Symbolic Preview (From OE-Core rev: dbbd347254d351e8b6023165ec22a3c0dc1c2522) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28shadow: update 4.14.2 -> 4.15.0Alexander Kanavin
libcrack support was dropped. (From OE-Core rev: ddb8bef5e9b70cdb422be1983dae211e2915908e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28gnupg: upgrade 2.4.4 -> 2.4.5Wang Mingyu
Changelog: ========== * gpg,gpgv: New option --assert-pubkey-algo. * gpg: Emit status lines for errors in the compression layer. * gpg: Fix invocation with --trusted-keys and --no-options. * gpgsm: Allow for a longer salt in PKCS#12 files. * gpgtar: Make --status-fd=2 work on Windows. * scd: Support for the ACR-122U NFC reader. * scd: Suport D-TRUST ECC cards. * scd: Allow auto detaching of kernel drivers; can be disabled with the new compatibility-flag ccid-no-auto-detach. * scd: Allow setting a PIN length of 6 also with a reset code for openpgp cards. * agent: Allow GET_PASSPHRASE in restricted mode. * dirmngr: Trust system's root CAs for checking CRL issuers. * dirmngr: Fix regression in 2.4.4 in fetching keys via hkps. * gpg-wks-client: Make option --mirror work properly w/o specifying domains. * g13,gpg-wks-client: Allow command style options as in "g13 mount foo". * Allow tilde expansion for the foo-program options. * Make the getswdb.sh tool usable outside the GnuPG tree. (From OE-Core rev: 16f9016d1ab832daaeb4b5d2e1bbd0056675a3be) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28xev: update 1.2.5 -> 1.2.6Wang Mingyu
Changelog: ========== -Mark graceful_exit as noreturn -Mark global variables as "static" since there's only one source file -gitlab CI: stop requiring Signed-off-by in commits -Fix overflow on XmbLookupString buffer (From OE-Core rev: 1d220763ba5cb4a46d438a54dad60894f897e39a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28xauth: upgrade 1.1.2 -> 1.1.3Wang Mingyu
Changelog: ========== -unifdef Lynx -unifdef hpux -configure: raise minimum autoconf requirement to 2.70 -configure: Use AC_SYS_LARGEFILE to enable large file support -Unbold brackets for optional n at start of commands -Handle -Wempty-body warning for WRITES() macro -Remove unnecessary casts from malloc() calls -Variable scope reductions, as suggested by cppcheck -config: Add missing AC_CONFIG_SRCDIR (From OE-Core rev: 7b231d3fd34b968e5a6b9eae9e73201850b4a86c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-28stress-ng: upgrade 0.17.05 -> 0.17.06Wang Mingyu
Changelog: ========== -New fd-fork stressor, force copying of tens of thousands of file descriptors on fork() system calls -New bitonicsort stressor: sort 32 bit integers using bitonic sort, exercises integer compare, copying/cache/memory. -Add more signals in the nested signal signest stressor -New --progress option to show --seq stressor progress and expected end of run time -Add Arrowlake and Pantherlake CPU support for target clones gcc optimizations -Add IRQ tasklet entry/exit events, IPI Raise event, swiotlb event to --perf option -Add --crypt-method option to allow crypt stressor to be selected -Add --fork-unmap option to fork stressor to force unmapping of shared libs to speed up forks -Add --fpunch-bytes option to fpunch stressor to specify fpunch file size -Add --vforkmany-bytes option to specify mmap size -Add NUMA hit/miss metrics to numa stressor -Fix aiol stressor race condition on termination of pending I/Os -Fix race on peterson stressor with modern out-of-order execution ARM CPUs (From OE-Core rev: 6c97693a86ba5f16b44eb3632f9c9ff5a732cfe4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>