summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* evolution-data-server: disable tests and examplesMarkus Volk2024-03-241-1/+4
| | | | | | | | | - Building the examples pulls in a requirement for gtk+3 Also disable installed_tests and maintainer_mode - Use json-glib by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: Disable seccomp support on muslKhem Raj2024-03-231-1/+3
| | | | | | | | | | | | seccomp support piece needs APIs e.g. tgkill which are unimplimented in musl [1] Secondly, remove libseccomp from unconditional dependencies it will be only added when packageconfig is selected. [1] https://www.openwall.com/lists/musl/2019/08/02/1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openflow: Fix build with muslKhem Raj2024-03-231-0/+3
| | | | | | | Link in external library to provide backtrace functions since they are not part of C library Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openflow: Merge .inc into .bbKhem Raj2024-03-232-63/+59
| | | | | | There is one recipe so merge the include file into recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openflow: Delete recipe for 1.0Khem Raj2024-03-231-4/+0
| | | | | | _git is the maintained recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Upgrade to 2.5Khem Raj2024-03-233-69/+2
| | | | | | | | Changelogs are here [1] [1] https://github.com/axboe/liburing/commit/f4e42a515cd78c8c9cac2be14222834be5f8df2b Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: Fix sys/stat.h and linux/stat.h conflicts with muslKhem Raj2024-03-232-1/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httpx: Upgrade 0.26.0 -> 0.27.0Leon Anavi2024-03-231-1/+5
| | | | | | | | | | | | | Upgrade to version 0.27.0: - The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead. - Respect the http1 argument while configuring proxy transports. - Fix RFC 2069 mode digest authentication. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-anyio: Upgrade 4.2.0 -> 4.3.0Leon Anavi2024-03-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | Upgrade to version 4.3.0: - Added support for the Python 3.12 walk_up keyword argument in anyio.Path.relative_to() (PR by Colin Taylor) - Fixed passing total_tokens to anyio.CapacityLimiter() as a keyword argument not working on the trio backend (#515) - Fixed Process.aclose() not performing the minimum level of necessary cleanup when cancelled. Previously: - Cancellation of Process.aclose() could leak an orphan process - Cancellation of run_process() could very briefly leak an orphan process. - Cancellation of Process.aclose() or run_process() on Trio could leave standard streams unclosed - Fixed Process.stdin.aclose(), Process.stdout.aclose(), and Process.stderr.aclose() not including a checkpoint on asyncio - Fixed documentation on how to provide your own typed attributes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: drop buildpath from tracker-miner-fs-3Markus Volk2024-03-232-5/+16
| | | | | | | Remove the buildpath from /usr/libexec/tracker-miner-fs-3 without breaking the binary Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.52.2 -> 1.54.0Markus Volk2024-03-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add PACKAGECONFIG for onedrive - switch to gcr4 Major changes in 1.54.0 ======================= * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.91 ======================== * onedrive: Fix several issues (Jan-Michael Brummer) * wsdd: List just devices of pub:Computer type to filter out unwanted devices (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.90 ======================== * daemon: Add OneDrive support based on msgraph library (Jan-Michael Brummer) * client: Reduce synchronous metadata methods calls to improve performance (Corey Berla) * network: Provide standard::content-type and access::can-rename attributes (António Fernandes) * build: Fix unknown arguments error on systems that don't use GNU C library (Ondrej Holy) * udisks2: Fix unmounting of mount paths that contain non-ASCII characters (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.1 ======================= * daemon: Add WS-Discovery support based on wsdd daemon (Ondrej Holy) * network: Hide Windows Network folder and show the servers merged by default (Ondrej Holy) * network: Various other fixes and enhancements (Ondrej Holy) * daemon: Port to gcr4 (Ondrej Holy) * smb: Fix livelock when mounting share without enough permissions (Ondrej Holy) * smb: Fix moving files across filesystem boundaries (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgraph: add recipeMarkus Volk2024-03-231-0/+18
| | | | | | | libmsgraph would be required for onedrive support in gvfs Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: update 45.2 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.0 ==== * system-monitor: Fix net speed [Florian; !313] * Misc. bug fixes and cleanups [Aral; !311] Contributors: Aral Balkan, Florian Müllner Translators: Anders Jonsson [sv], Piotr Drąg [pl], Balázs Úr [hu], Milo Casagrande [it], Quentin PAGÈS [oc], Athmane MOKRAOUI [kab], Changwoo Ryu [ko], Ask Hjorth Larsen [da] 46.rc ===== * Fix window previews in workspace indicator [Florian; !304] * Fix menu ornament in workspace indicator [Florian; !305] * Misc. bug fixes and cleanups [Florian; !306, !309] Contributors: Florian Müllner Translators: Danial Behzadi [fa], Ekaterine Papava [ka], Sabri Ünal [tr], Artur S0 [ru], Yuri Chornoivan [uk], Vasil Pupkin [be], Asier Sarasua Garmendia [eu], Yaron Shahrabani [he], Brage Fuglseth [nb], Nathan Follens [nl], Aurimas Černius [lt], Matej Urbančič [sl], Boyuan Yang [zh_CN], Kukuh Syafaat [id], Fran Dieguez [gl], Andi Chandler [en_GB], Baurzhan Muftakhidinov [kk], Rūdolfs Mazurs [lv], Guillaume Bernard [fr], Daniel Mustieles [es], Jiri Grönroos [fi] 46.beta ======= * apps-menu: Rename Applications to Apps [Allan; !299] * Misc. bug fixes and cleanups [Florian; !296, !297, !300, !301, !302] Contributors: Allan Day, Florian Müllner Translators: Gabriel Brand [de], Daniel Rusek [cs], Fran Dieguez [gl], Aefgh Threenine [th], Vasil Pupkin [be], Artur S0 [ru], Yosef Or Boczko [he], Sabri Ünal [tr] 46.alpha ======== * workspace-indicator: Fix initial preview visibility [Florian; !280, !292] * screenshot-window-sizer: Fix cycling between sizes backwards [Florian; !284] * Add back overview in Classic session [Florian; !287] * Allow running Classic session headless [Jonas; !289] * window-list: Fix buttons not being clickable at the screen edge [Florian; !291] * Add system-monitor extension [Florian; !277] * Fixed crash [Florian; !290] * Misc. bug fixes and cleanups [Florian; !276, !275, !278, !281, !286, !288] Contributors: Jonas Ådahl, Florian Müllner Translators: Kristjan SCHMIDT [eo], Brage Fuglseth [nb] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: update 45.0 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-chess: update 43.2 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 46.0 - March 14, 2024 ===================== - Updated translations 46.beta - February 9, 2024 ========================== - Highlight relevant pieces when king is checked (#46, #78, Mohammadreza Shabani) - Change keyboard shortcut for viewing previous/next moves (#67, Vancha) - Change tooltips to follow HIG guidelines (#75, Automeris naranja) - Improve style of message dialogs (#77, Felipe Kinoshita) - Fix "Time Limit" not translated in new game window (!47, Sabri Ünal) - Improvements to main menu (!48, Automeris naranja) - Improve shortcut names in help overlay (!51, Automeris naranja) - Updated appstream metainfo (!54, Sabri Ünal) - Fix broken links in user help (Andre Klapper) - Updated translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-text-editor: update 45.1 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • Various performance workarounds have been added to the overview map to improve rendering performance and quality with fractional scaling. • Translation updates Changes since 46.beta • Disable editing while document is loading • Discard still-loading documents when saving session • Fix some tab integration issues with libadwaita Changes since 46.alpha • Use AdwAboutDialog • Fix keyboard access to light/dark/follow theme selectors • Use GtkFontDialog instead of deprecated GtkFontChooserDialog • Check for files on disk before restoring drafts to avoid displaying deleted files. • Performance improvements to the minimap on GTKs new renderer • Avoid draft auto-save file the document is still loading • The language selection dialog is now modal • A new-window action was added to .desktop file for GNOME Shell • Improve support for closing a page while it is still loading • Updated translations Changes since 45.0 • Make various UI elements conform better to GNOME HIG • Fix etag usage when comparing changes from GFileMonitor • Cancel document loading when tab or window closes. This fixes an issue where you could have 100% CPU doing Pango line breaking on extremely large files even after closing a window or tab. • Improve margin for RTL languages • Updated appdata/metainfo • Fix memory leak in usage of GtkNativeDialog • Work around some broken user configurations for XDG special directories • Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: update 42.8 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | ver 46.0: This version contains translation updates. ver 46.beta: This version modernises the look of the properties dialogue. It also includes all the fixes available in version 42.8. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgtop: update 2.41.1 -> 2.41.3Markus Volk2024-03-231-1/+1
| | | | | | This update is required for gnome-system-monitor-46.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: update 1.5.0 -> 1.6.0Markus Volk2024-03-231-1/+2
| | | | | | | install missing metainfo files Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: update 45.2 -> 45.3Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | Version 45.3 ------------ New and updated translations: - Daniel Mustieles [es] - Sveinn í Felli [is] - Aurimas Černius [lt] - Rūdolfs Mazurs [lv] - Martin Srebotnjak [sl] - Cheng-Chia Tseng [zh_TW] New and updated manual translations - Juliano de Souza Camargo [pt_BR] - Sabri Ünal [tr] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-boxes: update 45.0 -> 46.0Markus Volk2024-03-231-1/+2
| | | | | | | | | | | | | | | | | 46.0 - Mar 18, 2024 =================== Changes since 45.0 - Disable "secure-boot" for EFI virtual machines - Use libportal to call Background Portal - Fallback to default resources on error cases - Fix crash when processing a non bootable ISO image - Fix permissions when copying template files - Added/updated/fixed translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-system-monitor: update 45.0.1 -> 46.0Markus Volk2024-03-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gnome-system-monitor was ported to gtk4 New in 46.0 - 16 March 2024 * Updated translations * style: Blend header bar with window contents !126 (kramo) New in 46.rc - 2 March 2024 * Updated translations * interface: Readd Delete key as shortcut to end process !128 (Óscar Fernández Díaz) * Fixed memory leak in affinity change !129 (Yannis Gerlach) * Updated app links !130 (Óscar Fernández Díaz) * Metainformation improvements: correct developer and platform added (Sophie Herold) New in 46.beta - 11 February 2024 * Updated translations * Fixed several memory leaks (Barnabás Pőcze) * Fixed several plotting issues (Barnabás Pőcze) * Partial rework of graph class hierarchy (Robert Roth) * Remember window state #295 (Óscar Fernández Díaz) * Renamed appdata to match desktop file !124 (Óscar Fernández Díaz) New in 46.alpha - 6 January 2024 * Updated translations * Application ported to GTK4 (Ondřej Míchal) * Fixed shortcuts #262 (Robert Roth) * Fixed highcontrast graph labels #266 (Robert Roth) * Fixed argument type mismatch !82 (Barnabás Pőcze) * Updated UI to match Human Interface Guidelines !84 (Automeris Naranja) * Ported various application components to adwaita (Óscar Fernández Díaz) * Added flatpak build manifest !113 (Óscar Fernández Díaz) * Various code improvements (Óscar Fernández Díaz) * Appdata updates !114 (Sabri Ünal) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk4mm: add recipeMarkus Volk2024-03-231-0/+21
| | | | | | | the gtk4 variant of gtkmm is required for gnome-system-monitor Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-themes-extra: build with gtk+3Markus Volk2024-03-231-3/+4
| | | | | | | | - disable gtk2 - update dependencies Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcloudproviders: update 0.3.5 -> 0.3.6Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | 0.3.6 ----- * Plug several memory leaks * Avoid use-after-free within the Proxy * Renamespace CloudProvidersProvider * Reduce a bit the CloudProvidersAccount memory footprint Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: use gcr4 variantMarkus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: update 5.10.0 -> 5.12.0Markus Volk2024-03-231-3/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather4: update 4.4.0 -> 4.4.2Markus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Fix clang support patchesKhem Raj2024-03-222-30/+76
| | | | | | | | | | | Replace alloca with malloc Allocate size for struct option array was not correct therefore multiply the value with sizeof(struct option) to account for it [YOCTO #15449 ] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: update 45.1 -> 46.0Markus Volk2024-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - this update will require libadwaita 1.5.0 Major changes in 46.0: * Updated translations Major changes in 46.rc: * Improve AppData information some more * Various code cleanups * Updated translations Major changes in 46.beta: * Improve AppData information * Use the Settings portal for the show-week-dates setting * Fix daylight saving time events in the Week view * Add accessible labels to a few UI elements * Use the new AdwDialog API for responsive dialogs * Tweak the visuals of the Month view * Properly make Calendar stop the weather service in Flatpak * Updated translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-remote-desktop: update 45.1 -> 46.0Markus Volk2024-03-221-6/+6
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-session: update 45.0 -> 46.0Markus Volk2024-03-222-36/+34
| | | | | | | | - consolekit support was removed upstream - add PACKAGECONFIG for doc Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calculator: update 45.0.2 -> 46.0Markus Volk2024-03-221-1/+1
| | | | | | | - libsoup is required to be built with vapi support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tecle: update 45.0 -> 46.0Markus Volk2024-03-221-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus: re-add recipe with latest patches and add ptestDerek Straka2024-03-227-0/+784
| | | | | | | | | | | | | | The python3-dbus package was removed in (dac933e). While the upstream project isn't active, other distributions (e.g. Fedora, Debian, etc) continue to offer the package and apply patches to resolve reported issues. While other packages offer similar functionality (e.g. dasbus), they are not drop in replacements and the general dbus functionality works out of the box. The python package has accomplished it's goal of providing useful functionality, and the proposal is to continue to have it available in meta-python for use. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Deduplicate PACKAGECONFIG into lv-confMarek Vasut2024-03-223-2/+2
| | | | | | | | Move the default PACKAGECONFIG setting from both recipes into lv-conf.inc to avoid duplication. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Drop unnecessary PV appendMarek Vasut2024-03-222-2/+0
| | | | | | | | | | The PV has been appended because the source has been pulled from git as of specific revision past 9.0.1 release of LVGL. The current source is pulled as of tagged release 9.1.0, drop the extra git suffix. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Drop superfluous ALLOW_EMPTYMarek Vasut2024-03-221-2/+0
| | | | | | | | This ALLOW_EMPTY was a workaround for LVGL built as static library. The lvgl is now built as shared library, drop this remnant. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade to v2024.03.03Martin Jansa2024-03-222-241/+1
| | | | | | | | * drop 0003-tests-Makefile-make-sure-group.list-DIRT-exists-befo.patch which was merged upstream Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: update 0.4.17 -> 0.5.0Markus Volk2024-03-221-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: add missing config directoryYi Zhao2024-03-221-0/+5
| | | | | | | Create /etc/netplan to store configuration files. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: upgrade 4.0 -> 4.0.1Yi Zhao2024-03-222-37/+2
| | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/linux-audit/audit-userspace/releases/tag/v4.0.1 Update TRUSTED_APP interpretation to look for known fields; In auditd plugins, allow variable amount of arguments; Fix augenrules to work correctly when kernel is in immutable mode; Add audisp-filter plugin; Improve sorting speed of aureport --summary reports; Auditd & audit-rules.service pick up paths automatically. * Drop backport patch. * Specify runstatedir. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: disable shadow without x11Martin Jansa2024-03-221-1/+1
| | | | | | | | | | | | | | | | | | * add -DWITH_SHADOW=OFF to avoid build failure without x11 in DISTRO_FEATURES: CMake Error at TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) Call Stack (most recent call first): TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindX11.cmake:665 (find_package_handle_standard_args) server/shadow/X11/CMakeLists.txt:1 (find_package) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: upgrade 7.9.2 -> 9.0.0Yi Zhao2024-03-2110-121/+103
| | | | | | | | | | | ChangeLog: https://github.com/facebook/rocksdb/releases/tag/v9.0.0 * Refresh patches. * Drop backport patch. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openvpn: upgrade 2.6.9 -> 2.6.10Yi Zhao2024-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Update copyright years to 2024 ChangeLog: https://github.com/OpenVPN/openvpn/blob/v2.6.10/Changes.rst Security fixes: CVE-2024-27459: Windows: fix a possible stack overflow in the interactive service component which might lead to a local privilege escalation. CVE-2024-24974: Windows: disallow access to the interactive service pipe from remote computers. CVE-2024-27903: Windows: disallow loading of plugins from untrusted installation paths, which could be used to attack openvpn.exe via a malicious plugin. Plugins can now only be loaded from the OpenVPN install directory, the Windows system directory, and possibly from a directory specified by HKLM\SOFTWARE\OpenVPN\plugin_dir. CVE-2024-1305: Windows TAP driver: Fix potential integer overflow in !TapSharedSendPacket. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: 2.10 -> 2.15Robert Yang2024-03-217-124/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove 0001-Support-Atomic-ops-on-clang.patch because of: commit 54605b8a5807fe893a4b9ff8def982a264cdc6c9 Author: Aliaksey Kandratsenka <alkondratenko@gmail.com> Date: Wed Jun 21 10:39:18 2023 -0400 amputate old atomic ops implementation * Remove sgidef.patch because of: commit e78238d94d41764dc72edb37e3d6510255d3dcd4 Author: Aliaksey Kandratsenka <alkondratenko@gmail.com> Date: Wed Jun 21 10:39:38 2023 -0400 reworked heap leak checker for more portability * Remove 0001-Define-off64_t-as-off_t-on-musl.patch because of: commit 8be84e4a5c28c33bfdb7da3ee0c92d9620cd552f Author: Aliaksey Kandratsenka <alkondratenko@gmail.com> Date: Fri Jul 21 14:18:12 2023 -0400 drop old mmap hooks and introduce internal & simpler mmap_hook.h * Rebased 0001-Support-Atomic-ops-on-clang.patch for 2.15 * Rebased ppc-musl.patch for 2.15 * Add 0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch to fix build error for 32bit machine. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: add recipeMarkus Volk2024-03-201-0/+61
| | | | | | | freerdp3 is required to build gnome-remote-desktop-46.0 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: upgrade 0.7.0 -> 0.15.0Yi Zhao2024-03-2033-1063/+574
| | | | | | | | | | | | | Release Notes: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.15.0 * Use external dependencies where possible to get rid of bundled packages. * Add PACKAGECONFIGs. * Use its own systemd service file. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Update to 9.1.0Marek Vasut2024-03-203-40/+2
| | | | | | | | Update LVGL to final 9.1.0 . Drop the XRGB8888 fix which is part of the release. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Reinstate demo configuration settingsMarek Vasut2024-03-201-0/+4
| | | | | | | | | | The LVGL demo is configured slightly differently than the LVGL itself. Logging and printing is enabled, memory size is higher and compressed fonts are enabled. Reinstate the settings, otherwise the demo keeps crashing at least with SDL2 backend. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>