pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-xpra: update to 2.1.1.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Aug 14 22:05:00 2017 +0200
Changeset:	4ac7c96fe1c03ec24159eac4c2666d56399c063a

Modified Files:
	TODO
	py-xpra/Makefile
	py-xpra/PLIST
	py-xpra/distinfo

Log Message:
py-xpra: update to 2.1.1.

v2.1.1 (2017-08-07)
======================
	-- fix SSH connections from the launcher on MS Windows
	-- fix remote session start via SSH
	-- fix full quality refresh control command
	-- fix HTML5 client clipboard access
	-- fix client SHELL when starting via system wide proxy (some distros only)
	-- fix clipboard sanitization workaround (clipboard stopped)
	-- fix regression introduced by previous DPI fix
	-- fix Mac OS vertical wheel value accumulator
	-- fix misleading log error message (confusing uid with gid)
	-- fix invalid packet error message logging
	-- fix MS Windows client exit on signal (control-C)
	-- fix invalid mmap path warnings on MS Windows servers
	-- fix OpenGL context creation failure message
	-- fix duplicate button click events (causing triple clicks with MS Windows servers)
	-- fix missing attribute error if shadow server is shut down without being used
	-- honour window ids when using the control channel to ajust speed and quality
	-- ignore dead sockets when enumerating possible X11 displays
	-- add missing mdns tool icon
	-- add missing "meta" modifier to keyboard tools

v2.1 (2017-07-24)
======================
	-- improve system wide proxy server, logind support on, socket activation
	-- new authentication modules:
		- new posix peercred authentication module (used by system wide proxy)
		- new sqlite authentication module
	-- split packages for RPM, MS Windows and Mac OS
	-- digitally signed MS Windows installers
	-- HTML5 client improvements:
		- file upload support
		- better non-us keyboard and language support
		- safe HMAC authentication over HTTP, re-connection etc
		- more complete window management, (pre-)compression (zlib, brotli)
		- mobile on-screen keyboard
		- audio forwarding for IE
		- remote drag and drop support
	-- better Multicast DNS support, with a GUI launcher
	-- improved image depth / deep color handling
	-- desktop mode can now be resized easily
	-- any window can be made fullscreen (Shift+F11 to trigger)
	-- Python3 GTK3 client is now usable
	-- shutdown the server from the tray menu
	-- terminate child commands on server shutdown
	-- macos library updates: #1501, support for virtual desktops
	-- NVENC SDK version 8 and HEVC support
	-- Nvidia capture SDK support for fast shadow servers
	-- shadow servers improvements: show shadow pointer in opengl client
	-- structural improvements and important bug fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ac7c96fe1c03ec24159eac4c2666d56399c063a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO             |   1 -
 py-xpra/Makefile |   4 +-
 py-xpra/PLIST    | 131 +++++++++++++++++++++++++++++++++++++++++++++++--------
 py-xpra/distinfo |   8 ++--
 4 files changed, 119 insertions(+), 25 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 2b807f10a7..08342b91b8 100644
--- a/TODO
+++ b/TODO
@@ -106,7 +106,6 @@ Suggested package updates
 	o py-rpyc-3.2.1
 	o py-smmap2-2.0.3
 	o py-smop-0.29
-	o py-xpra-2.1.1
 	o py-zeitgeist-0.9.16
 	o qmc2-0.59
 	o qtcreator-4.3
diff --git a/py-xpra/Makefile b/py-xpra/Makefile
index 2fad9af1d7..497db39654 100644
--- a/py-xpra/Makefile
+++ b/py-xpra/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
+# $NetBSD$
 
-DISTNAME=	xpra-2.0.2
+DISTNAME=	xpra-2.1.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	x11
 MASTER_SITES=	http://xpra.org/src/
diff --git a/py-xpra/PLIST b/py-xpra/PLIST
index d50ecf14eb..a2cb59c452 100644
--- a/py-xpra/PLIST
+++ b/py-xpra/PLIST
@@ -1,5 +1,6 @@
 @comment $NetBSD$
 bin/xpra
