summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* btrfsmaintenance: move btrfs-tools dependency from build-time to run-timeMartin Jansa2023-09-201-4/+2
| | | | | | | * it doesn't need btrfs-tools at build-time but I suspect it needs it at run-time Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-multimedia: restore x11 restriction for projucerMartin Jansa2023-09-201-1/+1
| | | | | | | | | | | | | * it was removed in: https://git.openembedded.org/meta-openembedded/commit/?id=deb11a823c32d4090b3724a589641810e06df6bc * but still needed as shown in world build without x11 in DISTRO_FEATURES: ERROR: Nothing RPROVIDES 'projucer' (but /OE/build/luneos-nanbield/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb RDEPENDS on or otherwise requires it) projucer was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) NOTE: Runtime target 'projucer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['projucer'] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeglut: return x11 to REQUIRED_DISTRO_FEATURESMartin Jansa2023-09-201-2/+2
| | | | | | | | | | | | | * depends on libxi causing: ERROR: Nothing PROVIDES 'libxi' (but /OE/build/luneos-nanbield/meta-openembedded/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb DEPENDS on or otherwise requires it) libxi was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'freeglut', 'libxi'] for distros with opengl but without x11 in DISTRO_FEATURES Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: fix reproducibility issueMarkus Volk2023-09-201-1/+6
| | | | | | | | - ensure to use gtk4 variant of gtk-update-icon-cache - remove buildpaths from source files before they are packaged Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: upgrade 44.1 -> 45.0.1Markus Volk2023-09-201-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: upgrade 1.4.31 -> 1.4.32Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * [REM2916] Added option to kill async process started by exec plugin on tab close * Fix search bar toggle behavior * Fix memory leaks * [REM-2920] Password visibility can now be toggled on remmina_message_panels * Remove SSH file paths from remmina file when unchecking box in profile edit * Solved issue #2910 - Added support for IPv6 with fallback to IPv4 for ssh * Fix UI bugs in Remmina Preferences set new password * Fix memory leaks and change GTK critical errors to remmina warnings for null icon autostart file * [REM-2926] Added ability to set a fixed aspect ratio for vnc connections when... * Fix snap crash * [REM-2936] Fix crash related to unmap events * [REM-2938] Improved ordering of tray icon menu items * Fix memory leaks in remmina_plugin_manager_init with g_free and g_ptr_array_free * Remote assistance * Spelling: Various strings for assistance mode * Fix some compiler warnings * Ability to SPICE connect to unix domain socket * update multi monitor icon * Save toggle options when duplicating connection * Rem 2954 * New feature: Allow user to specify use of modifiers when changing key preferences * [REM-2914] Alert user of unexpected disconnect instead of immediately closing the connection window * Fix Remmina not using '@REMMINA_BINARY_PATH@' * Highlight top bar when 'Grab all keyboard events' is enabled * Snapcraft: Allow remmina preferences file to point to symlinked 'current' directory * [REM-2850] Add ability to automatically move mouse to keep RDP connections alive * Allow user to set REMMINA_GIT_REVISION * Remove unnecessary parameters from remmina_public_get_server_port_wrapper * Fix freeze that occurs when loading in python modules properly * [REM-1923] Fix handling of pause break key for RDP connections * [REM-2971] When quiting Remmina from the system tray the are you sure prompt now functions properly Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.0 -> 7.2.1Wang Mingyu2023-09-2010-1/+1
| | | | | | | | | | | | | | Changelog: ========== -(CVE-2023-41053) Redis does not correctly identify keys accessed by SORT_RO and, as a result, may grant users executing this command access to keys that are not explicitly authorized by the ACL configuration. -Fix crashes when joining a node to an existing 7.0 Redis Cluster (#12538) Correct request_policy and response_policy command tips on for some admin / configuration commands (#12545, #12530) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.97.0 -> 0.112.0Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Improve AsyncServiceBrowser performance (#1273) (0c88ecf) Speed up question and answer internals (#1272) (d24722b) Small speed ups to ServiceBrowser (#1271) (22c433d) Speed up ServiceBrowsers with a cython pxd (#1270) (4837876) Improve performance of constructing outgoing queries (#1267) (00c439a) Speed up responding to queries (#1266) (24a0a00) Speed up answering questions (#1265) (37bfaf2) Speed up ServiceInfo with a cython pxd (#1264) (7ca690a) Speed up generating answers (#1262) (50a8f06) Avoid calling get_running_loop when resolving ServiceInfo (#1261) (33a2714) Significantly speed up writing outgoing dns records (#1260) (bf2f366) Speed up writing outgoing dns records (#1259) (248655f) Small speed up to writing outgoing dns records (#1258) (1ed6bd2) Reduce IP Address parsing overhead in ServiceInfo (#1257) (83d0b7f) Speed up decoding incoming packets (#1256) (ac081cf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: Added support for custom total formulas to worksheet tables. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.24.4 -> 20.24.5Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | Changelog: ========== -release 20.24.4 -Fix brew cannot copy -Test with 3.12 rc -Upgrade setuptools -GitHub Actions: Add PyPy 3.10 to testing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-setuptools: upgrade 68.1.0.1 -> 68.2.0.0Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== -1 public Python file has been added: setuptools/tests/test_core_metadata.py. -0 files included in typeshed's stubs have been deleted. -7 files included in typeshed's stubs have been modified or renamed: setuptools/__init__.py, setuptools/command/editable_wheel.py, setuptools/command/egg_info.py, setuptools/depends.py, setuptools/dist.py, setuptools/monkey.py, setuptools/namespaces.py. -Total lines of Python code added: 1051. -Total lines of Python code deleted: 682. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: upgrade 4.1.3 -> 4.1.5Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========= -Fixed Callable erroneously rejecting a callable that has the requested amount of positional arguments but they have defaults -Fixed a regression introduced in v4.1.4 where the elements of Literal got quotes removed from them by the AST transformer -Fixed AttributeError where the transformer removed elements from a PEP 604 union -Fixed AttributeError: 'Subscript' object has no attribute 'slice' when encountering an annotation with a subscript containing an ignored type (imported within an if TYPE_CHECKING: block) -Fixed type checking not being skipped when the target is a union (PEP 604 or typing.Union) where one of the elements is an ignored type (shadowed by an argument, variable assignment or an if TYPE_CHECKING import) (#394, #395) -Fixed type checking of class instances created in __new__() in cases such as enums where this method is already invoked before the class has finished initializing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.11.1 -> 4.11.3Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | Changelog: =========== docs(plugin): explain plugin registration Fix error caused by a bad base_python path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-term: upgrade 2.4 -> 2.5Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | Changelog: ============= Update tox.ini for latest tox. Add .readthedocs.yaml file. Pin sphinx and sphinx-rtd-theme versions in docs extra. Add pylint extra which installs pylint. Update .pylintrc for latest pylint. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.5.2 -> 13.5.3Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | Changelog: =========== Markdown table rendering issue with inline styles and links Fix Markdown code blocks on a light background Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rapidjson: upgrade 1.10 -> 1.11Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | Changelog: ========== Use current master version of rapidjson Use cibuildwheel 2.15.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.5.0 -> 3.5.2Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== server tracer example. sync connect missing. simulator future problem. Always close socket on error (reset_sock). Revert reset_socket change. add close_comm_on_error to example. Test long term (HomeAsistant problem). Update ruff to 0.0.287 (#1764) Remove references to ModbusSerialServer.start Readd test to get 100% coverage. transport: Don't raise a RunTimeError in ModbusProtocol.error_received() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.175 -> 2.4.176Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | Changelog: ========= - Avoid exception when data is an empty iterator. - Revert "build(deps): bump codecov/codecov-action from 3 to 4" - Build(deps): bump codecov/codecov-action from 3 to 4. - Build(deps): bump actions/checkout from 3 to 4. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: upgrade 10.0.0 -> 10.0.1Wang Mingyu2023-09-201-2/+2
| | | | | | | | | | Changelog: =========== Updated libwebp to 1.3.2 #7395 Updated zlib to 1.3 #7344 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.22.0 -> 2.23.0Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== Features --------- Add get_bq_config_path() to _cloud_sdk.py (9f52f66) Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66) Bug Fixes ---------- Expose universe domain in credentials (#1380) (8b8fce6) Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770) Missing ssj for impersonate cred (#1377) (7d453dc) Skip checking projectid on cred if env var is set (#1349) (a4135a3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.97.0 -> 2.99.0Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.99.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: upgrade 5.3.5 -> 5.3.6Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: Fixes in the test client to support recent changes in Socket.IO dependencies Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: upgrade 4.0.4 -> 4.0.5Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | Changelog: ========== -Compatiblity fixes for Flask-SQLAlchemy >= 3.1 -Allow process_revision_directives option to be configurable -Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting it Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-utils: upgrade 2.2.0 -> 2.2.1Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: Add build.os config for readthedocs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: upgrade 4.7.0 -> 4.7.1Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | Changelog: ============ -Replace gevent-websocket with simple-websocket when using gevent -Catch and log all errors that occur in event handlers -Use daemon threads for background tasks also in the threaded client -Silence exception on websocket exit when using uWSGI #330 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.3.0 -> 7.3.1Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | Changelog: =========== -The semantics of stars in file patterns has been clarified in the docs. A leading or trailing star matches any number of path components, like a double star would. This is different than the behavior of a star in the middle of a pattern. -The API docs were missing from the last version. They are now restored. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.27.4.1 -> 3.27.5Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | Changelog: ========== chore(deps): bump cmake from 3.27.2 to 3.27.4.1 chore(deps): bump actions/checkout from 3 to 4 chore(deps): update pre-commit hooks chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 chore(deps): update pre-commit hooks Update to CMake 3.27.5 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: upgrade 4.1.1 -> 4.1.2Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Fix for the module command-line usage. Bug #290. - Fix for when creating bitstrings from memoryview objects. - Renamed the 'fmt' parameter for Arrays to 'dtype'. - More Array operator coverage. - Added operators that act on two Arrays of the same size. - Added comparison operators for Arrays that return an Array of bools. - Added Array.equals method as == will now return an Array (see above item). - Added astype() method for Arrays to easily cast to a new dtype. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.1.1 -> 3.1.2Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: Ensure Python 3.12+ compatibility in check_console_script (#448) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: upgrade 15.00.0000 -> 16.00.0000Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | Changelog: ========== Use autoconf to check for stdbool.h. Make it possible to use standard bool on Windows. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyfanotify: upgrade 0.2.0 -> 0.2.1Wang Mingyu2023-09-202-5/+5
| | | | | | | | | | | | | | 0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch refreshed for 0.2.1 Changelog: ========== add installing clang package for readthedocks atexit fix fix file system events: store fs info when marked Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlock: Use EXTRA_CFLAGSMingli Yu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | The CFLAGS is hardcoded as DEFAULT_CFLAGS or DEBUG_CFLAGS in configure script, so use EXTRA_CFLAGS to make sure -fdebug-prefix-map option passed to compiler and also need to put EXTRA_CFLAGS configure option after debug option to avoid the CFLAGS overrided by DEBUG_CFLAGS when debug enabled to fix the below warning: WARNING: vlock-2.2.3-r0 do_package_qa: QA Issue: File /usr/lib64/vlock/modules/.debug/new.so in package vlock-dbg contains reference to TMPDIR File /usr/lib64/vlock/modules/.debug/ttyblank.so in package vlock-dbg contains reference to TMPDIR File /usr/lib64/vlock/modules/.debug/vesablank.so in package vlock-dbg contains reference to TMPDIR File /usr/lib64/vlock/modules/.debug/all.so in package vlock-dbg contains reference to TMPDIR File /usr/lib64/vlock/modules/.debug/nosysrq.so in package vlock-dbg contains reference to TMPDIR File /usr/sbin/.debug/vlock-main in package vlock-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy: upgrade 1.5 -> 1.6Wang Mingyu2023-09-201-2/+2
| | | | | | | | | | | | | | | | | Changelog: =========== Implement lazy.__set_name__() which helps in cases like foo=lazy(_foo). Update tox.ini for latest tox. Add GitHub CI workflow. Add .readthedocs.yaml file. Pin sphinx and sphinx-rtd-theme versions in docs extra. Add mypy extra which installs mypy. Fix stray characters in keywords. License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-antlr4-runtime: upgrade 4.13.0 -> 4.13.1Wang Mingyu2023-09-201-2/+2
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets - Move GetText(), SetText(), and String() from CommonToken to BaseToken - Restore "Obtained from string" source name. - fix: Fix very minor code issues spotted by goreportcard.com - Java: suppress this-escape warning introduced in JDK 21. - Adds default targets for babel configuration - fix dependabot warnings - Add Antlr4Dynamic product - Cleanup duplicate SwiftTarget code - Fix for #4320--export additional types License-Update: Version updated to 4.13.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcoap: upgrade 4.3.1 -> 4.3.3Wang Mingyu2023-09-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright: Update copyright date to end 2023 as appropriate Add in OSCORE support RIOT: Update to support latest libcoap code Add BSD-3-Clause Changelog: =========== * Source files reformatted according to pre-commit rules. * Support for RFC8613 (OSCORE). * Support for RFC8974 (Extended Tokens). * Support for RFC9177 (Q-Block). * Support for latest RIOT code and new examples. * Support for MinGW builds. * Support for AF_UNIX sockets. * Support for WebSockets (RFC8323). * Support for IPv4 only and IPv6 only libcoap builds. * Support for defining maximum logging level. * Support for maintaining Observer requests over server restarts. * Support for Contiki-NG. * Support for latest LwIP, including using TinyDTLS. * libcoap now has protocol layered support, separating out the logical layers. Stack now is:- - Application - libcoap - CoAP - libcoap - CoAP-Session - libcoap - (D)TLS I/F using external (D)TLS Library - libcoap - Netif - libcoap - Sockets - Kernel Network Stack * Fixes CVE-2023-30362 and CVE-2023-35862. * Reported bugs fixed. * Examples now support separate logging levels for libcoap and (D)TLS. * syslog LOG_ logging levels replaced with COAP_LOG_ logging levels. * New public API functions to aid / reduce application coding. * Remove requirement for applications to have sockaddr knowledge. * Support for clients sending IPv4 broadcast requests. * Documentation added and updated (Doxygen and man). * Fix ABI version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtommath: upgrade 1.2.0 -> 1.2.1Wang Mingyu2023-09-201-1/+1
| | | | | | | | | Changelog: -- Bugfix release because of potential integer overflow c.f. PR #546 resp. CVE-2023-36328 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libglvnd: upgrade 1.6.0 -> 1.7.0Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: Added support for HGL on Haiku. Currently, Haiku is only supported with the Meson build. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdeflate: upgrade 1.18 -> 1.19Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | * Added new functions 'libdeflate_alloc_compressor_ex()' and 'libdeflate_alloc_decompressor_ex()'. These functions allow specifying a custom memory allocator on a per-compressor basis. * libdeflate now always generates Huffman codes with at least 2 codewords. This fixes a compatibility issue where Windows Explorer's ZIP unpacker could not decompress DEFLATE streams created by libdeflate. libdeflate's behavior was allowed by the DEFLATE RFC, but not all software was okay with it. In rare cases, compression ratios can be slightly reduced by this change. * Disabled the use of some compiler intrinsics on MSVC versions where they don't work correctly. * libdeflate can now compress up to the exact size of the output buffer. * Slightly improved compression performance at levels 1-9. * Improved the compression ratio of very short inputs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcloudproviders: upgrade 0.3.2 -> 0.3.4Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | Changelog: ============ * Re-release du to release tarball issue * Use a new way to register providers using .desktop files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: upgrade 3.14 -> 3.15Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== Several bugs that could allow the iperf3 server to hang waiting for input on the control connection has been fixed. A bug that caused garbled output with UDP tests on 32-bit hosts has been fixed (PR #1554, PR #1556). This bug was introduced in iperf-3.14. A bug in counting UDP messages has been fixed (PR #1367, PR #1380). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwloc: upgrade 2.9.2 -> 2.9.3Wang Mingyu2023-09-202-81/+2
| | | | | | | | | | | | | | | | | | | | CVE-2022-47022.patch removed since it's included in 2.9.3 Changelog: =========== * Handle Linux glibc allocation errors in binding routines (CVE-2022-47022). * Fix hwloc-calc when searching objects on heterogeneous memory platforms, thanks to Antoine Morvan for the report. * Fix hwloc_get_next_child() when there are some memory-side caches. * Don't crash if the topology is empty because Linux cgroups are wrong. * Improve some hwloc-bind warnings in case of command-line parsing errors. * Many documentation improvements all over the place, including: + hwloc_topology_restrict() and hwloc_topology_insert_group() may reorder children, causing the logical indexes of objects to change. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoclue: upgrade 2.7.0 -> 2.7.1Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - Add 'age' field to MLS locate queries - Location updates now always have an accuracy value - Improvements to NMEA parsing: - Parse NMEA timestamps with sub-second accuracy - Add default accuracy to NMEA RMC locations - Ignore locations from GGA and RMC sentences if the GNSS fix is not valid - Prioritize GNSS sources with a recent fix over other sources, preventing location jumps - Install D-Bus policy in /usr/share, not /etc - Upgrade GLib / Gio dependency to version 2.68.0 - Correct gi annotations in GClueSimple - Various small fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.7.5 -> 2.7.6Wang Mingyu2023-09-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: upgrade 2.11.0 -> 2.11.1Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: * Backported #9356: Fix issues with order updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dovecot: upgrade 2.3.20 -> 2.3.21Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * lib-oauth2: Allow JWT tokens to be validated with missing typ field. + auth: Auth passdb and userdb reply can contain "event_<name>=value" which will be added to login event and mail user event respectively. + lib-master: Set process title during various initialization stages to clearly describe what the process is waiting on. + lib-storage: The mail_temp_scan_interval is now fuzzed incrementing it by 0..30% based on username's hash to reduce the chance of load spikes. + lib-storage: The temp file scan has been moved from the open of the mailbox to the close, to reduce the latency perceived by users. + stats: If metric has fields specified, all these fields are exported as counters to prometheus exposition. - *-login: Processes might have crashed when a SSL connection disconnects uncleanly. - acl: When plugin was loaded \HasChildren and \HasNoChildren flags were calculated incorrectly for mailboxes containing '*' and '%' in their names. - auth: Crash occured if a connection to PostgreSQL database server failed during startup. - auth: Logins with invalid passwords (e.g. unknown scheme) in passdb were failing with "password mismatch" instead of "internal error". - auth: XOAUTH2 and OAUTHBEARER mechanisms were not giving out protocol specific error message on all errors. This especially broke OIDC discovery. - dbox: When last_temp_file_scan header wasn't set (especially after dsync migration), the next mailbox open always triggers the temp file scan. - dict-redis: A crash would occur on transaction rollback. - dsync: Infinite loop causing out of memory would occur when handling mailbox deletion from remote end and hierarchy separators would differ. - dsync: Incremental dsync failed for folder names ending with '%', unless BROKENCHAR was set. Also folder names with '%' elsewhere in them caused each incremental dsync to unnecessarily rename the folder to a temporary name and back. v2.3.19 regression. - imap-hibernate: If an IMAP client unhibernation timed out with "(version received)", the unhibernation could still have successfully finished later on and continued working normally. This was rather confusing, because imap-hibernate already logged that the client got disconnected. - imapc: Crashed when a folder mapped through the virtual plugin disappears from the storage. - imapc: EXPUNGE, EXISTS or FETCH replies from a server for a previously selected mailbox could have been processed as if they belonged to the new mailbox currently being selected. - lib-http: Dovecot HTTP server (doveadm, stats/openmetrics) may have disconnected HTTP clients before the response is fully sent. This happened only on busy servers where kernel's socket buffers were rather full. - lib-http: Fixed a potential crash on http-server if a client disconnected early. v2.3.18 regression. - lib-index: Index file corruption could have caused a crash. Fixes: Panic: file mail-transaction-log-view.c: line 165 (mail_transaction_log_view_set): assertion failed: (min_file_seq <= max_file_seq). - lib-index: Purging an existing >1GB cache file can crash. Now cache files still above 1GB after purging are removed. Fixes: Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000) - lib-lua: A HTTP client could not resolve DNS names in mail processes, because it expected "the dns-client" socket to exist in the current directory. - lib-oauth2: Dovecot would send client_id and client_secret as POST parameters to the introspection server. These need to be optionally in Basic auth instead. - lib-oauth2: JWT aud validation was not performed if aud was missing from a token, but was configured on Dovecot. - lib-oauth2: JWT key type check was too strict. - lib-oauth2: JWT token audience was not validated against client_id as required by the specification. - lib-ssl-iostream: Using the ssl_require_crl=yes setting may have caused CRL check failures for outgoing SSL/TLS connections, although it was supposed to affect checking CRLs only for client-side SSL certificates. v2.3.17 regression. - lib-sql: MySQL driver leaked memory when connection failed. - lib-storage: Various fixes when running into out of disk space. - master: Service idle_kill setting didn't work properly on busy servers. - mdbox: Temp file scan was done for always empty directories. - mdbox: The fdatasync() call was done in wrong parent directory when writing mails. Also on a failure it crashed instead of logging an error. - notify_status: The plugin crashes if any user initialization fails. - pop3: Sending command with the ':' character caused an assert-crash. v2.3.18 regression. Fixes: Panic: event_reason_code_prefix(): name has ':' - stats: Fix panic when a nonexistent event exporter was referenced while adding a new metric dynamically via doveadm stats add. - stats: If process exported a lot of events and then exited, some of the last events may have become lost. - stats: Invalid Prometheus label names were created with specific histogram group_by configurations. Prometheus rejected these labels. - welcome: The plugin didn't execute in some situations that created INBOX but didn't open it. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230827.0 -> 6.0.20230917.0Wang Mingyu2023-09-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-sml: upgrade 1.1.8 -> 1.1.9Wang Mingyu2023-09-201-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Upgrade to 1.14.2Mingli Yu2023-09-202-33/+76
| | | | | | | | | | | | | | | | | | | License Update: link update from http://support.hdfgroup.org/ftp/HDF5/releases/COPYING_LBNL_HDF5 to https://raw.githubusercontent.com/hdfgroup/hdf5/develop/COPYING_LBNL_HDF5. Rework the patch 0001-cmake-remove-build-flags.patch to fix the build path issue. Add zlib depends to fix the below failure: /build/tmp/work/core2-64-poky-linux/hdf5/1.14.2/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/13.2.0/ld: bin/libhdf5.so.310.2.0: undefined reference to `inflateEnd' /build/tmp/work/core2-64-poky-linux/hdf5/1.14.2/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/13.2.0/ld: bin/libhdf5.so.310.2.0: undefined reference to `inflate' /build/tmp/work/core2-64-poky-linux/hdf5/1.14.2/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/13.2.0/ld: bin/libhdf5.so.310.2.0: undefined reference to `compress2' /build/tmp/work/core2-64-poky-linux/hdf5/1.14.2/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/13.2.0/ld: bin/libhdf5.so.310.2.0: undefined reference to `inflateInit_' collect2: error: ld returned 1 exit status Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: add missing Upstream-StatusMarkus Volk2023-09-201-0/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: upgrade 44.1 -> 45.0Markus Volk2023-09-201-2/+5
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>