summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pistache : add initial recipeAyoub Zaki2025-01-151-0/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.31.0 -> 1.32.0Jason Schonberg2025-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.0 Features: Add support for DNS 0x20 to help prevent cache poisoning attacks, enabled by specifying ARES_FLAG_DNS0x20. Disabled by default. PR #800 Rework query timeout logic to automatically adjust timeouts based on network conditions. The timeout specified now is only used as a hint until there is enough history to calculate a more valid timeout. PR #794 Changes: DNS RR TXT strings should not be automatically concatenated as there are use cases outside of RFC 7208. In order to maintain ABI compliance, the ability to retrieve TXT strings concatenated is retained as well as a new API to retrieve the individual strings. This restores behavior from c-ares 1.20.0. PR #801 Clean up header inclusion logic to make hacking on code easier. PR #797 GCC/Clang: Enable even more strict warnings to catch more coding flaws. 253bdee MSVC: Enable /W4 warning level. PR #792 Bugfixes: Tests: Fix thread race condition in test cases for EventThread. PR #803 Windows: Fix building with UNICODE. PR #802 Thread Saftey: ares_timeout() was missing lock. 74a64e4 Fix building with DJGPP (32bit protected mode DOS). PR #789 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proftpd: define suffix for CVE version comparisonPeter Marko2025-01-151-0/+1
| | | | | | | | Similarly to old openssl versions, proftpd has patch releases with characters instead of numbers. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proftpd: upgrade 1.3.8b -> 1.3.8cPeter Marko2025-01-153-15/+15
| | | | | | | See https://github.com/proftpd/proftpd/blob/1.3.8/RELEASE_NOTES Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proftpd: define UPSTREAM_CHECK_GITTAGREGEXPeter Marko2025-01-151-0/+3
| | | | | | | | | Patch releases have character after version devtool upgrade would currently downgrade 1.3.8b -> 1.3.8 This will make it upgrade 1.3.8b -> 1.3.8c Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: fix permissions of /usr/share/polkit-1/rules.d/ againLuca Boccassi2025-01-151-1/+1
| | | | | | | | | | | Commit d89fc818b716d099f83a5a9a973be428e2b66806 changed the permissions back to 700, which is wrong for /usr/share, these files are intended to be world readable. Change it back. Fixes: d89fc818b716 ("polkit: Install rules in subdir") Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 11.4.4Khem Raj2025-01-1417-70/+80
| | | | | | Its the latest LTS supported release series Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Plug memory leak in the notification portal backend - Implement the contrast setting - Set correct platform data for notification activation - Drop use of private GNOME Shell notification API - Depend on the graphical-session target - Ensure proper shutdown target - Build against xdg-desktop-portal >= 1.19.1 - Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wpan-tools: upgrade 0.9 -> 0.10Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | License-Update: Delete unnecessary blank lines Changelog: https://github.com/linux-wpan/wpan-tools/releases/tag/wpan-tools-0.10 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.6.2 -> 4.6.3Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.136.2 -> 0.139.0Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | Changelog: ========= - feat: implement heapq for tracking cache expire times - fix: ensure cache does not return stale created and ttl values - feat: improve performance of processing incoming records - fix: split wheel builds to avoid timeout - fix: move wheel builds to macos-13 - feat: speed up parsing incoming records Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: upgrade 1.17.0 -> 1.17.1Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | | Changelog: =========== - Due to GitHub actions changes, binary wheels were missing for macOS Intel. - Not implemented error for __reduce__() on ObjectProxy was incorrectly displaying the error as being on __reduce_ex__(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.37 License-Update: Copyright year updated to 2025. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: upgrade 2.1.0 -> 2.2.1Wang Mingyu2025-01-141-1/+1
| | | | | | | | Changelog: Bugfix where async and return_cmd does not raise exceptions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.22.1 -> 2.22.2Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ - Write installer metadata like INSTALLER and REQUESTED to dist-info directory when installing packages. - Respect .python-version file in the project root directory when selecting the Python interpreter. By default, it will be written when running pdm use command. - Fix a problem of missing dependencies when adding to dev dependencies if both editable and non-editable dependencies exist. - Use stdlib for URL <-> Path conversions. - shellingham.detect_shell() returns ('tcsh', '/bin/tcsh') for tcsh on FreeBSD, so the current code tries to use the Bash venv activation script and fails due to syntax error. This change fixes the issue. - Fix a performance issue because pypi source credentials were being queried many times from keyring. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.24.1 -> 3.25.1Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Typing: Fix type annotations for Tuple <marshmallow.fields.Tuple>, Boolean <marshmallow.fields.Boolean>, and Pluck <marshmallow.fields.Pluck> constructors - Typing: Fix overload for marshmallow.class_registry.get_class - Various documentation improvements - Add top-level API back to docs - Typing: Improve type annotations for SchemaMeta.get_declared_fields - Typing: Relax type annotation for Schema.opts to allow subclasses to define their own options classes - Restore marshmallow.base.SchemaABC for backwards-compatibility - Don't override __new__ to avoid breaking usages of inspect.signature with Field <marshmallow.fields.Field> classes. This allows marshmallow-sqlalchemy users to upgrade marshmallow without upgrading to marshmallow-sqlalchemy>=1.1.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: upgrade 0.5.3 -> 0.5.4Wang Mingyu2025-01-141-1/+1
| | | | | | | | Changelog: Fix #242: Handle exceptions in the on_data callable. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dirty-equals: upgrade 0.8.0 -> 0.9.0Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | Changelog: =========== - fix problem with functools.singledispatch - uprev to v0.9 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.31.2 -> 3.31.4Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | Changelog: =========== - chore(deps): bump the actions group across 1 directory with 2 updates - chore(deps): update pre-commit hooks - [Bot] Update to CMake 3.31.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aniso8601: upgrade 9.0.1 -> 10.0.0Wang Mingyu2025-01-142-8/+8
| | | | | | | | | | | | | | Changelog: ========== - Reduced accuracy representations of years when parsing a calendar date are now only allowed to be [YY] - No longer specify a Python interpreter version to Black - Cleanup unsupported Pylint configuration options - Fix used-before-assignment errors - Fix coverage issue caused by unreachable conditional in _parse_interval_end Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pugixml: upgrade 1.14 -> 1.15Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2025. Changelog: ========== - Many xml_attribute:: and xml_node:: functions now transparently support std::string_view and std::string when C++17 support is detected. - Improve pkg-config file generation for NixOS - PUGIXML_BUILD_APPLE_FRAMEWORK CMake option can be used to build pugixml as .xcframework - PUGIXML_INSTALL CMake option can be used to disable installation targets - Fix clang/gcc warnings -Wzero-as-null-pointer-constant, -Wuseless-cast, -Wshorten-64-to-32 - Fix unreferenced function warnings in PUGIXML_NO_STL configuration - Fix CMake 3.31 deprecation warnings - Stop using deprecated throw() when noexcept is available Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.13 -> 1.3.14Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Update CMake toolchain link in README file - CMake cleanup, bump to v3.5, and submodule improvements - Fix usage of memset - Assigned Client Identifier constant misspelled - Exporting the -static CMake targets when both shared and static libraries built. - Some minor hardening of MQTTProperties functions - Zero out MQTTProperty before reading - Fix doc comment for MQTTAsync_disconnected - Small cleanup of OpenSSL/LibreSSL CMake - Fix usage of realloc - Fix compiler warnings - Small cleanup of OpenSSL/LibreSSL CMake (2nd try) - Fix IpV6 link local address connections - Added support for UNIX-domain sockets for v1.3.x - Build all the sample applications for the static library - Fix possible memory leak Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.34.3 -> 5.34.4Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== - If the Monit configuration file contains a string with unbalanced escape sequences, Monit may crash upon startup. - If the password in the set mmonit URL contains only binary characters, syntax check passed (-t), but Monit aborts after start and reports error - If the every <cron> statement contained a syntax error, syntax check passed (-t), but Monit aborts after start and reports error - If the timeout option value was set to 0, the syntax check was successful (-t), but Monit aborts after starting and reports error - The set syslog statement's facility option did not permit the specification of the log_user. - Double interpretation of format strings during RETHROW Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lldpd: upgrade 1.0.18 -> 1.0.19Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | Changelog: ========= - Support of both Apple Silicon and Intel for macOS package. - Add cvlan/svlan/tpmr capabilities. - Disable LLDP in firmware for Intel X7xx cards on FreeBSD. - Add lldpctl_watch_sync_unblock to liblldpctl. - Add C++ wrapper for lldpctl. - Fix AppArmor policy for /run/lldpd/lldpd.socket.lock. - Do not query stats for a down interface on Linux. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libserialport: upgrade 0.1.1 -> 0.1.2Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbi-perl: upgrade 1.644 -> 1.646Wang Mingyu2025-01-142-33/+3
| | | | | | | | | | | | | | | | | | | | | 0001-Fix-building-on-Fedora-40-with-GCC-14.2.1.patch removed since it's included in 1.646 License-Update: Copyright year updated to 2025 Changelog: =========== * Remove "experimental" tag from statistics_info () * RT tickets moved to github issues * Fix install issue * Move developer tests to xt/ * Make Changes match CPAN::Changes::Spec and regen DBI::Changes from that * Fixes for modern gcc i.c.w. recent perl * Small code & doc cleanups for recent perl * See TODO in `perldoc DBI` to see where you can help with documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libconfig-general-perl: upgrade 2.65 -> 2.67Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | Changelog: ========== - fixing tests (add missing file to dist tarball) - created gitignore file. - add support to quote values containing whitespace using the new flag -AlwaysQuoteOutput. - fix exporter setup, use "our" where appropriate. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsoncons: upgrade 1.0.0 -> 1.1.0Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | Changelog: =========== - Reverted changes to 'basic_json_parser' API introduced in 1.0.0, cf Git issue #576 - Git Issue #554: Made headers self-contained Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: upgrade 4.2.4 -> 4.2.5Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== - Fix stack buffer overflow in iniparser dump functions (#175) - Update doxygen main page, merge it with README and use it as new main page - Explain how to build documentation as it not build per default - Stylize the name iniParser as it used to be done - Mention CMake options to prevent them from being overlooked - Add build instructions for MinGW - Replace outdated installation instructions by link to README sections - Remove section numbers from README - add DESCRIPTION, HOMEPAGE_URL and LANGUAGES in cmake project() - Fix MSVC build issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-vnc: upgrade 1.3.1 -> 1.4.0Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= - Support g_autoptr for exported allocated types - Require meson >= 0.56 - Replace gtk-doc with gi-docgen for API docs - Add missing vnc_color_map_lookup method sym to exports - Speed up coroutine switching with setjmp/longjmp - Improve valgrind compatibility with coroutines - Add native winfiber coroutine for Windows - Add support for libucontext coroutines - Refuse to use broken native ucontext support on macOS aarch64 - Raise fatal error on impossible conditions / OOM in coroutines - Many other misc coroutine bugs / improvements - Add support to pass CA cert data for TLS - Allow ungrabbing keyboard in gvncviewer demo - Fix leak of socket address in SASL auth - Avoid mandating SASL SSF over UNIX sockets - Don't assume SASL out data is NUL terminated - Fix rendering artifacts on HiDPI displays - Don't expose server auth types to apps that are not implemented - Convert more code to use GNUTLS for ciphers/hashes - Replace remaining use of gcrypt with gmp - Add unit testing of VNC, ARD, MS logon auth types Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* doxygen: upgrade 1.13.1 -> 1.13.2Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Bug fixes --------- - issue #8803 Template class with the same name as existing class gets in the same output file - issue #11308 SVG dot graphs have added padding - issue #11309 Markdown blockquotes with lists do not render as expected - issue #11313 Template class specializations are ignored, which leads to invalid links - issue #11314 "Copy to clipboard" button broken with XHTML - issue #11320 Documentation fails to build (it freezes, no crash) - issue #11322 C++ 20 Modules: Links to global functions, links to modules - issue #11326 Missing description for a class member of a using-declared class - issue #11330 Snippet trimleft option does not handle newlines well - issue #11333 rebuilding fedora ignition-transport causes abort in isExplicitPage with doxygen 1.13.1 - String representation at "show configuration" in doxywizard - Support for Plus sign code fence directives - GitHub flavor Improved user feedback and documentation ---------------------------------------- - Adding debug and version information to doxycommentview Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ddrescue: upgrade 1.28 -> 1.29Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: address changed to <http://fsf.org/> Changelog: ========== - The new option '--continue-on-errno' has been added. - If ddrescue exits because of a fatal read error, it now prints the value of the variable 'errno' so that it can be used as argument to '--continue-on-errno'. - When using '--ask' and '--verbose', print rescue options before asking user. - Option '--log-reads' now records the value of errno if different from EIO. (The four changes above suggested by Christian Franke). - The effect of option '-O, --reopen-on-error' has been extended to all phases. - It has been documented in the manual that '--reopen-on-error' may be needed when using '--continue-on-errno'. - A compilation error on FiwixOS 3.3 about an ambiguous call to std::abs has been fixed. (Reported by Jordi Sanfeliu). - The chapter 'Syntax of command-line arguments' has been added to the manual. - Two examples of combined use with lziprecover have been added to the manual. (One of them uses the new Forward Error Correction (FEC) feature of lziprecover). - It has been documented in the manual that option '-b' of ddrescuelog is position dependent. (Reported by Winston B. E.). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: upgrade 4.5 -> 4.6.1Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Enhancements ------------ * Add ntsaeads directive to enable only selected AEAD algorithms for NTS * Add activate option to local directive to set activation threshold * Add ipv4 and ipv6 options to server/pool/peer directive * Add kod option to ratelimit directive for server KoD RATE support * Add leapseclist directive to read NIST/IERS leap-seconds.list file * Add ptpdomain directive to set PTP domain for NTP over PTP * Allow disabling pidfile * Improve copy server option to accept unsynchronised status instantly * Log one selection failure on start * Add offset command to modify source offset correction * Add timestamp sources to ntpdata report Workarounds ----------- * Negotiate use of compliant NTS keys with AES-128-GCM-SIV AEAD algorithm (by default the keys are generated differently than in RFC 8915 for compatibility with chrony server and client versions 4.4, 4.5, and 4.6) * Switch to compliant NTS keys if first response from server is NTS NAK Bug fixes --------- * Fix crash on sources reload during initstepslew or RTC initialisation * Fix source refreshment to not repeat failed name resolving attempts Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: fix TMPDIR reference in do_package_qaZhang Peng2025-01-131-0/+31
| | | | | | | | | | | | | | | | | | | | | | When building the `lapack` package, the following QA error occurs: "File /usr/lib64/libblas.so.3.12.0 in package lapack contains reference to TMPDIR [buildpaths]" The issue arises because the `xerbla.o` object file embeds the absolute host path of `xerbla.f`. This occurs during compilation, where the build command in `build.make` (generated by CMake) specifies: `gfortran -c <absolute path>/xerbla.f -o`. As a result, the absolute path is included in `xerbla.o`. Unfortunately, `gfortran` does not support flags like `-fdebug-prefix-map` or `-ffile-prefix-map` to remove such paths. To resolve this, the fix involves replacing the absolute path of `xerbla.f` in the generated `build.make` file with a relative path before the compilation step. This ensures that the resulting `xerbla.o` does not contain any references to TMPDIR, passing the `do_package_qa` check. For ptest code, the solution is to replace `${WORKDIR}` with `../../..` in the generated `build.make` files located in the TESTING directory. Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spectre-meltdown-checker: New recipe to check hardware vulnerabilityJörg Sommer2025-01-131-0/+35
| | | | | Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: Upgrade 4.5 -> 4.6Leon Anavi2025-01-131-2/+1
| | | | | | | | | | | | | | Upgrade to release 4.6: - Modify Cirrus CI template to save resources - Update Cirrus CI configuration - Update Gitlab CI template - Prefer importlib.resources.files instead of importlib.resources.read_text or pkgutil.get_data - Update version caps for dependency on platformdirs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: Upgrade 1.8.0 -> 1.8.2Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 1.8.2: - Revert "Start testing with 3.14 alphas" - Bump docker/build-push-action from 6.9.0 to 6.10.0 - Update the bug template with latest bandit version - Add Mercedes-Benz to sponsor list - Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 - [pre-commit.ci] pre-commit autoupdate - Remove lxml (B320 & B410) from blacklist - Clarify "getting started" docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: Upgrade 0.25.3 -> 0.25.5Leon Anavi2025-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.25.5: - Fix readme issue that prevented 0.25.4 from being published to pypi. - Responses can now match requests that use `data` with file-like objects. - RequestsMock.matchers was added. This property is an alias to responses.matchers. - Removed tests from packaged wheels - Improved recorder API to ease use in REPL environments. Fixes: WARNING: python3-responses-0.25.5-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | | | Upgrade to release 0.19.1: - added the optional inline-snapshot[dirty-equals] dependency to depend on the dirty-equals version which works in combination with inline-snapshot. - snapshots with pydantic models can now be compared multiple times Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | Upgrade to release 2.28.0: - Improve performance of unmarshalling variants - Improve performance of marshalling message headers - Revert avoid building wheels if a release is not made Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 2.10.4 -> 2.10.5Leon Anavi2025-01-131-1/+1
| | | | | | | | | | Upgrade to release 2.10.5: - Remove custom MRO implementation of Pydantic models - Fix URL serialization for unions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.30.0 -> 1.31.0Jason Schonberg2025-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.31.0 Changes: Enable Query Cache by default. PR #786 Bugfixes: Enhance Windows DNS configuration change detection to also detect manual DNS configuration changes. PR #785 Various legacy MacOS Build fixes. Issue #782 Ndots value of zero in resolv.conf was not being honored. 852a60a Watt-32 build support had been broken for some time. PR #781 Distribute ares_dns_rec_type_tostr manpage. PR #778 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: Skip building, needs porting to boost >= 1.87Khem Raj2025-01-131-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: Skip recipe, not buildable with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Skip recipe, not buildable with boost >= 1.87Khem Raj2025-01-131-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>