summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-pyatspi: upgrade 2.38.2 -> 2.46.0Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: upgrade 2.8.7 -> 2.8.8Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | Changelog: =========== Supports Python 3.8, 3.9, 3.10, and 3.11. NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.50.0 -> 1.51.0Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jedi: upgrade 0.18.1 -> 0.18.2Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | | Changelog: ========= Added dataclass-equivalent for attrs.define Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker. Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim. And many smaller bugfixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.60 -> 0.0.61Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | | | Changelog: ========== Add mnw_MM.UTF-8 and ckb_IQ.UTF-8 Do not run test cases using Python2 anymore Add bih Add more translations from CLDR Migrate license tag to SPDX Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.2.0 -> 8.6.0Wang Mingyu2022-11-281-1/+1
| | | | | | | | Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version8.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: upgrade 5.3.1 -> 5.3.2Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | Changelog: ========== Deliver callbacks from different namespaces #1909 Fix documentation typos #1881 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: upgrade 4.0.0 -> 4.1.0Wang Mingyu2022-11-281-1/+1
| | | | | | | | Changelog: https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: upgrade 1.1.0 -> 1.1.4Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | | | Improvements: Improved support for languages such as Slovak, Indonesian, Hindi, German, and Japanese (#1064, #1094, #986, #1071, #1068) Recursively create a model home (#996) Replace regex sub with simple string replace (#1095) Add Python 3.10, 3.11 support (#1096) Drop support for Python 3.5, 3.6 versions (#1097) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: upgrade 3.0.0 -> 3.0.1Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | | | | | Changelog: ========= Fixed ------ Multi-bytes cutter/chunk generator did not always cut correctly (PR #233) Changed ------- Speedup provided using mypy/c 0.990 on Python >= 3.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: upgrade 2.0.5 -> 2.0.8Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.12.12 -> 2.12.13Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | | Changelog: =========== Prevent returning an empty list for ClassDef.slots() when the mro list contains one class & it is not object. Prevent a crash when inferring calls to str.format with inferred arguments Infer the length argument of the random.sample function. Catch ValueError when indexing some builtin containers and sequences during inference. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6Wang Mingyu2022-11-282-8/+8
| | | | | | | License-Update: Copyright updated to 0.1.6 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-lite: upgrade 1.9.8 -> 1.9.9Wang Mingyu2022-11-281-2/+1
| | | | | | | | | | | | | | Changelog: ========== - SCardEstablishContext() may return SCARD_W_SECURITY_VIOLATION if refused by Polkit - Fix SCardReleaseContext() failure on orphan handles - Fix SCardDisconnect() on orphan handle - pcsc-spy: log the pioSendPci & pioRecvPci SCardTransmit() parameters - Improve the log from pcscd: log the return code in text instead of hex - Some other minor improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.10.30 -> 2022.11.06Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.33.2 -> 1.33.3Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mg: upgrade 20220614 -> 20221112Wang Mingyu2022-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.5.2 -> 2.6.1Wang Mingyu2022-11-283-65/+2
| | | | | | | | | 0001-configure-Check-for-request_init-API-when-probing-fo.patch 0001-tools-gensiot-Fix-build-with-musl.patch removed since they're included in 2.6.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libglvnd: upgrade 1.5.0 -> 1.6.0Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | Changelog: =========== Added assembly dispatch support for loongarch64 Fixed GLX assembly dispatch support for x32 Fixed TLS handling for single-threaded programs on FreeBSD Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 22.10.26 -> 22.11.23Wang Mingyu2022-11-281-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20221113.0 -> 5.9.20221120.0Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | Changelog: =========== build-sys: add clean-tlib and clean-gcov to the dependecy list of clean-local Fortran: reset "newline" state when processing a new input file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* colord: upgrade 1.4.5 -> 1.4.6Wang Mingyu2022-11-281-2/+2
| | | | | | | | | | | | | | | | | | Changelog: ========== Bugfixes: - Add missing copyright notices - Add Spyder X entry - Document where to send patches - Don't use exact floating point comparisons - Drop option for removed reverse engineering tools - Drop references to hughski.com - Fix a small memory leak in sqlite3_exec() - Fix typo in device-removed signal documentation - Make introspection optional in meson Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ccid: upgrade 1.5.0 -> 1.5.1Wang Mingyu2022-11-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Add support of Access IS ATR220 with idProduct: 0x0184 Alcor Link AK9567 Alcor Link AK9572 BLUTRONICS TAURUS NFC CHERRY SmartTerminal ST-1144 CREATOR CRT-603(CZ1) CCR Dexon Tecnologias Digitais LTDA DXToken ESMART Reader ER433x ICC ESMART Reader ER773x Dual & 1S Flight system consulting Incredist Ledger Nano S Ledger Nano S Plus Ledger Nano SP Ledger Nano X SafeNet eToken Fusion Sensyl SSC-NFC Reader * Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR * configure.ac: add --enable-strict option * Fix a problem with AUTO PPS readers and ATR convention inverse cards * macOS: log non sensitive strings as "%{public}s" * Some other minor improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: upgrade 3.0.8 -> 3.0.9Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | | | | | Changelog: =========== In auditd, release the async flush lock on stop Don't allow auditd to log directly into /var/log when log_group is non-zero Cleanup krb5 memory leaks on error paths Update auditd.cron to use auditctl --signal In auparse, if too many fields, realloc array bigger (Paul Wolneykien) In auparse, special case kernel module name interpretation If overflow_action is ignore, don't treat as an error Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: update 98 -> 102Markus Volk2022-11-2814-217/+118
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: add recipe for v122Markus Volk2022-11-281-0/+49
| | | | | | | autotools buildsystem has been dropped Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: update 42.0 -> 43.1Markus Volk2022-11-271-4/+5
| | | | | | | - build with gtk4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: update 42.0 -> 43.1Markus Volk2022-11-273-14/+20
| | | | | | | - build with gtk4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: update 1.72.2 -> 1.75.1Markus Volk2022-11-271-2/+2
| | | | | | | - build with mozjs-102 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geocode-glib: build with libsoup-3.0Markus Volk2022-11-271-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: update 1.8.38 -> 1.10.4Markus Volk2022-11-271-1/+1
| | | | | | | Update to fix use with gcr4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: update 42.1 -> 43.0Markus Volk2022-11-271-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: update 3.44.2 -> 3.46.1Markus Volk2022-11-272-10/+11
| | | | | | | | - build with libsoup-3.0 - dont add gtk4 exclusively, because some projects still stick to gcr3 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-keyring: use gcr3Markus Volk2022-11-271-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: build with gcr3Markus Volk2022-11-271-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: use gcr3Markus Volk2022-11-271-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather: update 4.0.0 -> 4.2.0Markus Volk2022-11-272-17/+10
| | | | | | | | - use gtk4 - build with libsoup-3.0 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgdata: use gcr3Markus Volk2022-11-271-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.30 -> 2.0Markus Volk2022-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | ver 2.0: Fix issue with handling P2P and limiting ciphers to CCMP. Fix issue with scanning before forced roaming action. Fix issue with provided scan frequencies from RRM. Fix issue with handling Michael MIC failure message. Fix issue with handling timestamp size in MPDU frames. Fix issue with handling enablement of OCVC for FT AKMs. Fix issue with handling FT work as highest priority. Fix issue with handling roaming events and Multi-BSS. Add support for utilizing roaming candidates list. Add support for utilizing TLS session caching. Add support for ciphers with 256 bits key size. Add support for Access Point mode with legacy TKIP. Add support for MAC address changes while powered. Add support for IPv4 and IPv6 network configuration. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: upgrade 0.3.60 -> 0.3.61Markus Volk2022-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 0.3.61 (2022-11-24) This is a bugfix release that is API and ABI compatible with previous 0.3.x releases. Highlights Fix a bug in audioadapter that could cause crashes when switching bluetooth profiles. Fix sound in QEMU, deadbeef and openal again. libcamera plugin fixes, dynamic add and remove should now work with the next wireplumber version. Fix a regression in pw-midiplay where the first buffer would not play and some events would be missing. The network module now doesn't export other network sources anymore. pulse-server now detects clients that keep underrunning for a long time and will pause them to save power. Many more bugfixes and improvements. PipeWire Optimize away some useless graph recalculations. Increase alternative sample rates from 16 to 32. FreeBSD and musl build fixes. Silence some module loading errors when the error can be ignored. Fix initial buffer requested size for pw-stream when operating in async mode. This also indirectly fixes the first buffer in pw-midiplay. (#2843) Modules Set the network property on pulse-tunnel streams so that they are not exported anymore. (#2384) Filter-chain has optimized mix functions now. SPA Handle some errors in libcamera better. Fix libcamera remove events. Fix the id allocation for devices. Fix a bug in audioadapter where it would not renegotiate after a port reconfiguration, leading to crashes, especially when automatically switching profiles in bluetooth. (#2764) Do ALSA probing in 44100Hz again. Some devices seem to fail otherwise for some unknown reason. (#2718) Force playback start when the ALSA buffer is full. This fixes sound in QEMU. (#2830) Support Digital 5.1 AC3 for Asus Xonar SE. Improve format renegotiation in audioadapter. This makes the ALSA plugin work again for deadbeef. (#2832) Fix latency reporting on adapter DSP ports. pulse-server Fix a bug where openal based applications would hang. (#2821) Improve zeroconf publish. Only publish on the address of the first running server. This avoids duplicate entries for IPv4 and IPv6. Add support for republish entries when new servers are started. Add a pulse.idle.timeout option (default to 5 seconds) to pause streams that have been underrunning for this amount of time. Badly behaving clients will then not keep the graph and device busy so that devices can be suspended to save battery. This should give better default behaviour with speech-dispatcher. (#2839) JACK Add an option to configure the filter character. Fix connect_callbacks. It was only called once for output ports. (#2841) Add option to set node.passive on jack clients. Make some quirks for qsynth to make it suspend and fade out better. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-binwalk: add recipe for version 2.3.3Tomasz Żyjewski2022-11-251-0/+17
| | | | | | | Install binwalk utility Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aioserial: new packageGerbrand De Laender2022-11-251-0/+17
| | | | | | | | Adds a recipe for aioserial - an asynchronous serial port library for Python Signed-off-by: Gerbrand De Laender <gdelaende@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: upgrade 2.19.2 -> 2.19.3Chen Pei2022-11-251-1/+1
| | | | | | | | | | Version 2.19.3, 2022-11-16 CVE-2022-43705: A malicious OCSP responder could forge OCSP responses due to a failure to validate that an embedded certificate was issued by the end-entity issuing certificate authority. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: fix selinux policy rebuild error on first deploymentYi Zhao2022-11-252-0/+45
| | | | | | | | | Backport a patch to fix selinux policy rebuild error on first deployment. See: https://github.com/ostreedev/ostree/issues/2758 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-m2crypto: fix CVE-2020-25657 and buildpaths qa issueKai Kang2022-11-253-6/+183
| | | | | | | | | | | | | | | | Backport patch to fix CVE-2020-25657 for python3-m2crypto. Adjust indent as well. Remove duplicate 'Upstream-Status:' from avoid-host-contamination.patch. Add swig option '-DOPENSSL_FILE' to fix buildpaths qa issues. WARNING: python3-m2crypto-0.38.0-r0 do_package_qa: QA Issue: File /usr/lib/python3.11/site-packages/M2Crypto/_m2crypto.cpython-311-x86_64-linux-gnu.so in package python3-m2crypto contains reference to TMPDIR [buildpaths] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: upgrade 2.34 -> 2.35Markus Volk2022-11-251-1/+1
| | | | | | | | This fixes a nasty bug where the shown device list doesnt match the underlying MAC list, resulting in connecting to a different device than selected. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kmod: new packageBartosz Golaszewski2022-11-251-0/+14
| | | | | | | Add a recipe for python3-kmod - a python wrapper around libkmod. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: fix cross-compilation errorDmitry Baryshkov2022-11-251-1/+6
| | | | | | | | | | | | Change OS_TEST to be soft assignment so that the cross-compilation doens't fail with the errors like (note the difference in CPU tags): | make[4]: *** No rule to make target '../certhigh/Linux3.4_x86_64_glibc_PTH_64_OPT.OBJ/certhtml.o', needed by 'Linux3.4_aarch64_glibc_PTH_64_OPT.OBJ/libnss3.so'. Stop. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.0.1 -> 1.1.1zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>