summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-28python3-cryptography{-vectors}: upgrade to 42.0.5timo/python3-cryptography_42.0.5Tim Orling
* Includes an upgrade to pyo3 from 0.20.0 to 0.20.3 which fixes ppc64 * Refresh -crates.inc https://cryptography.io/en/latest/changelog/#v42-0-5 https://cryptography.io/en/latest/changelog/#v42-0-4 https://cryptography.io/en/latest/changelog/#v42-0-3 42.0.5 - 2024-02-23 * Limit the number of name constraint checks that will be performed in X.509 path validation to protect against denial of service attacks. * Upgrade pyo3 version, which fixes building on PowerPC. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to Alexander-Programming for reporting the issue. CVE-2024-26130 * Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields SMIMECapabilities and SignatureAlgorithmIdentifier should now be correctly encoded according to the definitions in RFC 2633 RFC 3370. 42.0.3 - 2024-02-15 * Fixed an initialization issue that caused key loading failures for some users. CVE: CVE-2024-26130 https://nvd.nist.gov/vuln/detail/CVE-2024-26130 Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2024-02-28mirrors: Switch llvm to use shallow cloningRichard Purdie
(From OE-Core rev: 0ba6b980e890dea4cc0e1e2f7a56389b01d24715) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28xprop: upgrade 1.2.6 -> 1.2.7Wang Mingyu
Changelog: Fix C23 build by renaming variable 'true' (From OE-Core rev: d6fec28fe6722314c3a8ae7d59f33ad7af447b36) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28xkeyboard-config: upgrade 2.40 -> 2.41Wang Mingyu
Changelog: =========== Translations updated (From OE-Core rev: 8dba80e54322b2db07c0c2d327723d098522a9c3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28xkbcomp: upgrade 1.4.6 -> 1.4.7Wang Mingyu
(From OE-Core rev: c8e23e201c9d66faa504b38ebdbad65ca54156da) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28swig: upgrade 4.2.0 -> 4.2.1Wang Mingyu
0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch determinism.patch refreshed for 4.2.1 Changelog: ============ -Correctly ignore duplicate template instantiation (when the duplicate contains typedef'd template parameters). -Fix segfault shrinking STL containers. -Fix -Wundef warning about testing the value of __cplusplus when compiling SWIG-generated C code. Warning introduced by a change in SWIG 4.2.0. -Fix memory leak when getting or setting a PHP attribute which wraps a C++ member variable. -Fix for wrapping STL containers that are static member variables or global variables (most scripting languages). (From OE-Core rev: d6005c170e36e63079f0f64633d2dfde8d918a1b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-yamllint: upgrade 1.33.0 -> 1.35.1Wang Mingyu
Changelog: ============ -Restore ignoration of files passed as command-line arguments -Fix failure on broken symlinks that should be ignored -Docs: Restore official Read the Docs theme -Config: validate ignore-from-file inside rules -Rule quoted-strings: fix only-when-needed in flow maps and sequences -Rule key-duplicates: add forbid-duplicated-merge-keys option -Rule quoted-strings: add check-keys option -Docs: add GitLab CI example -Rule truthy: adapt forbidden values based on YAML version (From OE-Core rev: cd698495564e797da9a149491232e2de81bcbe66) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-urllib3: upgrade 2.1.0 -> 2.2.1Wang Mingyu
Changelog: =========== -Fixed issue where "InsecureRequestWarning" was emitted for HTTPS connections when using Emscripten. -Fixed "HTTPConnectionPool.urlopen" to stop automatically casting non-proxy headers to "HTTPHeaderDict". -Changed "InvalidChunkLength" to "ProtocolError" when response terminates before the chunk length is sent. -Changed "ProtocolError" to be more verbose on incomplete reads with excess content. -Added support for 'Emscripten and Pyodide -Added support for "HTTPResponse.read1()" method. -Added rudimentary support for HTTP/2. -Fixed issue where requests against urls with trailing dots were failing due to SSL errors when using proxy. -Fixed "HTTPConnection.proxy_is_verified" and "HTTPSConnection.proxy_is_verified" to be always set to a boolean after connecting to a proxy. It could be "None" in some cases previously. -Fixed an issue where "headers" passed in a request with "json=" would be mutated -Fixed "HTTPSConnection.is_verified" to be set to "False" when connecting from a HTTPS proxy to an HTTP target. It was set to "True" previously. -Fixed handling of new error message from OpenSSL 3.2.0 when configuring an HTTP proxy as HTTPS -Fixed TLS 1.3 post-handshake auth when the server certificate validation is disabled -Note for downstream distributors: To run integration tests, you now need to run the tests a second time with the "--integration" pytest flag. (From OE-Core rev: 06b9a9b9d2c83c4a54af565e1ad129e44b327ac8) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3: upgrade 3.12.1 -> 3.12.2Wang Mingyu
0001-Avoid-shebang-overflow-on-python-config.py.patch 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch 0001-gh-114492-Initialize-struct-termios-before-calling-t.patch 0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch 0001-test_xml_etree.py-Fix-for-Expat-2.6.0-with-reparse-d.patch 0020-configure.ac-setup.py-do-not-add-a-c refreshed for 3.12.2 Changelog: https://docs.python.org/3.12/whatsnew/3.12.html (From OE-Core rev: 81e8de287fc0dc2860908d9cdd8fd30f25ad00a7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-typing-extensions: upgrade 4.9.0 -> 4.10.0Wang Mingyu
Changelog: ============ -Add support for PEP 728, supporting the closed keyword argument and the special __extra_items__ key for TypedDict. -Add support for PEP 742, adding typing_extensions.TypeIs. -Drop runtime error when a read-only TypedDict item overrides a mutable one. Type checkers should still flag this as an error. -Speedup issubclass() checks against simple runtime-checkable protocols by around 6% (backporting python/cpython#112717 -Fix a regression in the implementation of protocols where typing.Protocol classes that were not marked as @runtime_checkable would be unnecessarily introspected, potentially causing exceptions to be raised if the protocol had problematic members. (From OE-Core rev: 2fee4e85e88bea2ac7c42a1c93a3049258a47c45) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23Wang Mingyu
Changelog: ========== *Add classifier: 'License :: OSI Approved :: Educational Community License' *PR for Issue #170 *fix spurious line *Update src/trove_classifiers/__init__.py (From OE-Core rev: f02242c76184f032d2c8f360fbc3ed82c3de99eb) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0Wang Mingyu
Changelog: -Deprecate py_limited_api option to RustExtension in favour of always using "auto" to configure this from bdist_wheel. (From OE-Core rev: 9603a0f9ef8f95595fefff122fdc0ca04efd342e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-pytz: upgrade 2023.4 -> 2024.1Wang Mingyu
(From OE-Core rev: da3800b00deec99de5cbe2f35942526e5e8d5f3a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-pytest: upgrade 8.0.0 -> 8.0.2Wang Mingyu
Changelog: ============ -Fix collection on Windows where initial paths contain the short version of a path (for example c:\PROGRA~1\tests). -Fix an IndexError crash raising from getstatementrange_ast. -Reverted a fix to --maxfail handling in pytest 8.0.0 because it caused a regression in pytest-xdist whereby session fixture teardowns may get executed multiple times when the max-fails is reached. -Correctly handle errors from getpass.getuser() in Python 3.13. -Fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises(). -Fix regression with pytest.warns() using custom warning subclasses which have more than one parameter in their __init__. -Fix a regression in pytest 8.0.0 whereby calling pytest.skip() and similar control-flow exceptions within a pytest.warns() block would get suppressed instead of propagating. -Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module. -Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances. (From OE-Core rev: 9bed899388be64482197cdc380dd9c9c03f268ef) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-pycairo: upgrade 1.25.1 -> 1.26.0Wang Mingyu
Changelog: ============ * Bump minimum required meson version from 0.56.0 to 0.64.0 * Various meson related cleanups * Fix header file being installed to the wrong location with meson on some systems * Adds a new "wheel" meson build option as preparation for meson-python support * Update dependencies (libpng, pixman, zlib) of the Windows wheels * Various maintenance related updates (From OE-Core rev: 6a40daa0d8ae40651f67d539f662f3119b20251b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-pip: upgrade 23.3.2 -> 24.0Wang Mingyu
no_shebang_mangling.patch refreshed for 24.0 Changelog: =========== -Retry on HTTP status code 502 -Automatically use the setuptools PEP 517 build backend when --config-settings is used for projects without pyproject.toml. -Make pip freeze and pip uninstall of legacy editable installs of packages whose name contains _ compatible with setuptools>=69.0.3. -Support per requirement --config-settings for editable installs. (From OE-Core rev: b152808f3ff3e7688c6be4a520cfb5ffb0fa190c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-hypothesis: upgrade 6.97.3 -> 6.98.12Wang Mingyu
Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html (From OE-Core rev: a1c24657f5086fcf24ac3bf21db8e434fabfb72f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-dbusmock: upgrade 0.30.2 -> 0.31.1Wang Mingyu
Changelog: ========== -power_profiles_daemon: Move back to original D-Bus name to avoid breaking compatibility -Add upower_power_profiles_daemon template for version 0.20 API with new D-Bus name (From OE-Core rev: 84de2ec20c0d651f0b9baad36d5143312a6732f6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-certifi: upgrade 2023.11.17 -> 2024.2.2Wang Mingyu
(From OE-Core rev: e90149634fee7a1c151c02d2f3876002649cbe17) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28python3-beartype: upgrade 0.17.0 -> 0.17.2Wang Mingyu
(From OE-Core rev: fd9a0d75654e7cdabee6b9c47e094a5c3221a310) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28pkgconf: upgrade 2.1.0 -> 2.1.1Wang Mingyu
Changelog: ========== * Documentation fixes * Fix --modversion with constraints. * Reintroduce an optimization to the dependency graph walker which avoids revisiting already visited nodes. * Add a regression test to check that the dependency flattener is working as expected. (From OE-Core rev: 0f92677b1abfaa5cb1208f159f5ea3c26f6edf3f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28pciutils: upgrade 3.10.0 -> 3.11.1Wang Mingyu
configure.patch refreshed for 3.11.1 Changelog: =========== * Fixed wrong API version in lib/pci.h. * Updated README.Windows. * Fix compilation on Windows. * update-pciids now supports XZ compression. If libpci is configured with support for compression, all downloaded files are recompressed as gzip. Otherwise they are stored as plain text. * update-pciids now sends itself as the User-Agent. * Added a pcilmr utility for PCIe lane margining. * Re-factored access to i386 ports on all relevant platforms. * Added i386 port access on OpenBSD. * Back-ends for Windows received many bug fixes and improvements. * ECAM back-end now scans ACPI and BIOS memory faster. * Linux systems without pread/pwrite are no longer supported as they are hopefully long gone. This helps avoid the tricky check for presence of pread which was found to fail on musl libc. * Improved decoding of PCIe control and status registers. * Decoding of CXL capabilities now supports up to CXL 3.0. * lspci now displays interrupt message numbers consistently across different capabilities. * Cache of IDs resolved via DNS, which was located in ~/.pci-ids by default, is now stored according to the XDG base directory specification in $XDG_CACHE_HOME/pci-ids. * All source files now have SPDX license identifiers. * Internal: The "aux" fields of structs pci_access and pci_dev reserved for use by back-ends were renamed to backend_data to better reflect their meaning. * As usually, various minor bug fixes and updated pci.ids. (From OE-Core rev: 3b03763f535dd4f0924d5743203a6a2914e18f56) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28pango: upgrade 1.51.0 -> 1.52.0Wang Mingyu
Changelog: ============= - Add pango_font_map_reload_font - Improve formatting of font sizes (From OE-Core rev: 76ddc8fe4363873cee5a92c6ec2a0b756d52e194) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28ofono: upgrade 2.3 -> 2.4Wang Mingyu
Changelog: ============ -Add support for new provision database format. -Add support for Quectel EG96 modem. (From OE-Core rev: 4574b95b5cc6da0c5071de169fbe8f8ec3ab4ce3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28mpg123: upgrade 1.32.4 -> 1.32.5Wang Mingyu
Changelog: ============ - build: -- CMake port uses CFLAGS for pulse/jack/tinyalsa properly now (bug 366). -- CMake port links libsyn123 with libm now (bug 370). - libmpg123: -- Fix --enable-portable (no usage of LFS_WRAP_NONE, bug 368). -- Fix dct36 wrapper usage for x86-64 and NEON. Stupid (bug 367) and also avoid returning void. -- Make ARM builds work with nagging (missing feature macros for std=c99) (From OE-Core rev: e91f7c5cb4ef3e25102888fc76120f44421f5477) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28minicom: upgrade 2.8 -> 2.9Wang Mingyu
0001-fix-minicom-h-v-return-value-is-not-0.patch allow.to.disable.lockdev.patch removed since they're included in 2.9. Changelog: ============ - Change Hardware Flow Control Default to No. - Timestamping mode is now saved and restored. - Split "Screen and Keyboard" menu into two menus. - Update to gettext-0.21. - Change return values of --help and --version to success. - Support higher baud rates on MacOS - Save character send delay to config file - Save newline send delay to config file - Update translations: Romanian, German, French, Norwegian/Bookmal, Polish, Serbian, Swedish - New translation: Georgian, Korean (From OE-Core rev: 848cc7493f958dc4edc72937a95219fd41a74454) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28makedepend: upgrade 1.0.8 -> 1.0.9Wang Mingyu
(From OE-Core rev: d808111893ff7937be7c5b20b0027da025767e06) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28lighttpd: upgrade 1.4.73 -> 1.4.74Wang Mingyu
Changelog: http://www.lighttpd.net/2024/2/19/1.4.74/ (From OE-Core rev: fa2cf98992c46aa3eb8d1e40b649786ef043bf72) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libxvmc: upgrade 1.0.13 -> 1.0.14Wang Mingyu
(From OE-Core rev: 78a203ec1000677864b33abc8f889acef24f4def) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libxkbfile: upgrade 1.1.2 -> 1.1.3Wang Mingyu
Changelog: =========== -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -Set close-on-exec when opening files -_XkbMakeAtom: remove check for impossible case -_XkbInitAtoms: check for malloc() failure -XkbChangeAtomDisplay: stop leaking atom name -XkbCFReportError: avoid -Wformat-nonliteral warning -XkbWriteCFile: stop leaking header file ifdef name -DefaultParser: avoid -Wimplicit-fallthrough warnings -xkbtext.c: Add tbGetBufferString helper function -XkbIndentText: Fix -Wsign-compare warning -Fix -Wsign-compare warnings in xkbtext.c & xkmread.c -Add a meson build system (From OE-Core rev: 1ea7d256d27374fcb8168c39f8d2eeebbbbd45e0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libxext: upgrade 1.3.5 -> 1.3.6Wang Mingyu
Changelog: =========== -Wrap Xext*CheckExtension() in do { ... } while(0) -configure: raise minimum autoconf requirement to 2.70 -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -_xgeGetExtensionVersion should not free info on failure -Check for malloc failure in _xgeGetExtensionVersion -_xgeDpyClose: handle NULL return from _xgeFindDisplay -XEVI: fix -Walloc-size (From OE-Core rev: 3ba79a312491da29a4d6c55448e7bb967b4210ba) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28liburi-perl: upgrade 5.25 -> 5.27Wang Mingyu
Changelog: ========== - Add missing NAME section to POD of URI::geo - Add URI::geo (From OE-Core rev: 293b13fa9fe607b74209b1bda061e684b31625d3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libunistring: upgrade 1.1 -> 1.2Wang Mingyu
License-Update: =============== doc/libunistring.texi (Conventions): Explain the (resultbuf, lengthp) return value convention from the user's point of view. doc/libunistring.texi (Include files): Fix documentation of _LIBUNISTRING_VERSION and _libunistring_version (incorrect since 2010-05-14). Add documentation of _libunistring_unicode_version. Changelog: ============= * The data tables and algorithms have been updated to Unicode version 15.1.0. * New functions u8_pcpy, u16_pcpy, u32_pcpy, similar to mempcpy. * New functions uc_indic_conjunct_break_name, uc_indic_conjunct_break_byname, uc_indic_conjunct_break. * New functions uc_is_property_prepended_concatenation_mark, uc_is_property_id_compat_math_start, uc_is_property_id_compat_math_continue, uc_is_property_ids_unary_operator and new constants UC_PROPERTY_PREPENDED_CONCATENATION_MARK, UC_PROPERTY_ID_COMPAT_MATH_START, UC_PROPERTY_ID_COMPAT_MATH_CONTINUE, UC_PROPERTY_IDS_UNARY_OPERATOR. * New constant _libunistring_unicode_version. * The UTF-8 decoder functions, especially u8_mbtouc, are now more Unicode Standard compliant. * The *printf functions no longer support the %n directive, for security reasons. * Fixed a bug in the *printf functions: In the %U, %lU, %llU directives, a negative width given as an argument did not trigger left-justification. * The functions u16_strstr and u32_strstr now operate in worst-case linear time. (From OE-Core rev: 5f15c339cc39093f579df5d3521b1dad2fcaf1fb) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libsecret: upgrade 0.21.2 -> 0.21.4Wang Mingyu
Changelog: ========== * file-backend: Subscribe before calling dbus * meson: Fix crypto option being silently ignored * Updated translations * Port PAM module from gnome-keyring * secret-tool: Fix memory issues in lock command (From OE-Core rev: 10e459fc1f5213eff27202c046c3a9ece6fd69bd) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libpng: upgrade 1.6.41 -> 1.6.42Wang Mingyu
Changelog: Fixed the implementation of the macro function png_check_sig(). (From OE-Core rev: 8057ce26ac0dd76dff9bb86a7bb1a4b0cf0e0b5c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libpcre2: upgrade 10.42 -> 10.43Wang Mingyu
License-Update: Copyright year updated to 2024. Changelog: ============ * The JIT code no longer supports ARMv5 architecture. * A new function pcre2_get_match_data_heapframes_size() for finer heap control. * New option flags to restrict the interaction between ASCII and non-ASCII characters for caseless matching and \d and friends. There are also new pattern constructs to control these flags from within a pattern. * Upgrade to Unicode 15.0.0. * Treat a NULL pattern with zero length as an empty string. * Added support for limited-length variable-length lookbehind assertions, with a default maximum length of 255 characters (same as Perl) but with a function to adjust the limit. * Support for LoongArch in JIT. * Perl changed the meaning of (for example) {,3} which did not used to be recognized as a quantifier. Now it means {0,3} and PCRE2 has also changed. Note that {,} is still not a quantifier. * Following Perl, allow spaces and tabs after { and before } in all Perl- compatible items that use braces, and also around commas in quantifiers. The one exception in PCRE2 is \u{...}, which is from ECMAScript, not Perl, and PCRE2 follows ECMAScript usage. * Changed the meaning of \w and its synonyms and derivatives (\b and \B) in UCP mode to follow Perl. It now matches characters whose general categories are L or N or whose particular categories are Mn (non-spacing mark) or Pc (combining punctuation). * Changed the default meaning of [:xdigit:] in UCP mode to follow Perl. It now matches the "fullwidth" versions of hex digits. PCRE2_EXTRA_ASCII_DIGIT can be used to keep it ASCII only. * Make PCRE2_UCP the default in UTF mode in pcre2grep and add -no_ucp, --case-restrict and --posix-digit. * Add --group-separator and --no-group-separator to pcre2grep. (From OE-Core rev: e471e73e5061f30fe33e33b56d9a81e84d20f9a7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libmicrohttpd: upgrade 0.9.77 -> 1.0.1Wang Mingyu
Changelog: fixes and improves builds with non-default configure parameters. (From OE-Core rev: e5e8a25b7826d188bb60519d341ccf735033cd1c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libksba: upgrade 1.6.5 -> 1.6.6Wang Mingyu
Changelog: Fix a possible wrong error return from the DER builder. (From OE-Core rev: f7bc50a44ad3dead3288f030d9c486ccc18cc9d1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libhandy: upgrade 1.8.2 -> 1.8.3Wang Mingyu
Changelog: ========== - HdyStyleManager - Support contrast setting in the settings portal - Remove an extra unref - Translation updates - Catalan - Georgian - Romanian - Turkish (From OE-Core rev: 41d4e5ca8332cd64bce726f599d5c0ecc00d78b4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libgpg-error: upgrade 1.47 -> 1.48Wang Mingyu
0001-Do-not-fail-when-testing-config-scripts.patch refreshed for 1.48 Changelog: =========== * New configure option --with-libtool-modification. * New option parser flag to detect commands given without a double dash. There is also the new meta command "command-mode" to set this flag via a config file. * Added an es_fopen mode flag "sequential" with support on Windows. * Added an es_fopen mode flag "wipe" to cleanup internal buffers at close time. * New function gpgrt_wipememory. * Improvements to setenv on Windows. * Fixed call to estream-printf string filters. * Many improvements to the yat2m tool. * Updates to the build system. (From OE-Core rev: e46741207c5d20c813c36ae24946e06bcdbb2424) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libffi: upgrade 3.4.5 -> 3.4.6Wang Mingyu
meta/recipes-support/libffi/libffi/not-win32.patch refreshed for 3.4.6 Changelog: =========== -chore: update version to 3.4.6 and fix long double regression on mips64 and alpha -Update sparc64 host -Update cfarm hostnames -Always define long double types -update copyright year in libffi.texi -Update version, copyright and testsuite info -Fix test filename reference (From OE-Core rev: 5049d5d5c379d82652b90c70e3cbca4f19831b2e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28git: upgrade 2.43.0 -> 2.44.0Wang Mingyu
Changelog: ========== https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.44.0.txt (From OE-Core rev: a7adc7b7cbcf18094a0c4f707745e3fd7d202460) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28gcr: upgrade 4.1.0 -> 4.2.0Wang Mingyu
Changelog: ========== - gcr-ssh-agent: add command line options to gcr-ssh-agent [GNOME/gcr!129] - gcr-ssh-agent: Fix memory leak spotted by ASan [GNOME/gcr!133] - gcr-ssh-agent: Port memory safety fixes from gnome-keyring ssh-agent [GNOME/gcr!128] - Updated translations (From OE-Core rev: 8afe4fed8cc44acba18a11551090c59d898fa16f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28efivar: upgrade 38 -> 39Wang Mingyu
Changelog: ========== -Add -T workaround for GNU ld 2.36 -Add extern "C" to headers for easier use by C++ -Avoid format error on i686 -Fix the -march issue for riscv64 -Fix musl build -Fix invalid free in main() -Remove deprecated --add-needed linker flag -src/Makefile: build util.c separately for makeguids -Adjust dependency for libefivar and libefiboot objects -Set LC_ALL=C to force English output from ld -LLD: fix detection and remove not needed workarounds -Fix glibc 2.36 build (mount.h conflicts) -File device paths: don't print "File(" or ")" -Use off_t instead of off64_t -Revamp efi_well_known_* variable handling -Allow overriding PKG_CONFIG -Allow passing of hex values to -A -Allow -a to create a non-existent variable -make: add option to disable building/installing the docs -esl-iter.h: fix type declaration of return value for gcc-13 -Minor code updates -src/Makefile: do not override LIBS and CFLAGS for prerequisites -linux: handle non-ACPI systems in device_get() -Change set&append data to be const. -dp.h: check _ucs2size in format_ucs2() -Fix wrong if condition in efi_variable_get_data -Make README statement match license -Remove needless access() in efivarfs_probe() (From OE-Core rev: cc98a7c68d5bc3e9fa9738cdf155f2e9e9e02cd6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28ed: upgrade 1.20 -> 1.20.1Wang Mingyu
Changelog: io.c (write_file): Don't create missing intermediate directories. (From OE-Core rev: 8c2e30942af634883c7ce763bfa82ab7a8757fd3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28createrepo-c: upgrade 1.0.3 -> 1.0.4Wang Mingyu
(From OE-Core rev: db8ce4ec3a09da87e046a9495c31561c4a5d8754) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28ccache: upgrade 4.9 -> 4.9.1Wang Mingyu
License-Update: Copyright year updated to 2024. Changelog: ========== - Improved detection of bad remote storage URLs gracefully. This also fixes crashes seen in ccache's own test suite. + - Made caching completely disabled when modification of a source or include file is detected during ccache invocation. Previously this was only done for the direct mode. + - Fixed a MSVC crash when using '/Zi' with many concurrent compilations. + - Fixed a crash when '-arch' is the last compiler option. + (From OE-Core rev: 967f4607542c56f827b70f944d84f861e4e05b28) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28bash-completion: upgrade 2.11 -> 2.12.0Wang Mingyu
License-Update: docs(COPYING): use unmodified upstream license file Changelog: https://github.com/scop/bash-completion/releases/tag/2.12.0 (From OE-Core rev: 3e68cd42b7d4011360ff99345f2db3c040285b8b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28libc-locale: fix ASCII compatible warning cause build failure.Xiangyu Chen
Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into local.conf to enable and generate it: GLIBC_GENERATE_LOCALES += "en_GB.UTF-8 en_US.UTF-8 ja_JP.UTF-8 ja_JP.SHIFT_JIS" IMAGE_LINGUAS += "ja-jp en-us ja-jp.shift-jis" The localedef tool would report a warning and exit with 1, that cause build failure, error message as below: [warning] character map `SHIFT_JIS' is not ASCII compatible, locale not ISO C compliant [--no-warnings=ascii] So add a --no-warnings=ascii in libc-package.bbclass to fix build failure if someone needs those locale in yocto. (From OE-Core rev: 7803838ea9ba2d59f731c1119a2ba3e0d0ba9420) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-28rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.Lei Maohui
package busybox-inittab-1.36.1-r0.ubinux_x86_64 is intended for a different architecture package busybox-udhcpc-1.36.1-r0.core2_64 is intended for a different architecture package ldconfig-2.39+git0+312e159626-r0.core2_64 is intended for a different architecture ...... CMAKE_INSTALL_SYSCONFDIR is necessary. If not set CMAKE_INSTALL_SYSCONFDIR, nativesdk-rpm will use the default setting: /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-ubinuxsdk-linux/etc to find rpmrc file. (From OE-Core rev: c9cb2eb2e662e19d68d27f2eec791986715c3abe) Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>