+bin/xpra_browser
 bin/xpra_launcher
 etc/xpra/conf.d/05_features.conf
 etc/xpra/conf.d/10_network.conf
@@ -117,6 +118,30 @@ ${PYSITELIB}/xpra/client/gtk_base/cairo_backing_base.pyo
 ${PYSITELIB}/xpra/client/gtk_base/client_launcher.py
 ${PYSITELIB}/xpra/client/gtk_base/client_launcher.pyc
 ${PYSITELIB}/xpra/client/gtk_base/client_launcher.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/__init__.py
+${PYSITELIB}/xpra/client/gtk_base/example/__init__.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/__init__.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/bell.py
+${PYSITELIB}/xpra/client/gtk_base/example/bell.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/bell.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/colors.py
+${PYSITELIB}/xpra/client/gtk_base/example/colors.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/colors.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/colors_gradient.py
+${PYSITELIB}/xpra/client/gtk_base/example/colors_gradient.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/colors_gradient.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/colors_plain.py
+${PYSITELIB}/xpra/client/gtk_base/example/colors_plain.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/colors_plain.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/gl_colors_gradient.py
+${PYSITELIB}/xpra/client/gtk_base/example/gl_colors_gradient.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/gl_colors_gradient.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/transparent_colors.py
+${PYSITELIB}/xpra/client/gtk_base/example/transparent_colors.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/transparent_colors.pyo
+${PYSITELIB}/xpra/client/gtk_base/example/transparent_window.py
+${PYSITELIB}/xpra/client/gtk_base/example/transparent_window.pyc
+${PYSITELIB}/xpra/client/gtk_base/example/transparent_window.pyo
 ${PYSITELIB}/xpra/client/gtk_base/gtk_client_base.py
 ${PYSITELIB}/xpra/client/gtk_base/gtk_client_base.pyc
 ${PYSITELIB}/xpra/client/gtk_base/gtk_client_base.pyo
@@ -132,6 +157,9 @@ ${PYSITELIB}/xpra/client/gtk_base/gtk_tray_menu_base.pyo
 ${PYSITELIB}/xpra/client/gtk_base/gtk_window_backing_base.py
 ${PYSITELIB}/xpra/client/gtk_base/gtk_window_backing_base.pyc
 ${PYSITELIB}/xpra/client/gtk_base/gtk_window_backing_base.pyo
+${PYSITELIB}/xpra/client/gtk_base/mdns_gui.py
+${PYSITELIB}/xpra/client/gtk_base/mdns_gui.pyc
+${PYSITELIB}/xpra/client/gtk_base/mdns_gui.pyo
 ${PYSITELIB}/xpra/client/gtk_base/session_info.py
 ${PYSITELIB}/xpra/client/gtk_base/session_info.pyc
 ${PYSITELIB}/xpra/client/gtk_base/session_info.pyo
@@ -311,6 +339,9 @@ ${PYSITELIB}/xpra/gtk_common/keymap.pyo
 ${PYSITELIB}/xpra/gtk_common/nested_main.py
 ${PYSITELIB}/xpra/gtk_common/nested_main.pyc
 ${PYSITELIB}/xpra/gtk_common/nested_main.pyo
+${PYSITELIB}/xpra/gtk_common/paint_colors.py
+${PYSITELIB}/xpra/gtk_common/paint_colors.pyc
+${PYSITELIB}/xpra/gtk_common/paint_colors.pyo
 ${PYSITELIB}/xpra/gtk_common/pixbuf_to_rgb.py
 ${PYSITELIB}/xpra/gtk_common/pixbuf_to_rgb.pyc
 ${PYSITELIB}/xpra/gtk_common/pixbuf_to_rgb.pyo
@@ -332,6 +363,7 @@ ${PYSITELIB}/xpra/log.pyo
 ${PYSITELIB}/xpra/make_thread.py
 ${PYSITELIB}/xpra/make_thread.pyc
 ${PYSITELIB}/xpra/make_thread.pyo
