pkgsrc-WIP-changes archive

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

py-xpra: update to 0.17.6



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Nov 7 12:37:23 2016 +0100
Changeset:	178f56c67c680abe0d944fd5556c8d3693a8645c

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

Log Message:
py-xpra: update to 0.17.6

v0.17.6 (2016-10-28)
======================
	-- fix server-side av-sync queue level accounting
	-- fix system lockups with Nvidia Pascal GPUs
	-- fix osx log directory lookup for shadow servers
	-- fix win32 system authentication for shadow servers
	-- fix pycups errors with non string options
	-- fix for GTK3: force X11 backend
	-- fix yaml missing version
	-- fix missing lzo with OSX builds
	-- fix osx bug report tool command
	-- fix osx build stripping
	-- fix clang builds (ignore warning from cython generated code)
	-- fix build failures when nvcc is on the PATH
	-- fix race condition in authentication handling (mostly harmless)
	-- fix logging error in fakexinerama error handler
	-- fix desktop scaling reset (was rounding)
	-- fix file transfer via control channel command
	-- fix handling of fatal errors when there are no socket directories
	-- fix pulseaudio process tagging
	-- fix proxy server when running on Python 2.6 and older glib versions
	-- fix proxy packet re-compression, server type exported
	-- fix minor debug logging error, avoid a spurious refresh warning
	-- fix read-only mode command line parsing and tray menu errors
	-- fix video encoding failures when video automatic scaling changes
	-- fix hidden launcher bug on OSX with connection files
	-- fix non-X11 servers image corruption
	-- fix MS Windows and OSX build compatibility with OpenSSL 1.1
	-- fix video region detection dbus API
	-- fix compilation with older versions of Cython
	-- fix avoid crash with older versions of python-netifaces
	-- fix stuck sound processes, use force exit if needed
	-- fix disabled video region flag not honoured
	-- fix stuck key modifiers when window loses focus
	-- fix proxy hello data format
	-- fix proxy authentication errors, add missing xpra info
	-- fix display not honoured when connecting to a proxy
	-- fix proxy failures with a single display detected more than once
	-- fix proxy IO thread timeouts
	-- fix authentication salt and hash handling (size and sanity checks)
	-- fix some system authentication modules

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

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 | 2 +-
 py-xpra/distinfo | 8 ++++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 987d21b..200d405 100644
--- a/TODO
+++ b/TODO
@@ -104,7 +104,6 @@ Suggested package updates
 	o py-rpyc-3.2.1
 	o py-smmap-2.0.1
 	o py-smop-0.29
-	o py-xpra-0.17.6
 	o py-zeitgeist-0.9.16
 	o qmc2-0.59
 	o qtcreator-4.1
diff --git a/py-xpra/Makefile b/py-xpra/Makefile
index d63b1f3..139adb5 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 $
 
-DISTNAME=	xpra-0.17.5
+DISTNAME=	xpra-0.17.6
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	x11
 MASTER_SITES=	http://xpra.org/src/
diff --git a/py-xpra/distinfo b/py-xpra/distinfo
index 7637dde..da93ac7 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-0.17.5.tar.xz) = 72cc041b390200e68ac6bdd2b1f474f91ea7d482
-RMD160 (xpra-0.17.5.tar.xz) = 9570bb0c36ec593c53d725938cf5208489262b64
-SHA512 (xpra-0.17.5.tar.xz) = 90e70ba556c1ddc63b15945739b9b006968e3b168dffebf1ab5ef46d8345c0823c2cb33cc2800fbb36fa7195a85d4a03cf74a0f68f93db9b9f1add986bd657a1
-Size (xpra-0.17.5.tar.xz) = 1418192 bytes
+SHA1 (xpra-0.17.6.tar.xz) = 9559c384531aaba051182b9a9c50dde82435fa17
+RMD160 (xpra-0.17.6.tar.xz) = 05de32c262b0f2fed970e09cc2e703e7c27465d9
+SHA512 (xpra-0.17.6.tar.xz) = 9a553e446390792907ec90038b680e5e63a4b91b0dd1e741b65e4dc6e4c899ea550a2e5728057104419686339a3aa557585437d38913f82fa59be013afa2d8f2
+Size (xpra-0.17.6.tar.xz) = 1402560 bytes
 SHA1 (patch-setup.py) = 19d6834e3e62361e230b250383e5ef56dbe84dd1
 SHA1 (patch-xpra_codecs_v4l2_pusher.pyx) = c45fb604c635a9d57478755f178ae16b6d166368
 SHA1 (patch-xpra_codecs_v4l2_video.h) = 001cc17b7549c2ec62c503dc86d33489fae3cd88


Home | Main Index | Thread Index | Old Index