Package: x2goclient / 4.1.2.1-2+deb10u1

Metadata

Package Version Patches format
x2goclient 4.1.2.1-2+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
update_makefile_qt5 build.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 update makefile to support qt5.
1002_fix ftbfs on non linux.patch | (download)

src/InteractionDialog.cpp | 2 1 + 1 - 0 !
src/clicklineedit.cpp | 2 1 + 1 - 0 !
src/clicklineedit.h | 2 1 + 1 - 0 !
src/editconnectiondialog.cpp | 6 3 + 3 - 0 !
src/editconnectiondialog.h | 2 1 + 1 - 0 !
src/ongetpass.cpp | 2 1 + 1 - 0 !
src/onmainwindow.cpp | 62 31 + 31 - 0 !
src/onmainwindow.h | 8 4 + 4 - 0 !
src/onmainwindow_privat.h | 6 2 + 4 - 0 !
src/pulsemanager.cpp | 4 2 + 2 - 0 !
src/sessionbutton.cpp | 4 2 + 2 - 0 !
src/sessionwidget.cpp | 36 18 + 18 - 0 !
src/sessionwidget.h | 8 4 + 4 - 0 !
src/settingswidget.cpp | 10 5 + 5 - 0 !
src/settingswidget.h | 4 2 + 2 - 0 !
src/sharewidget.cpp | 2 1 + 1 - 0 !
16 files changed, 79 insertions(+), 81 deletions(-)

 successfully built on debian gnu/kfreebsd and debian gnu/hurd
1003_fix_ftbfs against libssh 0 8.patch | (download)

x2goclient.pro | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 no libssh_threads in libssh 0.8 anymore
1004_fix_ftbfs against qt5 11.patch | (download)

src/printwidget.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs when built against qt 5.11
libssh regression fix CVE 2019 14889.patch | (download)

src/sshprocess.cpp | 58 32 + 26 - 0 !
1 file changed, 32 insertions(+), 26 deletions(-)

 [patch] src/sshprocess.cpp: strip ~/, ~user{,/}, ${home}{,/} and
 $HOME{,/} from destination paths in scp mode. Fixes: #1428.

This was already necessary for pascp (PuTTY-based Windows solution for
Kerberos support), but newer libssh versions with the CVE-2019-14889
also interpret paths as literal strings.