summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* evince: update 42.3 -> 43.1Markus Volk2022-12-271-18/+18
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcloudproviders: add recipeMarkus Volk2022-12-271-0/+11
| | | | | | | It is a mandatory dependency of nautilus Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tesseract: upgrade 5.2.0 -> 5.3.0Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Fix the training tools for the legacy OCR engine (fix issue #3925). * PDF renderer: Ignore non-text blocks (fix issue #3957). * Remove colormap before thresholding (fix issue #3940). * Fix a number of performance issues reported by Coverity Scan. * Training tools: Replace call of exit function by return statement in main function. * Fix double free in function vigorous_noise_removal (fix issue #3876). * Create to_win if needed in Textord::make_spline_rows (fix issue #3875). * Bug fixes for ScrollView viewer: * Fix memory issues in ScrollView::MessageReceiver. * Catch potential nullptr in SVNetwork::SVNetwork. * Move svpaint.cpp from src/viewer to src/. * Add rule for svpaint executable in Autotools. * Bug fixes and improvements for build tools: * Fix AMD64 detection with autobuild on FreeBSD (fix issue #3964). * Fix tesseract.pc generated from CMake to match Autotools. * Detect availability of AVX512-VNNI. * configure.ac: fix build on aarch64_be. * Drop CI for old versions of macOS and Ubuntu. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.10 -> 4.3.11Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: upgrade 1.4.28 -> 1.4.29Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | Changelog: ========== Hiroyuki Tanaka added to README Initial macOS support X2Go error-message consistency Avoid crash when closing, fixes issue #2832 Update Copyright for 2023 Aligning local and downstream jsons Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 5.5.3 -> 5.5.4Wang Mingyu2022-12-271-1/+1
| | | | | | | | Changelog: https://github.com/wolfSSL/wolfssl/blob/master/ChangeLog.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-supervisor: upgrade 4.2.4 -> 4.2.5Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Fixed a bug where the XML-RPC method supervisor.startProcess() would return 500 Internal Server Error instead of an XML-RPC fault response if the command could not be parsed. -Fixed a bug on Python 2.7 where a UnicodeDecodeError may have occurred when using the web interface. -Removed use of urllib.parse functions splithost, splitport, and splittype deprecated in Python 3.8. -Removed use of asynchat and asyncore deprecated in Python 3.10. -The return value of the XML-RPC method supervisor.getAllConfigInfo() now includes the directory, uid, and serverurl of the program. -If a subprocess exits with a unexpected exit code (one not listed in exitcodes= in a [program:x] section) then the exit will now be logged at the WARN level instead of INFO. -supervisorctl shutdown now shows an error message if an argument is given. -File descriptors are now closed using the faster os.closerange() instead of calling os.close() in a loop. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.12.0 -> 1.12.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | Changelog: Fix link errors to OTel spans (#1787) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.166 -> 2.4.167Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========= - Bump objects. - Bump changelog. - Bump version. - Bump objects. - Bump dependencies, move to poetry 1.3. - Bump certifi. - Bump deps. - Bump deps. - Re-order classes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.7.1 -> 5.8.0Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | Changelog: ========== Shell command-line tab-completion via argcomplete #811 Expose more attributes for typing #817 Fix lint #814 Additional Application examples and docs #811 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: upgrade 6.0.3 -> 6.0.4Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | Changelog: ========== -Fixed a type annotations regression introduced in v6.0.2 under Python versions <3.10. It was caused by importing certain types only available in newer versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: upgrade 5.11.3 -> 5.11.4Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | Changelog: ========== Fixed #2038 (again): stop installing documentation files to top-level site-packages CI: only run release workflows for upstream (#2052) Tests: remove obsolete toml import from the test suite (#1978) CI: bump Poetry 1.3.1 (#2058) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.22.4 -> 2.23.0Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== Feature -------- Add support for Python 3.11 (#920) (e4146a1) Other ------- Exclude py3.11 on windows (#917) (c57e31c) GitHub Actions add Python 3.11 to the testing (#916) (8d49551) Add migration instructions for as_gray in new pillow plugin. (#913) (b3b040a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.6.0 -> 2.6.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | Changelog: ========== * add documentation on shift operators, #181 * fix typo in iterable initializer description, #179 * optimize 'richcompare()' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 6.5.0 -> 7.0.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | Changelog: ========== -When checking if a file mapping resolved to a file that exists, we weren't considering files in .whl files. This is now fixed, closing issue 1511. -File pattern rules were too strict, forbidding plus signs and curly braces in directory and file names. This is now fixed, closing issue 1513. -Unusual Unicode or control characters in source files could prevent reporting. This is now fixed, closing issue 1512. -The PyPy wheel now installs on PyPy 3.7, 3.8, and 3.9, closing issue 1510. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: upgrade 22.7.1 -> 22.12.1Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: upgrade 3.5.2 -> 3.6.0Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Two new functions are added to the "asgiref.sync" module: "iscoroutinefunction()" and "markcoroutinefunction()". Python 3.12 deprecates "asyncio.iscoroutinefunction()" as an alias for "inspect.iscoroutinefunction()", whilst also removing the "_is_coroutine" marker. The latter is replaced with the "inspect.markcoroutinefunction" decorator. The new "asgiref.sync" functions are compatibility shims for these functions that can be used until Python 3.12 is the minimum supported version. **Note** that these functions are considered **beta**, and as such, whilst not likely, are subject to change in a point release, until the final release of Python 3.12. They are included in "asgiref" now so that they can be adopted by Django 4.2, in preparation for support of Python 3.12. * The "loop" argument to "asgiref.timeout.timeout" is deprecated. As per other "asyncio" based APIs, the running event loop is used by default. Note that "asyncio" provides timeout utilities from Python 3.11, and these should be preferred where available. * Support for the "ASGI_THREADS" environment variable, used by "SyncToAsync", is removed. In general, a running event-loop is not available to `asgiref` at import time, and so the default thread pool executor cannot be configured. Protocol servers, or applications, should set the default executor as required when configuring the event loop at application startup. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: upgrade 0.12.0 -> 0.12.1Wang Mingyu2022-12-271-2/+2
| | | | | | | | | | | | Changelog: ========== Support Python 3.11 (including wheels) Drop Python 3.5 support License-Update: Copyright year updated to 2022 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.12.11 -> 2022.12.18Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.9.0 -> 1.9.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== -Fixed issue where server default compare would not work for string defaults that contained backslashes, due to mis-rendering of these values when comparing their contents. -Implemented basic server default comparison for the Oracle backend; previously, Oracle's formatting of reflected defaults prevented any matches from occurring. -Adjusted SQLite's compare server default implementation to better handle defaults with or without parens around them, from both the reflected and the local metadata side. -Adjusted SQL Server's compare server default implementation to better handle defaults with or without parens around them, from both the reflected and the local metadata side. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metacity: upgrade 3.46.0 -> 3.46.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | Changelog: =========== - Improve switching between windows of same application. (#26) - Fix crash when background pixmap has non-default depth. (#34) - Unminimaze child window together with main window. (#31) - Updated translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.22 -> 2.23Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memtester: upgrade 4.5.1 -> 4.6.0Wang Mingyu2022-12-271-2/+1
| | | | | | | | | | | | | | Changelog: ========== -fix warning on signedness of the ONE constant. -add note to conf-cc about how to silence gcc's incorrect warning "suggest parentheses around assignment". -fix overflow in output for reported address. -add note about randomizing values used at runtime by seeding PRNG. Disabled by default for reproducibility. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logcheck: upgrade 1.3.24 -> 1.4.0Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-editing-services: upgrade 1.20.4 -> 1.20.5Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20221218.0 -> 6.0.20221225.0Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Pass ldflags to compilerKhem Raj2022-12-271-0/+2
| | | | | | | Fixes File /usr/lib/traceevent/libtraceevent.so in package trace-cmd doesn't have GNU_HASH (didn't pass LDFLAGS?) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* f2fs-tools: Upgrade to 1.15.0Khem Raj2022-12-273-1/+213
| | | | | | Add patches to build builds when S != B and largefile support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: Do not use GetAssertStackTrace with USE_STACKWALKER disabledKhem Raj2022-12-272-4/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Set HAVE_LARGEFILE_SUPPORTKhem Raj2022-12-272-0/+34
| | | | | | cmake somehow fails to set it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Fix locale on muslKhem Raj2022-12-272-3/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Fix build with muslKhem Raj2022-12-272-8/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice-gtk: Use libucontext for coroutines on muslKhem Raj2022-12-271-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: add recipeMarkus Volk2022-12-271-0/+31
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: build with dbus support by defaultMarkus Volk2022-12-271-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: update 0.4.12 -> 0.4.13Markus Volk2022-12-271-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add PACKAGECONFIG option to enable dbus support Release 0.4.13 Additions: Added bluetooth SCO (HSP/HFP) hardware offload support, together with an example script that enables this functionality on the PinePhone Encoded audio (mp3, aac, etc...) can now be passed through, if this mode is supported by both the application and the device The v4l2 monitor now also respects the node.disabled and device.disabled properties inside rules Added "Firefox Developer Edition" to the list of apps that are allowed to trigger a bluetooth profile auto-switch (#381) Added support in the portal access script to allow newly plugged cameras to be immediately visible to the portal apps Fixes: Worked around an issue that would prevent streams from properly linking when using effects software like EasyEffects and JamesDSP (!450) Fixed destroying pavucontrol-qt monitor streams after the node that was being monitored is destroyed (#388) Fixed a crash in the alsa.lua monitor that could happen when a disabled device was removed and re-added (#361) Fixed a rare crash in the metadata object (#382) Fixed a bug where a restored node target would override the node target set by the application on the node's properties (#335) Packaging: Added build options to compile wireplumber's library, daemon and tools independently Added a build option to disable unit tests that require the dbus daemon Stopped using fakesink/fakesrc in the unit tests to be able to run them on default pipewire installations. Compiling the spa test plugin is no longer necessary Added pkg-config and header information in the gir file Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: upgrade 12.1.0 -> 12.1.5Yi Zhao2022-12-271-2/+2
| | | | | | | | Release Notes: https://github.com/vmware/open-vm-tools/blob/stable-12.1.5/ReleaseNotes.md Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Add -D_LARGEFILE64_SOURCE to cflagsKhem Raj2022-12-271-1/+1
| | | | | | | -D_LARGEFILE64_SOURCE is needed for musl explicitly. Its added indirectly via -D_GNU_SOURCE on glibc but not on musl feature macros Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Define lseek64 = lseek on muslKhem Raj2022-12-271-15/+12
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Define off64_t on muslKhem Raj2022-12-273-35/+34
| | | | | | alias it to off_t which is 64bit always on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: add runtime dependency on flatpak-xdg-utilsMarkus Volk2022-12-261-0/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak-xdg-utils: add recipeMarkus Volk2022-12-261-0/+14
| | | | | | | | | Helper tools for sandboxed applications Provides support for thumbnailing, email and xdg-open Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Alias lseek64/open64/ftruncate64 on musl systemsKhem Raj2022-12-262-0/+20
| | | | | | This ensures it can keep building with newer musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Add -D_LARGEFILE64_SOURCE on muslKhem Raj2022-12-261-0/+1
| | | | | | | it used lfs64 funcitons which are under _LARGEFILE64_SOURCE and musl does not define it indirectly undet _GNU_SOURCE like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: Add -D_LARGEFILE64_SOURCE on muslKhem Raj2022-12-261-0/+1
| | | | | | | it used lfs64 funcitons which are under _LARGEFILE64_SOURCE and musl does not define it indirectly undet _GNU_SOURCE like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: add recipeMarkus Volk2022-12-262-0/+90
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Remove use of off64_t and lseek64Khem Raj2022-12-242-3/+439
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtracefs: Add recipeKhem Raj2022-12-242-0/+53
| | | | | | Needed by trace-cmd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtraceevent: Add recipeKhem Raj2022-12-242-0/+63
| | | | | | Its needed by trace-cmd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* appstream: add recipeMarkus Volk2022-12-242-0/+87
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>