summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* opentelemetry-cpp: upgrade 1.16.1 -> 1.17.0Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.17.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.2.2 -> 4.2.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Update embedded libfabric to fix a build issue on FreeBSD - Fix HIP support for use with AMD GPUs - Fix potential invalid context issue in CUDA memory hooks - Fix GPU fallback path in ch4/ofi for Intel GPU buffers - Fix IPC handle destruction with Level Zero API (Intel GPU) - Fix potential crash in MPI_ISENDRECV with derived datatypes - Fix bug in persistent MPI_GATHER that incorrectly cached buffer contents at init time - Fix memory allocation bug in ROMIO GPFS driver - Fix missing error names in ch4/ofi netmod - Fix potential hang in multi-VCI active message RMA - Fix bug in ch3 large count support with derived datatypes - Fix manpage generation to provide aliases for large-count versions - Fix potential crash in Hydra with long PMI command messages - Fix bug in exit status capture in Hydra when there are multiple processes with non-zero exit - Fix implementation of C/Fortran status conversion functions - Fix implementation of MPI_Type_create_f90_xxx functions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.34.0 -> 5.34.2Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | Fixes: ====== - The network protocol test may occasionally fail with a "Poll failed: Interrupted system call" error. - The check program now avoids leaving zombie processes between cycles. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: upgrade 0.13.8 -> 0.14.0Wang Mingyu2024-10-141-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Merge branch 'stickz-throttle-increase' - Increase max throttle speed to 33 gigabits - Remove decision structure for popcount_wrapper - Merge branch 'kannibalox-feature/fast-delegation' - Fix double insert - Speed up delegating by returning multiple request assignments at once - Allow 10 gigabit speed throttles - Fix memory access crash with socket_address object - Add is_initialized() API - configure: Define _GNU_SOURCE when checking for pthread_setname_np - Create FUNDING.yml - Updated and cleaned up automake. (#224) - Removed obsolete files. - Added ipv6 options. - Detect ip address. - Added '--disable-execinfo' option to configure. - Fixed issue with multiple connections from NAT not working. - Improved backtrace error checking. - Added option to disable pthread_setname_np. - Replaced custom execinfo autoconf test. - Changes automake required files. - Refactor make process. (#207) - Consolidate make script to optimize build. (#206) - Fix log format so GCC can check it. (#205) - Fix compiler warnings. (#204) - Fix for inotify missing quickly renamed files (#203) - libtorrent.pc.in: add Libs.Private (#202) - Backport changes from feature-bind. (#200) - Merge pull request #195 from Nicholi/log_append - Removed log append function. Added append parameter with default value (false) to log_open_file functions. - Allow logs to be appended rather than overwritten. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: upgrade 1.2.0 -> 1.2.1Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== * Changes: - Make sure IRECV_DEVICE_REMOVE event has the mode set the device was in - KIS: Add some retry loops around open/set config/set interface operations * Device database changes: - Support Apple Watch Series 10 and iPhone 16 models - Add iPad Air (M2) and iPad Pro (M4) models * Bug Fixes: - Windows: Fix crash due to access to uninitialized data Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: upgrade 1.3.0 -> 1.3.1Wang Mingyu2024-10-141-1/+1
| | | | | | | | Fixes: * socket: Fix scope_id lookup for socket_connect_addr() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: upgrade 1.14.52 -> 1.14.53Wang Mingyu2024-10-142-108/+2
| | | | | | | | | | | | | | | | | 0001-Compilation-attempt-fixes-for-libxml-2.13.patch removed since it's included in 1.14.53 Changelog: ============ * Compilation fixes for libxml 2.13 * Fix ABR in gsf-vba-dump. * Teach gsf (the tool) to handle odf properties. * Fix integer overflows affecting memory allocation. * Add missing "DocumentStatus" ole2 property. * Avoid some undefined C behaviour in overflow checks. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.120 -> 3.3.121Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | Changelog: ========= - FST loader for windows and warnings fixes. - Clang warning fixes in fstapi.c on dynamic arrays. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-console: upgrade 47.0 -> 47.1Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: Some minor build issues on certain platforms have been ironed out Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.3.2 -> 1.3.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Package plugins in PIP - Add some emojis to README - Allow the --io plugin to read from symlinks like /dev/disk-by-uuid - Removed old examples directory that was not relevant anymore - Fix the --noupdate option and make dool work better for non-tty connections - General code clean-up and best practices - Comments added to code to make parsing simpler for future Scott - Add team members to README - More internal dstat -> dool name changes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240922.0 -> 6.1.20241006.0Wang Mingyu2024-10-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.4 -> 5.5Wang Mingyu2024-10-141-1/+1
| | | | | | | | bugfix: - Since 5.4 black selection in gtk4 apps (with no libadwaita) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 8.1.0 -> 12.1.2Yi Zhao2024-10-143-74/+24
| | | | | | | | | | | | ChangeLog: https://gitlab.com/graphviz/graphviz/-/blob/12.1.2/CHANGELOG.md * Drop backport patch 0001-Autotools-fix-do-not-put-prefix-based-paths-in-compi.patch * Refresh patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: update 0.38.0 -> 0.39.0Markus Volk2024-10-133-51/+103
| | | | | | | | | - add support for vulkan,pipewire,pulseaudio - add patch to fix generation of mpv.desktop - cleanup Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glad: add recipeMarkus Volk2024-10-131-0/+12
| | | | | | | | | Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages. This is used by libplacebo -> mpv Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Enable static libs when building ptestsKhem Raj2024-10-131-1/+1
| | | | | | Helps run/pass some more ptests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: upgrade 3.2.1 -> 3.2.6Yi Zhao2024-10-139-76/+100
| | | | | | | | | | | | | ChangeLog: https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.6/docs/changes.txt * Drop 0001-locale-Avoid-using-glibc-specific-defines-on-musl.patch as it has been merged upstream * Refresh patches * Add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: upgrade 2.03.26 -> 2.03.27Yi Zhao2024-10-131-2/+2
| | | | | | | | ChangeLog: https://gitlab.com/lvmteam/lvm2/-/tags/v2_03_27 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: upgrade 12.4.5 -> 12.5.0Yi Zhao2024-10-131-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: fix build when systemd is enabled.Armin Kuster2024-10-131-0/+6
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: Remove redundant rpathsKhem Raj2024-10-132-1/+28
| | | | | | Remove the logic to add rpaths in meson build file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: Upgrade to 0.15.2 releaseKhem Raj2024-10-131-2/+2
| | | | | | | | Changes are here [1] [1] https://github.com/RidgeRun/gstd-1.x/releases/tag/v0.15.2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: Upgrade to 1.21.1Khem Raj2024-10-131-2/+2
| | | | | | | Disable rpaths we are cross building and paths on target will be the usual locations e.g. /usr/lib Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-oe.inc: Add libtoml11Mingli Yu2024-10-121-0/+1
| | | | | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtoml11: Add new recipeMingli Yu2024-10-123-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | toml11 is a feature-rich TOML language library for C++11/14/17/20 [1]. # ./run-ptest PASS: test_comments PASS: test_datetime PASS: test_error_message PASS: test_find PASS: test_find_or PASS: test_format_floating PASS: test_format_integer PASS: test_format_table PASS: test_get PASS: test_get_or PASS: test_literal PASS: test_location PASS: test_parse_array PASS: test_parse_boolean PASS: test_parse_datetime [snip] [1] https://github.com/ToruNiina/toml11 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: upgrade 5.5 -> 5.13Yi Zhao2024-10-125-203/+47
| | | | | | | | | | | | | | ChangeLog: https://github.com/intel/pm-graph/releases/tag/5.13 * Refresh 0001-Makefile-fix-multilib-build-failure.patch * Drop the following patches as the issues have been fixed upstream: 0001-sleepgraph.py-use-python3.patch 0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch 0001-sleepgraph.py-parse-unfished-cpu-exec-line.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: upgrade 0.6.0 -> 0.7.1Yi Zhao2024-10-123-77/+3
| | | | | | | | | | | | ChangeLog: https://github.com/google/glog/releases/tag/v0.7.0 https://github.com/google/glog/releases/tag/v0.7.1 Drop 0001-Change-SleepForMilliseconds-parameter-from-unsigned-.patch and libexecinfo.patch as the issues have been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: Upgrade to 8.0.1Khem Raj2024-10-111-4/+4
| | | | | | | | | | | Changes [1] - Drop setting c++14 for c++ standard - Do not install rpaths [1] https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-8_0_1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdotool: Remove useless rpathsKhem Raj2024-10-111-1/+1
| | | | | | They are pointing to standard libdir on target Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: Upgrade to 4.2.4 releaseKhem Raj2024-10-111-5/+2
| | | | | | | Changes are here https://github.com/jasper-software/jasper/compare/version-4.1.1...version-4.2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspelling: update 0.4.0 -> 0.4.2Markus Volk2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | libspelling 0.4.2 ================= This is a bug-fix release for GNOME 47 * Limit the number of corrections to 10 in enchant backend to help with dictionary configurations which produce many results. * Hide add/ignore menu items when disabled. * Don't show word corrections when spellcheck is disabled. libspelling 0.4.1 ================= This is a bug-fix release for GNOME 47 * Fixes an important issue tracking weak pointers from a GtkTextBuffer. * Fixes an important issue where we could get invalid text iters from GtkTextBuffer::delete-range() after the deletion occurred when other signal handlers are in play. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-multipart: Fix ptest dependencieKhem Raj2024-10-111-1/+1
| | | | | | | | Do not overwerite implicit dependencies, otherwise ptests stop depending upon the correcpoding python module resulting in runtime failures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: Fix ptest dependenciesKhem Raj2024-10-111-1/+1
| | | | | | | | Do not overwerite implicit dependencies, otherwise ptests stop depending upon the correcpoding python module resulting in runtime failures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: Add missing rdep on python3-hypothesis for ptestsKhem Raj2024-10-111-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-selftest: Update to allow for turning on all testsRyan Eatmon2024-10-111-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | In testing adding in more kernel-selftests there were a number of issues that arose that require changes that are more appropriate for the main recipe and not a bbappend. 1) Stop looping over TEST_LIST ourselves and use the TARGETS="" provided by the kernel-sefltest Makefiles. This correctly sets up various variables that the selftest Makefiles all need. Also, do_install becomes cleaner because the main Makefile already installs the list of tests and the top level script. 2) Add DEBUG_PREFIX_MAP to the CC setting to avoid some "buildpaths" QA errors. 3) Add two INSANE_SKIPS for "already-stripped" and "ldflags". Some of the selftest Makefiles are adding flags to their compiles that basically break the above checks. Since these compiles are not really meant as user level tools and instead testing, it should be ok to just always set INSANE_SKIP for these two. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: move PTESTS_PROBLEMS_META_PYTHON to PTESTS_SLOW_META_PYTHONalperak2024-10-112-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64. - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as pint, it is by default. - xfailed tests are known failures upstream. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 2784 PASS: 2094 SKIP: 676 XFAIL: 12 FAIL: 0 XPASS: 2 ERROR: 0 DURATION: 1611 END: /usr/lib/python3-pint/ptest 2024-10-11T14:34 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configobj: enable ptestalperak2024-10-113-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as configobj, it is by default. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 75 PASS: 75 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 12 END: /usr/lib/python3-configobj/ptest 2024-10-11T12:59 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 75 PASS: 75 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-configobj/ptest 2024-10-11T12:56 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: enable ptestalperak2024-10-113-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 205 PASS: 205 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 27 END: /usr/lib/python3-portion/ptest 2024-10-11T12:13 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 205 PASS: 205 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 25 END: /usr/lib/python3-portion/ptest 2024-10-11T12:18 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-outcome: enable ptestalperak2024-10-113-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as outcome, it is by default. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 10 PASS: 10 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 7 END: /usr/lib/python3-outcome/ptest 2024-10-11T09:27 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 10 PASS: 10 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 6 END: /usr/lib/python3-outcome/ptest 2024-10-11T09:24 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-multipart: upgrade 0.0.11 > 0.0.12 and enable ptestalperak2024-10-114-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 115 PASS: 115 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 24 END: /usr/lib/python3-python-multipart/ptest 2024-10-11T09:02 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 115 PASS: 115 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 22 END: /usr/lib/python3-python-multipart/ptest 2024-10-11T09:08 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: - Enforce 100% coverage - Add mypy strict typing - Improve error message when boundary character does not match Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: enable ptestalperak2024-10-113-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64 and qemuarm64 - Added ptest to PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 37 PASS: 37 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 7 END: /usr/lib/python3-propcache/ptest 2024-10-11T08:21 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 37 PASS: 37 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 6 END: /usr/lib/python3-propcache/ptest 2024-10-11T08:16 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: Upgrade 8.0.0 -> 8.0.1Leon Anavi2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade valkey to version 8.0.1: - Fix a build issue with RDMA when using additional make parameters - Fix an issue where CLUSTER SLOTS might return the wrong tcp or tls port when called from inside a script or from a module - Fix a crash when CLUSTER SLOTS or CLUSTER SHARDS is called from inside a script or from a module - Fix a build issue on systems where <threads.h> is unavailable - Fix an issue with the default sentinel.conf being invalid - Build binary releases with systemd support - Avoid .c, .d and .o files from being copied to the binary tar.gz releases - (CVE-2024-31449) Lua library commands may lead to stack overflow and potential RCE - (CVE-2024-31227) Potential Denial-of-service due to malformed ACL selectors - (CVE-2024-31228) Potential Denial-of-service due to unbounded pattern matching Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-webargs: Upgrade 8.4.0 -> 8.6.0Leon Anavi2024-10-111-3/+3
| | | | | | | | | | | | | | | | Upgrade to release 8.6.0: - Fix the handling of invalid JSON bodies in the bottle parser to support bottle versions >=0.13 - MultiDictProxy now inherits from MutableMapping rather than Mapping Switch inherit from setuptools3 to python_flit_core. License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dnspython: Upgrade 2.6.1 -> 2.7.0Leon Anavi2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.7.0: - dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use. - If the cryptography module is installed, then dnspython will now create deterministic ECDSA signatures by default. Cryptography, if installed, must be at least version 43. Thanks to Jakob Schlyter for adding the feature. - The RESINFO and WALLET RdataTypes are now supported. - The COOKIE and Report-Channel EDNS0 options are now supported. - All supported RdataTypes can now be imported at a single time rather than lazily on first use by calling dns.rdata.load_all_types(). - The SVCB and HTTPS records now support the ohttp parameter. - xfr() and inbound_xfr() now share a common implementation. - Tokens are now supported for QUIC and HTTP/3. - dns.message.from_wire() now saves the input wire format in the Message's "wire" attribute. Likewise, dns.message.Message.to_wire() now records the generated wire format in that attribute. - The dns.message.Message object now has a get_options() helper to retrieve EDNS0 options of a specified type, and an extended_errors() helper to retrieve the list of EDE options in a message (if any). - dns.message.make_response() now has a copy mode which controls how sections are copied. By default, a copy mode appropriate for the opcode is used. This is currently dns.message.CopyMode.QUESTION for all opcodes. - If an IP address is used as the hostname in a URL, the https query code now passes the sni_hostname to httpx as this is required to get httpx to validate the certificate and check for an IP subject alternative name. - The minimum supported aioquic version is now 1.0.0. - The minimum supported Python version is now 3.9. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: Upgrade 13.8.0 -> 13.9.2Leon Anavi2024-10-111-1/+1
| | | | | | | | | | Upgrade to release 13.9.2: - Fixed Table columns not highlighting when added by add_row - Fixed an issue with Segment.split_cells reported in Textual Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: Upgrade 5.0.8 -> 5.1.1Leon Anavi2024-10-111-1/+1
| | | | | | | | | - Fixed return type for Redis Set commands to be Set instead of List - Fixed bug with partial Hiredis availability - Fixed bug with async pipeline and cluster fails with some commands Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-console: Fix build with muslKhem Raj2024-10-112-1/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* gnome-user-share: Fix build issue found with musl systemsKhem Raj2024-10-112-0/+42
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* gnome-console: update 45.0 -> 47.0Markus Volk2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 47.0 ~~~~~~~~~~~~ A edge case in drag-and-drop has been resolved, and Aleksandr Melman fixed a string that hadn't been marked for translation. Updated Translations * Belarusian (Vasil Pupkin) * British English (Andi Chandler) * Bulgarian (Alexander Shopov) * Catalan (Jordi Mas i Hernandez) * Chinese (China) (Luming Zh) * Czech (Daniel Rusek) * Danish (Ask Hjorth Larsen) * Galician (Fran Dieguez) * Georgian (Ekaterine Papava) * Greek (Efstathios Iosifidis) * Hebrew (Yaron Shahrabani) * Hungarian (Balázs Úr) * Indonesian (Andika Triwidada) * Lithuanian (Aurimas Černius) * Norwegian Bokmål (Brage Fuglseth) * Persian (Danial Behzadi) * Polish (Piotr Drąg) * Portuguese (Hugo Carvalho) * Russian (Artur S0) * Slovak (Jose Riha) * Slovenian (Martin) * Spanish (Daniel Mustieles) * Swedish (Anders Jonsson) * Ukrainian (Yuri Chornoivan) Version 47.rc ~~~~~~~~~~~~~~~ Thanks to feedback from beta users, a couple small improvements were made. Updated Translations * Basque (Asier Sarasua Garmendia) * Belarusian (Vasil Pupkin) * Brazilian Portuguese (Juliano de Souza Camargo) * Bulgarian (Alexander Shopov) * Catalan (poc senderi) * Chinese (China) (Luming Zh) * Czech (Daniel Rusek) * Finnish (Jiri Grönroos) * Georgian (Ekaterine Papava) * German (Jürgen Benvenuti) * Hindi (Scrambled 777) * Hungarian (Balázs Úr) * Kazakh (Baurzhan Muftakhidinov) * Korean (DaeHyun Sung) * Norwegian Bokmål (Brage Fuglseth) * Occitan (Quentin PAGÈS) * Persian (Danial Behzadi) * Portuguese (Hugo Carvalho) * Romanian (Daniel Șerbănescu, Florentina Mușat) * Russian (Artur S0) * Turkish (Emin Tufan Çetin, Sabri Ünal) * Ukrainian (Yuri Chornoivan) Version 47.beta ~~~~~~~~~~~~~~~ The preferences dialogue has been expanded to include scrollback size, and there has been behind the scenes work fixing some pesky issues and setting up future improvements. Thanks to work elsewhere in the stack, we now have restored screen reader support. This has taken far too long, and there is more work do be done, but hopefully this is a significant step forward. Additionally Alice reworked our styles to take advantage of improvements in Gtk, whilst Chris helped us keep current with developments in Adwaita, and Balló György provided some fixes. Updated Translations * Brazilian Portuguese (Juliano de Souza Camargo) * Greek (Efstathios Iosifidis) * Hebrew (Yosef Or Boczko) * Hindi (Guntupalli Karunakar, Scrambled 777) * Kabyle (Rachida SACI) * Nepali (Pawan Chitrakar) * Occitan (Quentin PAGÈS) * Portuguese (Hugo Carvalho) * Romanian (Daniel Șerbănescu) * Serbian (Dušan Simić) * Serbian (Latin) (Милош Поповић) * Slovak (Matej Mrenica) * Slovenian (Martin) * Turkish (Sabri Ünal) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo-plugins: add PACKAGECONFIG for lua-factoryMarkus Volk2024-10-111-4/+3
| | | | | | | | lua-factory is the only plugin that is enabled by default. Add missing dependencies to fix build Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>