+${PYSITELIB}/xpra/monotonic_time.so
 ${PYSITELIB}/xpra/net/__init__.py
 ${PYSITELIB}/xpra/net/__init__.pyc
 ${PYSITELIB}/xpra/net/__init__.pyo
@@ -345,6 +377,9 @@ ${PYSITELIB}/xpra/net/bencode/cython_bencode.so
 ${PYSITELIB}/xpra/net/bytestreams.py
 ${PYSITELIB}/xpra/net/bytestreams.pyc
 ${PYSITELIB}/xpra/net/bytestreams.pyo
+${PYSITELIB}/xpra/net/common.py
+${PYSITELIB}/xpra/net/common.pyc
+${PYSITELIB}/xpra/net/common.pyo
 ${PYSITELIB}/xpra/net/compression.py
 ${PYSITELIB}/xpra/net/compression.pyc
 ${PYSITELIB}/xpra/net/compression.pyo
@@ -375,6 +410,9 @@ ${PYSITELIB}/xpra/net/mdns/pybonjour.pyo
 ${PYSITELIB}/xpra/net/mdns/pybonjour_publisher.py
 ${PYSITELIB}/xpra/net/mdns/pybonjour_publisher.pyc
 ${PYSITELIB}/xpra/net/mdns/pybonjour_publisher.pyo
+${PYSITELIB}/xpra/net/mdns/zeroconf_listener.py
+${PYSITELIB}/xpra/net/mdns/zeroconf_listener.pyc
+${PYSITELIB}/xpra/net/mdns/zeroconf_listener.pyo
 ${PYSITELIB}/xpra/net/mmap_pipe.py
 ${PYSITELIB}/xpra/net/mmap_pipe.pyc
 ${PYSITELIB}/xpra/net/mmap_pipe.pyo
@@ -423,12 +461,6 @@ ${PYSITELIB}/xpra/platform/keyboard.pyo
 ${PYSITELIB}/xpra/platform/keyboard_base.py
 ${PYSITELIB}/xpra/platform/keyboard_base.pyc
 ${PYSITELIB}/xpra/platform/keyboard_base.pyo
-${PYSITELIB}/xpra/platform/options.py
-${PYSITELIB}/xpra/platform/options.pyc
-${PYSITELIB}/xpra/platform/options.pyo
-${PYSITELIB}/xpra/platform/options_util.py
-${PYSITELIB}/xpra/platform/options_util.pyc
-${PYSITELIB}/xpra/platform/options_util.pyo
 ${PYSITELIB}/xpra/platform/paths.py
 ${PYSITELIB}/xpra/platform/paths.pyc
 ${PYSITELIB}/xpra/platform/paths.pyo
@@ -471,9 +503,6 @@ ${PYSITELIB}/xpra/platform/xposix/info.pyo
 ${PYSITELIB}/xpra/platform/xposix/keyboard.py
 ${PYSITELIB}/xpra/platform/xposix/keyboard.pyc
 ${PYSITELIB}/xpra/platform/xposix/keyboard.pyo
-${PYSITELIB}/xpra/platform/xposix/options.py
-${PYSITELIB}/xpra/platform/xposix/options.pyc
-${PYSITELIB}/xpra/platform/xposix/options.pyo
 ${PYSITELIB}/xpra/platform/xposix/paths.py
 ${PYSITELIB}/xpra/platform/xposix/paths.pyc
 ${PYSITELIB}/xpra/platform/xposix/paths.pyo
@@ -531,18 +560,21 @@ ${PYSITELIB}/xpra/server/auth/multifile_auth.pyo
 ${PYSITELIB}/xpra/server/auth/none_auth.py
 ${PYSITELIB}/xpra/server/auth/none_auth.pyc
 ${PYSITELIB}/xpra/server/auth/none_auth.pyo
