summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* zsh: modernise autoconf useRoss Burton2025-02-271-7/+2
| | | | | | | | No need to manually write do_configure, the config.h.in is generated with autoheader so don't disable that, but disable aclocal as that file is hand-maintained. Signed-off-by: Ross Burton <ross.burton@arm.com>
* zsh: enable out-of-tree buildsRoss Burton2025-02-271-1/+1
| | | | | | This appears to work, so use it. Signed-off-by: Ross Burton <ross.burton@arm.com>
* iksemel: removeRoss Burton2025-02-274-145/+0
| | | | | | | Iksemel is a XML parser library that was designed for Jabber applications, but it has no users and hasn't been maintained for 14 years. Signed-off-by: Ross Burton <ross.burton@arm.com>
* zsh: add missing manpages PACKAGECONFIGRoss Burton2025-02-271-0/+3
| | | | | | | | | | | | If zsh is built with the api-documentation enabled, the manpages.bbclass adds the 'manpages' PACKAGECONFIG but this isn't defined: ERROR: zsh-5.9-r0 do_configure: QA Issue: zsh: invalid PACKAGECONFIG: manpages [invalid-packageconfig] zsh doesn't have an option to disable the manpages, so add a stub PACKAGECONFIG to silence this error. Signed-off-by: Ross Burton <ross.burton@arm.com>
* libsdl2-image: upgrade to 2.8.5Ross Burton2025-02-271-2/+2
| | | | | | | | | | | Upstream rebuilt the 2.8.4 tarball[1] so builds without an existing download fail. License-Update: copyright years updated. [1] https://github.com/libsdl-org/SDL_image/issues/515 Signed-off-by: Ross Burton <ross.burton@arm.com>
* poke: enable out of tree buildsRoss Burton2025-02-271-2/+1
|
* cpuid: fix strippingRoss Burton2025-02-271-3/+1
| | | | | | | | | | | | | | cpuid's Makefile passes -s to install to strip the binaries, but as this uses the _host_ strip it can fail if that strip doesn't know about the target (for example, building cpuid for x86 on aarch64): install -D -s -m 755 cpuid .../image/usr/bin/cpuid strip: Unable to recognise the format of the input file `.../image/usr/bin/cpuid' Set INSTALL_STRIP='' so that the binaries are not stripped, and remove the INSANE_SKIP for already-stripped. Signed-off-by: Ross Burton <ross.burton@arm.com>
* abseil-cpp: upgrade 20240722.0 -> 20250127.0Changqing Li2025-02-272-33/+2
| | | | | | | | | | | | Upgrade to the latest new LTS release, release note: https://github.com/abseil/abseil-cpp/releases?page=1 * drop 0005-Don-t-match-Wnon-virtual-dtor-in-the-flags-are-neede.patch, already include in this LTS release * Include security fix for CVE-2025-0838 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 16.8 -> 17.4Changqing Li2025-02-264-18/+23
| | | | | | | | | | | | | | | | | This is a major version upgrade, see release note: https://www.postgresql.org/docs/release/ * Refresh patches: 0003-configure.ac-bypass-autoconf-2.69-version-check.patch 0005-postgresql-fix-ptest-failure-of-sysviews.patch * Removed dropped option --enable-thread-safety * Add depends for bison-native * Fix do_packge_qa error: *.c *.h generated by bison or flex leave full paths in comment, rewrite those before *-src packaging Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: disable gtk-docRoss Burton2025-02-261-0/+4
| | | | | | | | | | | | | The API documentation should be buildable with gtk-doc, but it fails for some reason: gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml Leave the gtk-doc class inherited, but temporarily disable it until this is fixed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pureftp: fix autoreconfRoss Burton2025-02-261-0/+2
| | | | | | | | autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udpcast: add missing manpages PACKAGECONFIGRoss Burton2025-02-261-0/+2
| | | | | | | | | | | | | The manpages.bbclass adds the 'manpages' PACKAGECONFIG but this isn't defined: ERROR: QA Issue: udpcast: invalid PACKAGECONFIG: manpages [invalid-packageconfig] There is not an option to disable the manpages, so add a stub PACKAGECONFIG to silence this error. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifenslave: remove manpages classRoss Burton2025-02-261-5/+0
| | | | | | | | This recipe doesn't ship any manpages since 2.10, so remove the manpage support. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: specify pkgconfig directoryYi Zhao2025-02-261-0/+1
| | | | | | | | | Set correct pkgconfig directory via INSTALL_PCDIR, otherwise on 64-bit targets, the .pc file will be installed to /usr/lib64/pkgconfig by default. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: set pam module path to ${base_libdir}/securityYi Zhao2025-02-261-9/+1
| | | | | | | | Set pam module path to ${base_libdir}/security via INSTALL_PAMDIR. Then we can get rid of the workaround in do_install. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: upgrade 2.1.0 -> 2.1.1Wang Mingyu2025-02-261-2/+2
| | | | | | | | | | | | | | | | | License-Update: change LICENSE to LICENSE.txt Copyright year updated to 2025. fix license to follow SPDX format Changelog: =========== - remove non-Linux support from all compilation paths (OS_KERNEL_NAME) - add an aarch64 cross-compilation (requested by DAOS) - mute error messages when transactions are intentionally aborted - mute error message "Cannot find any matching device, no bad blocks found" when PMDK is used without PMem Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valijson: upgrade 1.0.3 -> 1.0.4Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Prevent potential division by zero - Fix stack overflow for unresolved references - Fix buffer overflow in u8_strlen - Fuzzing improvements - Spelling corrections - Detect circular references when parsing schemas - Use statically allocated regexes for date/time pattern matching - Allow permissive validation of date/time formats Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.6.3 -> 4.6.4Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | Changelog: =========== - tests: Fix some typos in the ipmisol basic test - tests: Fix the modemstate and add linestate tests - Fix modemstate and linestate handling - Fix break sending to use the right function Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: upgrade 11.9.1 -> 11.10.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | Changelog: https://qpdf.readthedocs.io/en/stable/release-notes.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.143.0 -> 0.145.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Hold a strong reference to the AsyncEngine setup task - docs: Enable link to source code - Non unique name during wheel upload - Add a helpful hint for when EADDRINUSE happens during startup - Wheel builds failing after adding armv7l builds - Add armv7l wheel builds - Make no buffer space available when adding multicast memberships forgiving Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.29.1 -> 20.29.2Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | Changelog: ============== - Remove old virtualenv wheel - Bump pip to 25.0.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: upgrade 5.2 -> 5.3Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Now supports Python 3.9 to 3.13, and no longer requires backports.zoneinfo. - Debian is for some reason removing support for /etc/timezone, which is bad, because that's the only place where the timezone is stated in plain text, and what's worse, they don't delete it. So we can't trust it now, so when we have multiple configs, we are forced to just ignore it. - Attempts to return a ZoneInfo object also for UTC. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-starlette: upgrade 0.45.3 -> 0.46.0Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | Changelog: ============= - GZipMiddleware: Make sure Vary header is always added if a response can be compressed - Raise exception from background task on BaseHTTPMiddleware - GZipMiddleware: Don't compress on server sent events - MultiPartParser: Rename max_file_size to spool_max_size - Add deprecated warning to TestClient(timeout=...) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.37 -> 2.0.38Wang Mingyu2025-02-261-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.38 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: upgrade 2.1 -> 2.2Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | docs: provide some performance indicators for Snagfactory snagflash: add a Fastboot command to flash Android Sparse Image files snagrecover: add support for AM62Lx platforms Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setproctitle: upgrade 1.3.4 -> 1.3.5Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Modernizing handling of bool type. - docs: add release note about C23 compilers fix - fix: modernize handling of bool type - Preventing bouncing Dock icon when using setproctitle on newer macOS versions. - docs: add history note about bouncy macOS fix - fix(macOS): prevent bouncing Dock icon on newer macOS versions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 7.2 -> 7.2.2Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.7.0 -> 3.7.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | | | Changelog: ============= - WHL: Add wheels for musllinux - WHL: MacOS minimum deployment target moved to 13 - WHL: Wheels contain PROJ 9.5.1 - MNT: Cython 3.1+ fixes - MNT: Remove use of utcnow() and change to naive datetimes instead - TST: remove checking is python >= 3.4 - TST: Add assert statements at the end of tests - LNT: Setup ruff & lint fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.11 -> 4.11.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | Changelog: restores wheel support for s390x and ppc64le architectures Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.5.4 -> 2.5.7.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============= - Remove tests from wheel. - Make mypy happy. - Move email MSG to PW protected archive to fool bumb AVs. - Enrich event/attribute endpoints. - Update readme. - Allow MD in docs. - Remove ref to recommonmark. - Added missing properties for Notes and Opinions. - Notes, Opinions and Relationships are no longer AnalystDataBehaviorMixin. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.6 -> 4.2Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | Changelog: ========== - The Moon's visual magnitude formula has been upgraded, so its ".mag" should more closely match other modern estimates of its brightness. - Fix: the routines to find risings and settings would on rare occasion run forever (usually for sunrises or sunsets at very high latitude). They now limit their running time and refuse to run forever. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psycopg: upgrade 3.2.4 -> 3.2.5Wang Mingyu2025-02-261-1/+1
| | | | | | | | Changelog: 3x faster UUID loading thanks to C implementation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: upgrade 0.2.1 -> 0.3.0Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | Changelog: ============= - Implemented support for the free-threaded build of CPython 3.13 - Started building wheels for the free-threaded build of CPython 3.13 - GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsbeautifier: upgrade 1.15.1 -> 1.15.3Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.20.1 -> 0.20.2Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | Fix: - snapshots inside tests which are marked as xfail are now ignored - Fixed a crash caused by the following code: snapshot(tuple()) # or snapshot(dict()) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.12.0 -> 4.12.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | Changelog: Fix regression in naturalsize for float Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: upgrade 3.12.1 -> 3.13.0Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: upgrade 1.9.0 -> 1.9.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | Changelog: ========== - Fix fox missing UI_FF constants in generated ecodes.py. - More type annotations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 40.2.0 -> 40.2.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | Changelog: ========== - Update CDD parser to load all possible data types - add a strict par to fix EncodeError when init value is bigger than maximum value Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 5.5.1 -> 5.5.2Wang Mingyu2025-02-261-2/+2
| | | | | | | | | | | | | License-Update: Copyright year updated to 2025. Changelog: ============ - Reduce number of @cached lock/unlock operations. - Improve documentation. - Update CI environment. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 3.0.0 -> 3.1.0Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== * allow mask assignment to bitarrays * add missing masked operations to pyi-file * refactor 'resize()' and avoid overallocation when downsizing buffer * update 'build_wheels.yml' * fix some typos * minor simplifications * rename 'growth/' example to 'resize/' and add tests for 'resize()' * update gene example * add comments Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: upgrade 4.7.3 -> 4.7.4Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | Changelog: ============ - Add dimming_delta support - Add new effects underwater, cosmos, sunbeam, enchant Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: upgrade 2.3.0 -> 2.4.0Wang Mingyu2025-02-261-2/+2
| | | | | | | | | | | | | Changelog: ============== - New architecture: mips - New architecture: loongarch - Output buffering can now be unconditionally disabled - New provider: profile - Incorrect stack management when accessing tracepoint data Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: upgrade 20250122 -> 20250222Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openfortivpn: upgrade 1.22.1 -> 1.23.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | Changelog: =========== - fix a few coverity warnings - Support older mac0S versions that lack vdprintf() - Patch certificate login error for FortiOS 7.4.4 - Clear OTP after run - Support SAML login authentication Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: upgrade 0.11.0 -> 0.11.1Wang Mingyu2025-02-261-2/+2
| | | | | | | | | | | | | | | | | | | Changelog: =========== * Fix multipathd crash because of invalid path group index value, for example if an invalid path device was removed from a map. * Make sure maps are reloaded in the path checker loop after detecting an inconsistent or wrong kernel state (e.g. missing or falsely mapped path device). Wrongly mapped paths will be unmapped and released to the system. * Fix the problem that 'group_by_tpg' might be disabled if one or more paths were offline during initial configuration. * Fix possible misdetection of changed pathgroups in a map. * Fix the problem that if a map was scheduled to be reloaded already, 'max_sectors_kb' might not be set on a path device that was being added to a multipath map. This problem was introduced in 0.9.9. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memcached: upgrade 1.6.36 -> 1.6.37Wang Mingyu2025-02-261-1/+1
| | | | | | | | Changelog: - proto: -X disables stats detail as well Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 202 -> 204Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtevent: upgrade 0.16.1 -> 0.16.2Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtdb: upgrade 1.4.12 -> 1.4.13Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>