summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* boinc-client: Update boinc from 7.18.1 to 7.20.4Gianfranco Costamagna2022-11-233-77/+3
| | | | | | | | Drop patches now upstream, or deprecated due to gtk3 switch Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: stage protoc binary to sysrootSamuli Piippo2022-11-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | If protoc is enabled for the build, recipes using protobuf will fail when protoc is not available in the recipe sysroot: | The imported target "protobuf::protoc" references the file | | ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/protoc-3.21.5.0" | | but this file does not exist. Possible reasons include: | | * The file was deleted, renamed, or moved to another location. | | * An install or uninstall procedure did not complete successfully. | | * The installation package was faulty and contained | | ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/cmake/protobuf/protobuf-targets.cmake" | | but not all the files it references. Use SYSROOT_DIRS to stage the binary to sysroot so it's always available for other recipes. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vbxguestdrivers: upgrade 7.0.2 -> 7.0.4Gianfranco Costamagna2022-11-231-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: 4.16.3 -> 4.16.5Kai Kang2022-11-231-1/+1
| | | | | | | | | It fixes CVE-2022-45062 in xfce4-settings 4.16.5. CVE: CVE-2022-45062 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simplejson: upgrade 3.17.6 -> 3.18.0zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Allow serialization of classes that implement for_json or _asdict by ignoring TypeError when those methods are called https://github.com/simplejson/simplejson/pull/302 * Raise JSONDecodeError instead of ValueError in invalid unicode escape sequence edge case https://github.com/simplejson/simplejson/pull/298 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeinterface: upgrade 5.5.1 -> 5.5.2zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | | | | Changelog: Add support for building arm64 wheels on macOS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.43 -> 1.4.44zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.44 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-vlc: upgrade 3.0.16120 -> 3.0.18121zhengrq.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>
* python3-wxgtk4: 4.1.1 -> 4.2.0Kai Kang2022-11-234-904/+35
| | | | | | | | | | | | Upgrade python3-wxgtk4 from 4.1.1 to 4.2.0: * fix licence according to LICENSE.txt that it is licenced under LGPL-2.0, and WXwindows is used for documents * remove backported patches * not overwrite CFLAGS and CXXFLAGS in file wscript Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-attrdict3: add recipe with version 2.0.2Kai Kang2022-11-231-0/+12
| | | | | | | python3-attrdict3-native is required by python3-wxgtk4. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: 3.1.5 -> 3.2.1Kai Kang2022-11-236-115/+145
| | | | | | | | | | | | | Upgrade wxwidgets from 3.1.5 to 3.2.1. * rename respect-DESTDIR-when-create-link.patch that DESTDIR has considerred by upstream and only create symlink with relative path * rebase patches to replace wxPLATFORM_LIB_DIR with LIB_SUFFIX * split .so files to -dev package to fix [dev-so] qa error * fix host contamination Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Use echo instead of bbnoteDevendra Tewari2022-11-231-1/+1
| | | | | Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* navigation: bump proj to 9.1.0 libraryClément Péron2022-11-232-22/+22
| | | | | | | | | | Proj has moved to CMake build system. Update the recipe and make more PACKAGECONFIG available following the ./contrib/oe-stylize.py output. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: fix do_compile errorChangqing Li2022-11-232-0/+43
| | | | | | | | | | | | | | | | | | | | | with make 4.4, linuxptp do_compile will failed with error: In file included from clock.c:35: missing.h:61:9: error: redeclaration of enumerator 'HWTSTAMP_TX_ONESTEP_P2P' 61 | HWTSTAMP_TX_ONESTEP_P2P = 3, | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from clock.c:21: /buildarea2/WRLCD_Regression/Rerun/build_dir/11201532-build_scp_world_Feature_Test/qemux86-64-standard-std-OE/build/tmp-glibc/work/core2-64-wrs-linux/linuxptp/3.1.1-r0/recipe-sysroot/usr/include/linux/net_tstamp.h:128:9: note: previous definition of 'HWTSTAMP_TX_ONESTEP_P2P' with type 'enum hwtstamp_tx_types' 128 | HWTSTAMP_TX_ONESTEP_P2P, | Following change of make 4.4 changes behavior of shell function: * WARNING: Backward-incompatibility! Previously makefile variables marked as export were not exported to commands started by the $(shell ...) function. Now, all exported variables are exported to $(shell ...). Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-cross: upgrade; fix buildMarkus Volk2022-11-234-129/+5
| | | | | | | | | This updates spirv-cross to the latest release - use cmake and build shared. - get pc files created for use with pkgconfig Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: upgrade 0.3.59 -> 0.3.60Markus Volk2022-11-231-2/+2
| | | | | | | - switch PIPEWIRE_SESSION_MANAGER to wireplumber by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: add runtime dependency bubblewrap for PACKAGECONFIG[selinux]Yi Zhao2022-11-231-1/+1
| | | | | | | | | | Since 2022.3, ostree has a runtime dependency on bubblewrap when enable selinux feature[1]. [1] https://github.com/ostreedev/ostree/commit/edb4f3893474736156c654aa43bdbf3784991811 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: set correct pam plugin directoryYi Zhao2022-11-231-4/+5
| | | | | | | | | | | | | | | | | | | | Set pam plugin directory to ${base_libdir}/security as this is the default setting in pam recipe. Before the patch: root@qemux86-64:~# echo "password requisite pam_pwquality.so retry=3" >> /etc/pam.d/common-password root@qemux86-64:~# passwd passwd: Module is unknown passwd: password unchanged After the patch: root@qemux86-64:~# echo "password requisite pam_pwquality.so retry=3" >> /etc/pam.d/common-password root@qemux86-64:~# passwd New password: Retype new password: Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* suitesparse:fix git branch in SRC_URIChen Pei2022-11-231-1/+1
| | | | | | | | | The master branch of suitesparse no longer exists and has been changed to stable. See [YOCTO #14968] report it. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lldpd: Use github release assets for SRC_URIKhem Raj2022-11-231-1/+1
| | | | | | media.luffy.cx seems unreliable as AB is not able to fetch it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lldpd: upgrade 1.0.15 -> 1.0.16Wang Mingyu2022-11-191-0/+0
| | | | | | | | | | Fix: -------- Do not use 00:00:00:00:00:00 as chassis ID. Do not busy loop when an interface with a neighbor disappears. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.3.2 -> 4.3.3Wang Mingyu2022-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.65.0 -> 2.66.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md#features-1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.56.4 -> 1.57.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Features ------------ Add support for Python 3.10 (#143) (63ca888) Add support for Python 3.11 (#145) (b9dbb21) added google.api.JwtLocation.cookie (6af2132) added google.api.Service.publishing and client libraries settings (6af2132) new fields in enum google.api.ErrorReason (6af2132) Bug Fixes ----------- deprecate google.api.BackendRule.min_deadline (6af2132) deps: Require protobuf >=3.19.5 (#141) (9ea3530) Documentation -------------- minor updates to comments (6af2132) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: upgrade 0.33.1 -> 0.33.2Wang Mingyu2022-11-191-1/+1
| | | | | | | | | Changelog: * greenio: GreenPipe/fdopen() with 'a' in mode raised io.UnsupportedOperation: File or stream is not writable https://github.com/eventlet/eventlet/pull/758 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-utils: upgrade 2.0.0 -> 2.1.0Wang Mingyu2022-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: upgrade 3.1.0 -> 4.0.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== Updates for Flask-SQLAlchemy 3.x compatiblity Enable type comparison and batch mode by default Option to rename "db" command group to a custom name Better handling of MetaData instances in templates Set options correctly when revision --autogenerate is used #463 Documentation section on configuring Alembic Upgrade build to pypy-3.9 Add Python 3.10 to build Add Python 3.11 to build Specify license in project metadata #489 Remove tests from pypi package Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.1 -> 4.1.3Wang Mingyu2022-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager-openvpn: upgrade 1.10.0 -> 1.10.2Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | Changelog: ========= * IP condfiguration is no longer required in TAP mode. * Fix initialization of secret flags. * Add support for DOMAIN-SEARCH option. * Set data-ciphers option with chosen cipher. * Update Brazilian Portuguese, Croatian, Danish, Georgian, Polish, Serbian, Slovenian, Swedish, Turkish and Ukrainian translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 6.4 -> 7.0Wang Mingyu2022-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: upgrade 42.0 -> 43Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | Changelog: ========= - all new 43 set of default and supplemental wallpapers - SVG and WebM formats for better compression and resolution - 4k square format targeting both widescreen, 4:3 and portrait displays. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: upgrade 1.7.0 -> 1.7.1Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Remove stray comment and added missing header Initialize help hook before actually parsing the command line remove unnecessary generated include directory Fixed build issues on window Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings Ensure we don't need benchmark installed to pass c++ feature checks Avoid deprecation warning in NVHPC run ClearRegisteredBenchmarks at exit FIx typo in benchmark.h add debug option for enabling more output for failed cxxfeaturechecks Fix link error when use as static library on windows. use CMAKE_INSTALL_FULL in pkg-config file (fixes nix package) Clean up test documentation formatting Enable aarch64 Linux wheel builds, use cibuildwheel action directly Eliminate usage of deprecated API in sysinfo.cc Stop using pandas.Timedelta (fixes #1482) Discuss sources of variance in the user guide Bump pybind11 version to enable Python 3.11 wheel builds bump cmake dep and docs Support for QuRT OS (Hexagon RTOS) Fix Solaris compilation (#1499) Do not depend on unversioned python binary Partially revert "Do not depend on unversioned python binary (#1496)" Add information for supported Python versions to setup.py [bazel] Build libpfm as a dependency to allow collection of perf counters Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glibmm-2.68: upgrade 2.72.1 -> 2.74.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Glib: * ustring: Add release() Gio: * ListStore: Don't derive a gtkmm__GListStore GType * DBus::Proxy: get_connection(), get_interface_info(): Add refreturn * AppInfo: Add get_default_for_type_async/finish(), get_default_for_uri_scheme_async/finish() * File: Add make_symbolic_link_async/finish() * ListStore: Add property_n_items() * Resolver: Add lookup_by_name_with_flags(), lookup_by_name_with_flags_async/finish() * ListStore: Add find() * File: Add create_tmp() Documentation: * Glib::RefPtr: Improve the documentation * Gio::Action: Improve the documentation gmmproc: * Improved handling of final types * Improve handling of gi-docgen syntax in C documentation Build: * Meson build: Avoid unnecessary configuration warnings * Meson/MSVC: Add more warnings to ignore * NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created * Require glib-2.0 >= 2.73.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: upgrade 2.8.1 -> 2.9.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Notewhorth changes: ------------------- Backported #8252: Support sending server redirection PDU Backported #8406: Ensure X11 client cursor is never smaller 1x1 Backported #8403: Fixed multiple client side input validation issues (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319, CVE-2022-39320, CVE-2022-41877, CVE-2022-39347) Backported #7282: Proxy server now discards input events sent before activation was received Backported #8324: Internal replacements for md4, md5 and hmac-md5 For the time being the RDP protocol requires these outdated hash algorithms. So any distribution that wants to ship a working FreeRDP should check the options WITH_INTERNAL_MD4 (and depending on OpenSSL deprecation status WITH_INTERNAL_MD5) Fixed issues: -------------- Backported #8341: Null checks in winpr_Digest_Free Backported #8335: Missing NULL return in winpr_Digest_New Backported #8192: Support for audin version 2 microphone channel Backported #7282: Discard input events before activation (Fixes #8374) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.38 -> 0.4.40Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Operations: ----------- *newsprint: do not drop alpha channel in RGB modes. Core ---------- *fixes for legacy build, still supporting building latest GEGL for stable GIMP with old babl (not recommended if distros can have recent enough meson.). *avoiding possible multi thread race in babl garbage collection Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20221106.0 -> 5.9.20221113.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | Changelog: 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>
* babl: upgrade 0.1.96 -> 0.1.98Wang Mingyu2022-11-191-1/+1
| | | | | | | | | Changelog: More robust bounds protection in ICC handling, avoid garbage collecting lookup tables in-line with processing. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>