From 61fff592da6845ab8cf52e8e9b65a20108b9919980ba08ccf85283d85c6550f5 Mon Sep 17 00:00:00 2001 From: Johannes Weberhofer Date: Tue, 20 Nov 2018 12:41:23 +0000 Subject: [PATCH] Accepting request 650364 from home:weberho:branches:X11:RemoteDesktop OBS-URL: https://build.opensuse.org/request/show/650364 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=79 --- FreeRDP-2.0.0-rc3.tar.gz | 3 --- FreeRDP-2.0.0-rc4.tar.gz | 3 +++ freerdp.changes | 37 +++++++++++++++++++++++++++++++++++++ freerdp.spec | 4 ++-- 4 files changed, 42 insertions(+), 5 deletions(-) delete mode 100644 FreeRDP-2.0.0-rc3.tar.gz create mode 100644 FreeRDP-2.0.0-rc4.tar.gz diff --git a/FreeRDP-2.0.0-rc3.tar.gz b/FreeRDP-2.0.0-rc3.tar.gz deleted file mode 100644 index d00f90c..0000000 --- a/FreeRDP-2.0.0-rc3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d32d4a092e468deb3a1296e8358f900bf7e80afd0876d815ba43622ce29596c5 -size 6578109 diff --git a/FreeRDP-2.0.0-rc4.tar.gz b/FreeRDP-2.0.0-rc4.tar.gz new file mode 100644 index 0000000..2cefe61 --- /dev/null +++ b/FreeRDP-2.0.0-rc4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3406f3bfab63f81c1533029a5bf73949ff60f22f6e155c5a08005b8b8afe6d49 +size 6615213 diff --git a/freerdp.changes b/freerdp.changes index 1d78879..95142be 100644 --- a/freerdp.changes +++ b/freerdp.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Nov 20 10:28:44 UTC 2018 - jweberhofer@weberhofer.at + +- upgrade to version 2.0.0-rc4 + + * Fixes for CVE-2018-8789, CVE-2018-8785, CVE-2018-8786, CVE-2018-8787, + CVE-2018-8788, CVE-2018-8784, boo#1116708 + * Security and stability improvements, including boo#1103557 and boo#1112028 + + * Refactored ntlm_av_pairs API + * gateway: multiple fixes and improvements + * client/X11: support for rail (remote app) icons was added + * the licensing code was re-worked: Per-device licenses are now saved on the + client and used on re-connect: WARNING: this is a change in FreeRDP + behavior regarding licensing + WARNING: this is a change in FreeRDP behavior regarding licensing. If the old + behavior is required, or no licenses should be saved use the + new command line option +old-license (gh#/FreeRDP/FreeRDP#4979) + * improve order handling - only orders that were enabled + during capability exchange are accepted. + WARNING and NOTE: some servers do improperly send orders that weren't negotiated, + for such cases the new command line option /relax-order-checks was added to + disable the strict order checking. If connecting to xrdp the options + /relax-order-checks *and* +glyph-cache are required. (gh#/FreeRDP/FreeRDP#4926) + * /smartcard has now support for substring filters (gh#/FreeRDP/FreeRDP#4840) + for details see https://github.com/FreeRDP/FreeRDP/wiki/smartcard-logon + * add new command line option /smartcard-logon to allow + smartcard login (currently only with RDP security) + * add support to set tls security level (for openssl >= 1.1.0) + - default level is set to 1 + - the new command line option /tls-seclevel:[LEVEL] allows to set + a different level if required + * new command line option: /window-position to allow positioning + the window on startup + * client/X11: set window title before mapping + * rdpsnd/audin (mostly server side) add support for audio re-sampling using soxr or ffmpeg + ------------------------------------------------------------------- Wed Aug 8 07:07:01 UTC 2018 - jweberhofer@weberhofer.at diff --git a/freerdp.spec b/freerdp.spec index b553c97..c743b5a 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -19,9 +19,9 @@ %define major_version 2 %define uwac_version 0 %define uwac_package %{uwac_version}-%{uwac_version} -%define version_file 2.0.0-rc3 +%define version_file 2.0.0-rc4 Name: freerdp -Version: 2.0.0~rc3 +Version: 2.0.0~rc4 Release: 0 Summary: Remote Desktop Viewer Client License: Apache-2.0