From 0cb8c91911963a06ed8a7fdf67ddcb48834e7a2d7b7f6d4672129b91c6192d08 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 18 Nov 2020 11:22:56 +0000 Subject: [PATCH] Accepting request 849275 from home:alois:branches:X11:Utilities - Update to verison 4.0.5 * fix caps lock wrongly applied to numeric keys * fix HTML5 client keyboard layout detection with Internet Explorer * fix HTML5 audio forwarding with some versions of Safari * fix HTML5 (un)fullscreen * fix ssl server hostname verification errors * fix syntax errors when using connections using nested ssh tunnels * fix socket_util import errors with some subcommands * fix http / websocket and ssl socket upgrade failures * fix server errors when ws sockets cannot be upgrade to wss * fix ssh command option not being honourd with the client launcher * fix proxy control socket becoming unresponsive after errors * fix proxy shutdown * fix proxy instance zombies on server start failures * fix sqlite authentication module not handling configuration options * fix stdout errors causing server startup or shutdown problems * fix Wayland detection and workarounds * fix clipboard errors under Wayland * fix client signal listener not forwarding signal messages * fix client failing to connect due to keymap changes (ie: Wayland) * fix client not showing authentication prompt only once per connection * fix opengl debug option for saving buffers as jpeg * fix spurious "missing resolution" errors (often with HTML5 client resizing) * fix duplicated data in bug reports * fix download checksum verification (was not verified with python3 builds) * fix spurious file transfer errors with python3 builds * fix NVENC session leak due to flushing errors, support building with SDK10 * remove "numpy" dependency for builds without NVENC / NVFBC * add new NVENC presets from SDK v10, workaround deprecation warnings * HTML5 connect page can now specify the display to connect to * avoid starting new threads for file transfers that don't need one * raise default maximum packet size to prevent connection errors with large xdg menu data * don't let bad http requests mess up the server log * prevent peek data or exception message from corrupting the log / stdout * remove dependency on "requests" package introduced in 4.0.4 * make it possible to override the Xorg binary path detection OBS-URL: https://build.opensuse.org/request/show/849275 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=62 --- xpra-4.0.4.tar.xz | 3 --- xpra-4.0.5.tar.xz | 3 +++ xpra.changes | 53 +++++++++++++++++++++++++++++++++++++++++++++++ xpra.spec | 3 +-- 4 files changed, 57 insertions(+), 5 deletions(-) delete mode 100644 xpra-4.0.4.tar.xz create mode 100644 xpra-4.0.5.tar.xz diff --git a/xpra-4.0.4.tar.xz b/xpra-4.0.4.tar.xz deleted file mode 100644 index 59da384..0000000 --- a/xpra-4.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62df0c54f8a6dd816e7a646b519104b828c4694fcddb105b8f89d6575dc35481 -size 2792512 diff --git a/xpra-4.0.5.tar.xz b/xpra-4.0.5.tar.xz new file mode 100644 index 0000000..a66dd11 --- /dev/null +++ b/xpra-4.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df562b121f3c2be455f9795aea1430b45020a4b875ce638a7280ad8dbe31b486 +size 2795828 diff --git a/xpra.changes b/xpra.changes index 85403f6..782fc4e 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Wed Nov 18 11:10:54 UTC 2020 - aloisio@gmx.com + +- Update to verison 4.0.5 + * fix caps lock wrongly applied to numeric keys + * fix HTML5 client keyboard layout detection with Internet + Explorer + * fix HTML5 audio forwarding with some versions of Safari + * fix HTML5 (un)fullscreen + * fix ssl server hostname verification errors + * fix syntax errors when using connections using nested ssh + tunnels + * fix socket_util import errors with some subcommands + * fix http / websocket and ssl socket upgrade failures + * fix server errors when ws sockets cannot be upgrade to wss + * fix ssh command option not being honourd with the client + launcher + * fix proxy control socket becoming unresponsive after errors + * fix proxy shutdown + * fix proxy instance zombies on server start failures + * fix sqlite authentication module not handling configuration + options + * fix stdout errors causing server startup or shutdown problems + * fix Wayland detection and workarounds + * fix clipboard errors under Wayland + * fix client signal listener not forwarding signal messages + * fix client failing to connect due to keymap changes (ie: + Wayland) + * fix client not showing authentication prompt only once per + connection + * fix opengl debug option for saving buffers as jpeg + * fix spurious "missing resolution" errors (often with HTML5 + client resizing) + * fix duplicated data in bug reports + * fix download checksum verification (was not verified with + python3 builds) + * fix spurious file transfer errors with python3 builds + * fix NVENC session leak due to flushing errors, support + building with SDK10 + * remove "numpy" dependency for builds without NVENC / NVFBC + * add new NVENC presets from SDK v10, workaround deprecation + warnings + * HTML5 connect page can now specify the display to connect to + * avoid starting new threads for file transfers that don't + need one + * raise default maximum packet size to prevent connection + errors with large xdg menu data + * don't let bad http requests mess up the server log + * prevent peek data or exception message from corrupting the + log / stdout + * remove dependency on "requests" package introduced in 4.0.4 + * make it possible to override the Xorg binary path detection + ------------------------------------------------------------------- Sun Sep 27 18:50:56 UTC 2020 - aloisio@gmx.com diff --git a/xpra.spec b/xpra.spec index 7e743c8..3cde94b 100644 --- a/xpra.spec +++ b/xpra.spec @@ -19,7 +19,7 @@ %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 4.0.4 +Version: 4.0.5 Release: 0 Summary: Remote display server for applications and desktops License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later AND MIT @@ -68,7 +68,6 @@ Requires: python3-dbus-python Requires: python3-gobject-Gdk Requires: python3-gst Requires: python3-lz4 -Requires: python3-numpy Requires: python3-opencv Requires: python3-pycups Requires: python3-rencode