-${PYSITELIB}/xpra/server/auth/pam.py
-${PYSITELIB}/xpra/server/auth/pam.pyc
-${PYSITELIB}/xpra/server/auth/pam.pyo
 ${PYSITELIB}/xpra/server/auth/pam_auth.py
 ${PYSITELIB}/xpra/server/auth/pam_auth.pyc
 ${PYSITELIB}/xpra/server/auth/pam_auth.pyo
 ${PYSITELIB}/xpra/server/auth/password_auth.py
 ${PYSITELIB}/xpra/server/auth/password_auth.pyc
 ${PYSITELIB}/xpra/server/auth/password_auth.pyo
+${PYSITELIB}/xpra/server/auth/peercred_auth.py
+${PYSITELIB}/xpra/server/auth/peercred_auth.pyc
+${PYSITELIB}/xpra/server/auth/peercred_auth.pyo
 ${PYSITELIB}/xpra/server/auth/reject_auth.py
 ${PYSITELIB}/xpra/server/auth/reject_auth.pyc
 ${PYSITELIB}/xpra/server/auth/reject_auth.pyo
+${PYSITELIB}/xpra/server/auth/sqlite_auth.py
+${PYSITELIB}/xpra/server/auth/sqlite_auth.pyc
+${PYSITELIB}/xpra/server/auth/sqlite_auth.pyo
 ${PYSITELIB}/xpra/server/auth/sys_auth_base.py
 ${PYSITELIB}/xpra/server/auth/sys_auth_base.pyc
 ${PYSITELIB}/xpra/server/auth/sys_auth_base.pyo
@@ -592,6 +624,9 @@ ${PYSITELIB}/xpra/server/server_base.pyo
 ${PYSITELIB}/xpra/server/server_core.py
 ${PYSITELIB}/xpra/server/server_core.pyc
 ${PYSITELIB}/xpra/server/server_core.pyo
+${PYSITELIB}/xpra/server/server_util.py
+${PYSITELIB}/xpra/server/server_util.pyc
+${PYSITELIB}/xpra/server/server_util.pyo
 ${PYSITELIB}/xpra/server/server_uuid.py
 ${PYSITELIB}/xpra/server/server_uuid.pyc
 ${PYSITELIB}/xpra/server/server_uuid.pyo
@@ -613,12 +648,18 @@ ${PYSITELIB}/xpra/server/shadow/shadow_dbus_server.pyo
 ${PYSITELIB}/xpra/server/shadow/shadow_server_base.py
 ${PYSITELIB}/xpra/server/shadow/shadow_server_base.pyc
 ${PYSITELIB}/xpra/server/shadow/shadow_server_base.pyo
+${PYSITELIB}/xpra/server/socket_util.py
+${PYSITELIB}/xpra/server/socket_util.pyc
+${PYSITELIB}/xpra/server/socket_util.pyo
 ${PYSITELIB}/xpra/server/source.py
 ${PYSITELIB}/xpra/server/source.pyc
 ${PYSITELIB}/xpra/server/source.pyo
 ${PYSITELIB}/xpra/server/source_stats.py
 ${PYSITELIB}/xpra/server/source_stats.pyc
 ${PYSITELIB}/xpra/server/source_stats.pyo
+${PYSITELIB}/xpra/server/vfb_util.py
+${PYSITELIB}/xpra/server/vfb_util.pyc
+${PYSITELIB}/xpra/server/vfb_util.pyo
 ${PYSITELIB}/xpra/server/window/__init__.py
 ${PYSITELIB}/xpra/server/window/__init__.pyc
 ${PYSITELIB}/xpra/server/window/__init__.pyo
@@ -654,9 +695,6 @@ ${PYSITELIB}/xpra/sound/__init__.pyo
 ${PYSITELIB}/xpra/sound/common.py
 ${PYSITELIB}/xpra/sound/common.pyc
 ${PYSITELIB}/xpra/sound/common.pyo
-${PYSITELIB}/xpra/sound/gst_hacks.py
-${PYSITELIB}/xpra/sound/gst_hacks.pyc
-${PYSITELIB}/xpra/sound/gst_hacks.pyo
 ${PYSITELIB}/xpra/sound/gstreamer_util.py
 ${PYSITELIB}/xpra/sound/gstreamer_util.pyc
 ${PYSITELIB}/xpra/sound/gstreamer_util.pyo
