[gnome-remote-desktop] build: Bump FreeRDP version requirement



commit 459f9a38fd82794c4a0f1b48e20ecc3fde0cca6e
Author: Pascal Nowack <Pascal Nowack gmx de>
Date:   Fri Feb 11 19:58:27 2022 +0100

    build: Bump FreeRDP version requirement
    
    FreeRDP 2.5.0 contains a fix for a protocol violation in the display
    control channel.
    
    To ensure, that gnome-remote-desktop does not trigger the protocol
    violation, bump the version requirement of FreeRDP.

 .gitlab-ci.yml | 2 +-
 meson.build    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 564e55b2..5ae7012e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
 .gnome-remote-desktop.fedora:35@common:
   variables:
     FDO_DISTRIBUTION_VERSION: 35
-    BASE_TAG: '2022-01-17.2'
+    BASE_TAG: '2022-02-11.0'
     FDO_UPSTREAM_REPO: GNOME/gnome-remote-desktop
     FDO_DISTRIBUTION_EXEC: |
       dnf -y update && dnf -y upgrade &&
diff --git a/meson.build b/meson.build
index 36950656..11ea5137 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('gnome-remote-desktop', 'c',
                           'buildtype=debugoptimized'])
 
 cuda_req = '>= 11'
-freerdp_req = '>= 2.4.1'
+freerdp_req = '>= 2.5.0'
 fuse_req = '>= 3.9.1'
 xkbcommon_req = '>= 1.0.0'
 epoxy_req = '>= 1.4'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]