[gnome-remote-desktop] build: Bump FreeRDP version requirement
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] build: Bump FreeRDP version requirement
- Date: Tue, 11 Jan 2022 17:59:25 +0000 (UTC)
commit c2b486ef1fbf68c2ea4808d1fd39c7d329c06ccc
Author: Pascal Nowack <Pascal Nowack gmx de>
Date: Thu Dec 23 09:32:18 2021 +0100
build: Bump FreeRDP version requirement
FreeRDP 2.4.x includes an important fix for an fd leak, that happened
when copy-pasting files from the server side to the client side.
While the fd leak did not happen in most situations (due to usually
only having small file lists), it is still desirable to prevent this
behaviour.
To ensure, that gnome-remote-desktop cannot run into such fd leaks,
bump the FreeRDP version requirement.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index a62975a..df7cd19 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('gnome-remote-desktop', 'c',
default_options: ['warning_level=1',
'buildtype=debugoptimized'])
-freerdp_req = '>= 2.3.0'
+freerdp_req = '>= 2.4.1'
fuse_req = '>= 3.9.1'
nvenc_req = '>= 11'
xkbcommon_req = '>= 1.0.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]