@@ -709,7 +747,11 @@ ${PYSITELIB}/xpra/x11/bindings/posix_display_source.so
 ${PYSITELIB}/xpra/x11/bindings/randr_bindings.so
 ${PYSITELIB}/xpra/x11/bindings/wait_for_x_server.so
 ${PYSITELIB}/xpra/x11/bindings/window_bindings.so
+${PYSITELIB}/xpra/x11/bindings/xi2_bindings.so
 ${PYSITELIB}/xpra/x11/bindings/ximage.so
+${PYSITELIB}/xpra/x11/common.py
+${PYSITELIB}/xpra/x11/common.pyc
+${PYSITELIB}/xpra/x11/common.pyo
 ${PYSITELIB}/xpra/x11/dbus/__init__.py
 ${PYSITELIB}/xpra/x11/dbus/__init__.pyc
 ${PYSITELIB}/xpra/x11/dbus/__init__.pyo
@@ -778,6 +820,9 @@ ${PYSITELIB}/xpra/x11/gtk2/world_window.pyo
 ${PYSITELIB}/xpra/x11/gtk_x11/__init__.py
 ${PYSITELIB}/xpra/x11/gtk_x11/__init__.pyc
 ${PYSITELIB}/xpra/x11/gtk_x11/__init__.pyo
+${PYSITELIB}/xpra/x11/gtk_x11/gdk_display_source.py
+${PYSITELIB}/xpra/x11/gtk_x11/gdk_display_source.pyc
+${PYSITELIB}/xpra/x11/gtk_x11/gdk_display_source.pyo
 ${PYSITELIB}/xpra/x11/gtk_x11/keys.py
 ${PYSITELIB}/xpra/x11/gtk_x11/keys.pyc
 ${PYSITELIB}/xpra/x11/gtk_x11/keys.pyo
@@ -787,6 +832,9 @@ ${PYSITELIB}/xpra/x11/gtk_x11/prop.pyo
 ${PYSITELIB}/xpra/x11/gtk_x11/send_wm.py
 ${PYSITELIB}/xpra/x11/gtk_x11/send_wm.pyc
 ${PYSITELIB}/xpra/x11/gtk_x11/send_wm.pyo
+${PYSITELIB}/xpra/x11/prop_conv.py
+${PYSITELIB}/xpra/x11/prop_conv.pyc
+${PYSITELIB}/xpra/x11/prop_conv.pyo
 ${PYSITELIB}/xpra/x11/server.py
 ${PYSITELIB}/xpra/x11/server.pyc
 ${PYSITELIB}/xpra/x11/server.pyo
@@ -796,6 +844,9 @@ ${PYSITELIB}/xpra/x11/server_keyboard_config.pyo
 ${PYSITELIB}/xpra/x11/shadow_x11_server.py
 ${PYSITELIB}/xpra/x11/shadow_x11_server.pyc
 ${PYSITELIB}/xpra/x11/shadow_x11_server.pyo
+${PYSITELIB}/xpra/x11/window_info.py
+${PYSITELIB}/xpra/x11/window_info.pyc
+${PYSITELIB}/xpra/x11/window_info.pyo
 ${PYSITELIB}/xpra/x11/x11_server_base.py
 ${PYSITELIB}/xpra/x11/x11_server_base.pyc
 ${PYSITELIB}/xpra/x11/x11_server_base.pyo
@@ -814,17 +865,23 @@ ${PYSITELIB}/xpra/x11/xsettings.pyo
 ${PYSITELIB}/xpra/x11/xsettings_prop.py
 ${PYSITELIB}/xpra/x11/xsettings_prop.pyc
 ${PYSITELIB}/xpra/x11/xsettings_prop.pyo
+lib/sysusers.d/xpra.conf
+lib/tmpfiles.d/xpra.conf
 man/man1/xpra.1
