pkgsrc-WIP-changes archive

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

py-xpra: update to 0.15.8.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Nov 17 12:24:24 2015 +0100
Changeset:	38b007c24f7ecbfd83fd4a2aa43830ecb1ee85d0

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

Log Message:
py-xpra: update to 0.15.8.

v0.15.8 (2015-11-13)
======================
	-- fix potential security issue with password challenge
	-- fix missing files from build clean target
	-- fix unnecessary auto-refresh events
	-- fix x265 encoder
	-- fix libvpx bitrate calculations, reduce logging spam
	-- fix validation of mmap security token
	-- fix handling of file transfers before authentication (disallowed)
	-- fix handling of requests to open files (honour command line / config flag)
	-- fix MS Windows multiple monitor bug (when primary monitor is re-added)
	-- fix video encoding automatic selection for encoders that accept RGB directly
	-- fix the session info sound graphs when sound stops
	-- fix RPM packaging of the cups backend
	-- fix the speed and quality values reported to the clients for x264 encoder
	-- fix OSX El Capitan sound compatibility issue
	-- fix codec import error handler
	-- fix compatibility with Python Pillow 3.0.0 (logging issue)
	-- fix support for Ubuntu Vivid (Xorg still unusable)
	-- fix batch delay heuristics during resizing and queue overload
	-- fix "always batch" mode
	-- fix missing network-send-speed accounting
	-- fix error in override redirect window geometry handling
	-- fix invalid error logging call
	-- fix error in XSettings handling causing connection failures
	-- fix race condition causing corrupted video streams
	-- fix unnecessary double refresh on client decoding error
	-- fix encoding bug triggered when dependencies are missing
	-- fix window size hints handling
	-- support Xorg location and arguments required by Arch Linux
	-- improved lz4 version detection workaround code
	-- support Xft/DPI
	-- safer OSX power event handling code
	-- workaround clients supplying a password when none is required
	-- log OpenGL driver information
	-- clamp desktop size to the maximum screen size
	-- avoid potential errors with bytes-per-pixel confusion with rgb modes
	-- disable workspace support by default (compatibility issues with some WM)
	-- always watch for property changes, even without workspace support
	-- workaround clients supplying a password when none is required
	-- export shadow servers flag
	-- run the window opengl cleanup code

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

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 184c9ce..6b367fc 100644
--- a/TODO
+++ b/TODO
@@ -103,7 +103,6 @@ Suggested package updates
 	o py-PyPE-2.9
 	o py-bitstring-3.1.3
 	o py-rpyc-3.2.1
-	o py-xpra-0.15.8
 	o py-zeitgeist-0.9.16
 	o qtcreator-3.5
 	o rdup-1.1.13
diff --git a/py-xpra/Makefile b/py-xpra/Makefile
index b2f6290..4fd7228 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.15.7
+DISTNAME=	xpra-0.15.8
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	x11
 MASTER_SITES=	http://xpra.org/src/
diff --git a/py-xpra/distinfo b/py-xpra/distinfo
index 87e25ec..11233ec 100644
--- a/py-xpra/distinfo
+++ b/py-xpra/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
 
-SHA1 (xpra-0.15.7.tar.xz) = 6f15cabc440917a0f29332a97d97c95ffdbb761c
-RMD160 (xpra-0.15.7.tar.xz) = 58cfe44b58c7e254fd70ca656be56d1316edc24b
-SHA512 (xpra-0.15.7.tar.xz) = a75c3299b1f3074556440cc2822557564cf48e6a9c2ea061073ccca0ea204578713ece1e43389d0b808bd02cba9646bd161399661b1d52161e497e4406d029fa
-Size (xpra-0.15.7.tar.xz) = 1197012 bytes
+SHA1 (xpra-0.15.8.tar.xz) = 32d00646250ae9b915b01719c5a4bc0f9a49c412
+RMD160 (xpra-0.15.8.tar.xz) = 3a4e20fe9965afe7889aa83a6cfc4594f005da06
+SHA512 (xpra-0.15.8.tar.xz) = 0c23bda2ad2ac2355da1e867f3909e13c2146a5f1b0c4903628e1177edb143fb10a57e8cfaada901bf1df0ec71f87356444856405f0f32f99abc1b655d2de636
+Size (xpra-0.15.8.tar.xz) = 1198496 bytes
 SHA1 (patch-xpra_x11_gtk__x11_gdk__bindings.pyx) = ee45b2e56b36d3c55b8e07ccd90daccda0b222df
 SHA1 (patch-xpra_x11_gtk__x11_gdk__display__source.pyx) = 5786562b61e10f807d1e42bdce37fa7108f48cf5


Home | Main Index | Thread Index | Old Index