SHA256
1
0
forked from pool/xpra

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
This commit is contained in:
Luigi Baldoni 2020-11-18 11:22:56 +00:00 committed by Git OBS Bridge
parent eb0c4c555a
commit 0cb8c91911
4 changed files with 57 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62df0c54f8a6dd816e7a646b519104b828c4694fcddb105b8f89d6575dc35481
size 2792512

3
xpra-4.0.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df562b121f3c2be455f9795aea1430b45020a4b875ce638a7280ad8dbe31b486
size 2795828

View File

@ -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

View File

@ -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