+man/man1/xpra_browser.1
 man/man1/xpra_launcher.1
 share/appdata/xpra.appdata.xml
+share/applications/xpra-browser.desktop
+share/applications/xpra-launcher.desktop
 share/applications/xpra.desktop
-share/applications/xpra_launcher.desktop
 share/examples/py-xpra/xorg.conf
 share/examples/py-xpra/xpra.conf
+share/icons/xpra-mdns.png
 share/icons/xpra.png
 share/mime/packages/application-x-xpraconfig.xml
 share/xpra/COPYING
 share/xpra/README
+share/xpra/icons/bell.png
 share/xpra/icons/browse.png
 share/xpra/icons/bugs.png
 share/xpra/icons/clipboard.png
@@ -839,6 +896,7 @@ share/xpra/icons/freebsd.png
 share/xpra/icons/information.png
 share/xpra/icons/keyboard.png
 share/xpra/icons/linux.png
+share/xpra/icons/mdns.png
 share/xpra/icons/microphone.png
 share/xpra/icons/openbsd.png
 share/xpra/icons/opengl.png
@@ -848,25 +906,36 @@ share/xpra/icons/quit.png
 share/xpra/icons/raise.png
 share/xpra/icons/retry.png
 share/xpra/icons/scaling.png
+share/xpra/icons/screenshot.png
 share/xpra/icons/server-connected.png
 share/xpra/icons/server-notconnected.png
+share/xpra/icons/shutdown.png
 share/xpra/icons/slider.png
 share/xpra/icons/speaker.png
 share/xpra/icons/speed.png
+share/xpra/icons/sqlite.png
 share/xpra/icons/statistics.png
 share/xpra/icons/ticked-small.png
+share/xpra/icons/transparent.png
 share/xpra/icons/unticked-small.png
 share/xpra/icons/upload.png
 share/xpra/icons/webcam.png
 share/xpra/icons/win32.png
 share/xpra/icons/xpra.png
 share/xpra/www/connect.html
+share/xpra/www/connect.html.gz
 share/xpra/www/css/bootstrap.css
+share/xpra/www/css/bootstrap.css.gz
 share/xpra/www/css/bootstrap.css.map
+share/xpra/www/css/bootstrap.css.map.gz
 share/xpra/www/css/client.css
+share/xpra/www/css/client.css.gz
 share/xpra/www/css/signin.css
+share/xpra/www/css/signin.css.gz
 share/xpra/www/css/spinner.css
+share/xpra/www/css/spinner.css.gz
 share/xpra/www/favicon.ico
+share/xpra/www/favicon.ico.gz
 share/xpra/www/favicon.png
 share/xpra/www/icons/close.png
 share/xpra/www/icons/maximize.png
@@ -874,28 +943,54 @@ share/xpra/www/icons/minimize.png
 share/xpra/www/icons/noicon.png
 share/xpra/www/icons/xpra-logo.png
 share/xpra/www/index.html
+share/xpra/www/index.html.gz
 share/xpra/www/js/Client.js
+share/xpra/www/js/Client.js.gz
 share/xpra/www/js/Keycodes.js
+share/xpra/www/js/Keycodes.js.gz
 share/xpra/www/js/MediaSourceUtil.js
+share/xpra/www/js/MediaSourceUtil.js.gz
 share/xpra/www/js/Notifications.js
+share/xpra/www/js/Notifications.js.gz
 share/xpra/www/js/Protocol.js
+share/xpra/www/js/Protocol.js.gz
 share/xpra/www/js/Utilities.js
+share/xpra/www/js/Utilities.js.gz
 share/xpra/www/js/Window.js
+share/xpra/www/js/Window.js.gz
+share/xpra/www/js/lib/aurora/aac.js
+share/xpra/www/js/lib/aurora/aac.js.gz
+share/xpra/www/js/lib/aurora/aac.js.map
+share/xpra/www/js/lib/aurora/aac.js.map.gz
 share/xpra/www/js/lib/aurora/aurora-xpra.js
