summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gnome-tweaks: remove .pyc files with buildpaths embeddedRoss Burton2025-11-121-0/+6
| | | | | | | | | The python "optimised" .pyc files contain buildpaths. Delete those and leave the "unoptimised" .pyc files. The difference is very minor, mainly that optimised bytecode doesn't contain any assert statements. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version xmlsec1 INFO: Current version: 1.3.7 INFO: Latest version: After the patch: $ devtool latest-version xmlsec1 INFO: Current version: 1.3.7 INFO: Latest version: 1.3.9 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: add UPSTREAM_CHECK_REGEXYi Zhao2025-11-121-0/+1
| | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version syslog-ng INFO: Current version: 4.8.2 INFO: Latest version: After the patch: $ devtool latest-version syslog-ng INFO: Current version: 4.8.2 INFO: Latest version: 4.10.2 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: update UPSTREAM_CHECK_GITTAGREGEXYi Zhao2025-11-121-2/+1
| | | | | | | | | | | | | | | | | | | Update UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version protobuf INFO: Current version: 6.31.1 INFO: Latest version: After the patch: $ devtool latest-version protobuf INFO: Current version: 6.31.1 INFO: Latest version: 6.31.1 INFO: Latest version's commit: 74211c0dfc2777318ab53c2cd2c317a2ef9012de Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version smartmontools INFO: Current version: 7.5 INFO: Latest version: After the patch: $ devtool latest-version smartmontools INFO: Current version: 7.5 INFO: Latest version: 7.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version php INFO: Current version: 8.4.14 INFO: Latest version: After the patch: $ devtool latest-version php INFO: Current version: 8.4.14 INFO: Latest version: 8.4.14 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: update UPSTREAM_CHECK_URIYi Zhao2025-11-121-1/+1
| | | | | | | | | | | | | | | | | Update UPSTREAM_CHECK_URI to check the correct latest stable verison. Before the patch: $ devtool latest-version nano INFO: Current version: 8.6 INFO: Latest version: After the patch: $ devtool latest-version nano INFO: Current version: 8.6 INFO: Latest version: 8.6 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lxdm: inherit sourceforge-releases classYi Zhao2025-11-121-1/+1
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version lxdm INFO: Current version: 0.5.3 INFO: Latest version: After the patch: $ devtool latest-version lxdm INFO: Current version: 0.5.3 INFO: Latest version: 0.5.3 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2025-11-121-0/+2
| | | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version lmsensors INFO: Current version: 3.6.0 INFO: Latest version: 3 INFO: Latest version's commit: 1667b850a1ce38151dae17156276f981be6fb557 After the patch: $ devtool latest-version lmsensors INFO: Current version: 3.6.0 INFO: Latest version: 3-6-0 INFO: Latest version's commit: 1667b850a1ce38151dae17156276f981be6fb557 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmms: inherit sourceforge-releases classYi Zhao2025-11-121-1/+1
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version libmms INFO: Current version: 0.6.4 INFO: Latest version: After the patch: $ devtool latest-version libmms INFO: Current version: 0.6.4 INFO: Latest version: 0.6.4 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+2
| | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI to check the correct latest stable verison. Before the patch: $ devtool latest-version libgphoto2 INFO: Current version: 2.5.32 INFO: Latest version: After the patch: $ devtool latest-version libgphoto2 INFO: Current version: 2.5.32 INFO: Latest version: 2.5.33 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: inherit sourceforge-releases classYi Zhao2025-11-121-1/+1
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version lcms INFO: Current version: 2.16 INFO: Latest version: After the patch: $ devtool latest-version lcms INFO: Current version: 2.16 INFO: Latest version: 2.17 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version jasper INFO: Current version: 4.2.8 INFO: Latest version: After the patch: $ devtool latest-version jasper INFO: Current version: 4.2.8 INFO: Latest version: 4.2.8 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hstr: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version hstr INFO: Current version: 3.1.0 INFO: Latest version: After the patch: $ devtool latest-version hstr INFO: Current version: 3.1.0 INFO: Latest version: 3.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: update UPSTREAM_CHECK_REGEXYi Zhao2025-11-121-1/+1
| | | | | | | | | | | | | | | | | Update UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version fuse3 INFO: Current version: 3.16.2 INFO: Latest version: After the patch: $ devtool latest-version fuse3 INFO: Current version: 3.16.2 INFO: Latest version: 3.17.4 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cunit: inherit sourceforge-releases classYi Zhao2025-11-121-1/+1
| | | | | | | | | | | | | | | | | | Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version cunit INFO: Current version: 2.1-3 INFO: Latest version: After the patch: $ devtool latest-version cunit INFO: Current version: 2.1-3 INFO: Latest version: 2.1-3 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: inherit github-releases classYi Zhao2025-11-121-1/+1
| | | | | | | | | | | | | | | | | | Inherit github-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version c-ares INFO: Current version: 1.34.5 INFO: Latest version: After the patch: $ devtool latest-version c-ares INFO: Current version: 1.34.5 INFO: Latest version: 1.34.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bonnie++: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version bonnie++ INFO: Current version: 2.00a INFO: Latest version: 1.04 After the patch: $ devtool latest-version bonnie++ INFO: Current version: 2.00a INFO: Latest version: 2.00a Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ade: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2025-11-121-0/+2
| | | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version ade INFO: Current version: 0.1.2e INFO: Latest version: 0.1.2 INFO: Latest version's commit: ffc83ad372d72b16732f201d8a9d1d80dd16515b After the patch: $ devtool latest-version ade INFO: Current version: 0.1.2e INFO: Latest version: 0.1.2e INFO: Latest version's commit: ffc83ad372d72b16732f201d8a9d1d80dd16515b Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: add UPSTREAM_CHECK_URIYi Zhao2025-11-121-0/+3
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version abseil-cpp INFO: Current version: 20250814.1 INFO: Latest version: After the patch: $ devtool latest-version abseil-cpp INFO: Current version: 20250814.1 INFO: Latest version: 20250814.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 4.20.0 -> 4.21.0Jason Schonberg2025-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | exo is deprecated in favor of libxfce4ui and libxfce4util as of development version 4.21.0. The last stable release before archiving the repository will be 4.22.0. See https://gitlab.xfce.org/xfce/exo/-/merge_requests/87 and the links it contains for details. - Update copyright year - Deprecate exo-job and exo-simple-job - Deprecate binaries - Deprecate exo-tree-view - Deprecate exo-icon-chooser-dialog and friends - Deprecate exo-gtk-extensions - Deprecate exo-gdk-pixbuf-extensions - Deprecate exo-execute - I18n: Update po/LINGUAS list - Properly check iterator before usage (#124) - Fix code style - exo-tree-view: Allow Ctrl+Shift+Click in single click mode - Translation Updates: Albanian, Catalan, Danish, Estonian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Venetian Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nanobind: Fix buildZoltán Böszörményi2025-11-121-3/+4
| | | | | | | | | | | | | | | | | Fix the order of inherited classes, so the nanobuild python module actually gets built. Also, put the cmake files into the correct location, i.e. ${libdir}/cmake/nanobind instead of ${base_libdir}/cmake/python3-nanobind onnx 1.20.0rc1 uses nanobind and during its build it detects the presence of the python module, and wants to use the nanobind cmake module, both of which fail. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build-core: Use cmake from PATHZoltán Böszörményi2025-11-122-1/+51
| | | | | | | | | | Added a patch to remove using CMAKE_BIN_DIR. Instead, use the fallback to find cmake from PATH. It's a pre-requisite for building python3-nanobind correctly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: add python3-typing-extensions to RDEPENDSChangqing Li2025-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | Fix error: >>> import grpc >>> from concurrent import futures >>> server = grpc.server(futures.ThreadPoolExecutor(max_workers=10)) Traceback (most recent call last): File "<python-input-4>", line 1, in <module> server = grpc.server(futures.ThreadPoolExecutor(max_workers=10)) File "/usr/lib64/python3.13/site-packages/grpc/_init_.py", line 2219, in server from grpc import _server # pylint: disable=cyclic-import ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/grpc/_server.py", line 57, in <module> from typing_extensions import override ModuleNotFoundError: No module named 'typing_extensions' >>> Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tslib: upgrade 1.23 -> 1.24Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | | | Changelog: ============= * improved release procedure * debug fixes for 32bit systems * CMake and autoconf updates for newer versions * fixes for minor cppcheck errors * ts_conf test program fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* swagger-ui: upgrade 5.30.0 -> 5.30.2Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | Changelog: ============ - prevent webook from crashing in case of openapi 3.0 - deps: bump react-syntax-highlighter to 16.0.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-trio: upgrade 0.31.0 -> 0.32.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-starlette: upgrade 0.49.1 -> 0.50.0Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | Changelog: =========== - Ignore if-modified-since header if if-none-match is present in StaticFiles - Relax strictness on Middleware type - Drop Python 3.9 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2025.10.23 -> 2025.11.3Wang Mingyu2025-11-111-1/+1
| | | | | | | | Changelog: Support relative PARNO in recursive subpatterns Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute2: upgrade 0.9.4 -> 0.9.5Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | | Changelog: ============= - async: AsyncIPSet, AsyncIPVS, AsyncWiSet - ndb: fix snapshot cleanup - wirouting: initial version - process: use poll instead of select Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.25 -> 0.25.2Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== - Revert typing change in 'pint.Unit' - Fix raising exception in 'Quantity.from_tuple' with invalid units - Several unit definition fixes. - Add devcontainer.json to add GitHub Codespace support - Add support for 'numpy.geomspace' - Add support for 'linalg.diagonal', 'linalg.matrix_transpose', 'diag', 'tril', 'triu', 'linalg.eigvals', 'linalg.eigvalsh', 'linalg.matrix_norm' and 'linalg.vector_norm' - An example of performing currency conversions that change over time has been added to the docs. - Add support for 'pint.Quantity' being used as Generic. - Add a typing and IDE autocomplete page to the documentation. - Fixed 'nan'/'nan' to return 'nan' rather than 1 in unit conversion Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 4.0.1 -> 4.1.0Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | Changelog: ========== - Add __len__ implementation to missing so that it can be used with validate.Length <marshmallow.validate.Length> - Drop support for Python 3.9 - Test against Python 3.14. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: upgrade 4.4.4 -> 4.4.5Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Enable CPython free-threaded wheel builds - Correct the import of _compression for Python 3.14 - Keep GitHub Actions up to date with GitHub's Dependabot - Build wheels for Python 3.14 - Fix typos discovered by codespell - Bump pypa/cibuildwheel from 3.2.0 to 3.2.1 in the github-actions group across 1 directory Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 9.6.0 -> 9.7.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.15.3 -> 2.16Wang Mingyu2025-11-112-7/+4
| | | | | | | | | | | | | | | | Changelog: ========== - fixed issue #178 - added new enums from new unicode release in UBlockCode, UScriptCode - added missing wrappers for ECollationStrength and EComparisonResult - added wrapper for UIndicConjunctBreak - added support for ICU 78.1 0001-Fix-host-contamination-of-include-files.patch refreshed for 2.16 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.11.0 -> 7.11.3Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cerberus: upgrade 1.3.7 -> 1.3.8Wang Mingyu2025-11-111-1/+1
| | | | | | | | Changelog: Support for Python 3.14 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 3.7.2 -> 3.8.0Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | | Changelog: =========== * add experimental support for free-threaded builds (GIL disabled) * remove '_set_default_endian()' * add '.__bytes__()' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 4.0.1 -> 4.0.2Wang Mingyu2025-11-111-1/+1
| | | | | | | | | | Changelog: ========== * Handle FunctionDef blockstart_tolineno edge cases correctly. * Add "HTTPMethod" enum support to brain module for Python 3.11+. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pv: upgrade 1.9.44 -> 1.10.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdaq: upgrade 3.0.21 -> 3.0.22Wang Mingyu2025-11-111-1/+1
| | | | | | | | Changelog: api: add drop reason in daq flow stats Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-hardening-checker: upgrade 0.6.10.2 -> 0.6.17.1Wang Mingyu2025-11-111-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* json-schema-validator: upgrade 2.3.0 -> 2.4.0Wang Mingyu2025-11-111-2/+2
| | | | | | | | | | | | | | | | | | | Changelog: =========== - Added CI job to publish GitHub release - Maintenance to Fedora CI infrastructure - Reference validation using contains() result rather than exception handling - add support for $defs instead of definitions - Apply clang-format / fix "test / Check pre-commit" failures - Adding verbose error messages for logical combinations - fix: issue-311 - Fix cmake install target on windows - error-messages: Numeric limit errors should show maximum precision - Add Fedora packaging - Improve and fix bugs in Conanfile Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fsverity-utils: upgrade 1.6 -> 1.7Wang Mingyu2025-11-111-1/+1
| | | | | | | | | Changelog: * Allowed fsverity-utils to build when PKCS#11 support is not available in OpenSSL. In that case, 'fsverity sign' just won't support that feature. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20251026.0 -> 6.2.20251109.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: upgrade 3.9.0 -> 3.10.0Wang Mingyu2025-11-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bats: upgrade 1.12.0 -> 1.13.0Wang Mingyu2025-11-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ======== - use the syntax parser directive to declare the Dockerfile syntax version - Negative test filtering via --negative-filter - tests matching the filter are excluded - fail-fast flag --abort to stop test suite execution on first failure Fixed: ======== - unset output, stderr, lines, stderr_lines at the start of run to avoid crosstalk - between successive invocations - junit: XML escape fully removes ANSI sequences, e.g. color codes, cursor movements fix retried tests being listed multiple times fix crash when setup_suite fails - remove deprecated windows runner - renamed docker-compose.yml to compose.yaml - bats_test_function: don't require --tags to be sorted - fix BATS_TEST_TIMEOUT - not stopping processes under run - prolonging skipped tests Documentation: =============== - moved 3rd-party libraries list into wiki Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio,audit,syslog-ng: Disable and remove tcp-wrappers supportKhem Raj2025-11-113-5/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atftp,tftp-hpa,vsftpd,dante,stunnel: Disable and remove tcp-wrapper supportKhem Raj2025-11-118-73/+11
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libldb: Fix build with glibc 2.43Khem Raj2025-11-102-0/+249
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>