+share/xpra/www/js/lib/aurora/aurora-xpra.js.gz
 share/xpra/www/js/lib/aurora/aurora.js
+share/xpra/www/js/lib/aurora/aurora.js.gz
 share/xpra/www/js/lib/aurora/flac.js
+share/xpra/www/js/lib/aurora/flac.js.gz
 share/xpra/www/js/lib/aurora/flac.js.map
+share/xpra/www/js/lib/aurora/flac.js.map.gz
 share/xpra/www/js/lib/aurora/mp3.js
+share/xpra/www/js/lib/aurora/mp3.js.gz
 share/xpra/www/js/lib/aurora/mp3.js.map
+share/xpra/www/js/lib/aurora/mp3.js.map.gz
 share/xpra/www/js/lib/bencode.js
-share/xpra/www/js/lib/broadway/AUTHORS
+share/xpra/www/js/lib/bencode.js.gz
 share/xpra/www/js/lib/broadway/Decoder.js
-share/xpra/www/js/lib/broadway/LICENSE
+share/xpra/www/js/lib/broadway/Decoder.js.gz
 share/xpra/www/js/lib/forge.js
+share/xpra/www/js/lib/forge.js.gz
 share/xpra/www/js/lib/jquery-ui.js
+share/xpra/www/js/lib/jquery-ui.js.gz
 share/xpra/www/js/lib/jquery.ba-throttle-debounce.js
+share/xpra/www/js/lib/jquery.ba-throttle-debounce.js.gz
 share/xpra/www/js/lib/jquery.js
+share/xpra/www/js/lib/jquery.js.gz
 share/xpra/www/js/lib/lz4.js
+share/xpra/www/js/lib/lz4.js.gz
 share/xpra/www/js/lib/wsworker_check.js
+share/xpra/www/js/lib/wsworker_check.js.gz
 share/xpra/www/js/lib/zlib.js
+share/xpra/www/js/lib/zlib.js.gz
 share/xpra/www/js/lib/zlib.pretty.js.map
+share/xpra/www/js/lib/zlib.pretty.js.map.gz
diff --git a/py-xpra/distinfo b/py-xpra/distinfo
index a9df5a78a4..0801c78bd0 100644
--- a/py-xpra/distinfo
+++ b/py-xpra/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
 
-SHA1 (xpra-2.0.2.tar.xz) = bbe545c85569e4a02deba342d96c0688ca60ff29
-RMD160 (xpra-2.0.2.tar.xz) = fc46d6f348ad4603e6592f018a95187a4844437f
-SHA512 (xpra-2.0.2.tar.xz) = 4b36cf9cf96f094011412214368bc452ed597f1927f6488d6856ad80b575d7f37273cf49b8682fdbc137cf581d5a88b17a9241d508278e45e48f9451ba628b68
-Size (xpra-2.0.2.tar.xz) = 1926876 bytes
+SHA1 (xpra-2.1.1.tar.xz) = d828a42d1b69d7ac1dfd65f64014bc3034a2c04a
+RMD160 (xpra-2.1.1.tar.xz) = 3bb0b42505689a9970b7bc57cf93dc963475fb53
+SHA512 (xpra-2.1.1.tar.xz) = 913c6952b12bdc01ef8cbbb62b05cfc9bd564b6d425f7edd2448bc3bfbdd9dc0bf9a890b1c85d3e39c387468b9738de7de4336e80b4e715856746197e1e93b20
+Size (xpra-2.1.1.tar.xz) = 2065280 bytes
 SHA1 (patch-service_xpra) = 36c0c0716c4dd9e2d31c9568b1bef389a318713e
 SHA1 (patch-xpra_x11_gtk2_gdk__bindings.pyx) = 66e9688758e777de440ab047e9444309d543aac1
 SHA1 (patch-xpra_x11_gtk2_gdk__display__source.pyx) = 22184d73ed547373762070a550a5379eb6b4561b


Home | Main Index | Thread Index | Old Index