pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-xpra: update to 2.1.3.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Nov 25 14:08:08 2017 +0100
Changeset: 988f71aa6ef4c8e559442bfe7acaa5a5683ba67e
Modified Files:
py-xpra/Makefile
py-xpra/distinfo
py-xpra/patches/patch-service_xpra
Log Message:
py-xpra: update to 2.1.3.
v2.1.3 (2017-10-24)
======================
-- fix shadow servers connected to X11 servers without XShm
-- fix handling of gstreamer plugin failures
-- fix network constants causing packet failures with Python3
-- fix authentication weaknesses in client salt handling
-- fix delayed screen updates with the HTML5 client
-- fix modifier handling, especially with shadow servers or native keymaps
-- fix application name shown in notifications (X11)
-- fix webcam library issues causing client to fail to start
-- fix handling of client connection failures
-- fix paint issues with padded windows (ie: desktop servers maximized)
-- fix out-of-bounds array access in RandR cython glue
-- fix RPM building python3 modules twice (and with wrong arguments)
-- fix rare scrolling detection error on first pass
-- fix HTML5 time values and scroll paint order
-- fix X11 crashes with the OpenGL client and some buggy drivers
-- fix parsing order of configuration files
-- fix compatibility with ffmpeg 3.4
-- fix timer warning race condition on window cleanup
-- more reliable scaling value rounding
-- don't show start command dialog if the server does not support it
-- validate window dimensions early to prevent DoS
-- support newer versions of brotli
-- support CUDA 9, prefer newer SDK versions
-- support Ubuntu Artful
-- logging typos
v2.1.2 (2017-09-17)
======================
-- fix unprivileged users able to bind to privileged ports
-- fix socket check for printer forwarding support
-- fix bashism in service init file
-- fix SetDPI dbus handler
-- fix iconification loop with some window managers (ie: ratpoison)
-- fix handling of unusual HTTP configurations
-- fix DoS with invalid connections
-- fix spurious clipboard warning on MS Windows and Mac OS
-- fix server start failures on pulseaudio permissions errors
-- fix window icons going back to default on window re-initialization
-- fix sound subprocess exit warnings on MS Windows
-- fix packaging of opus libraries on MS Windows
-- fix stop command on MS Windows servers via named-pipe connections
-- fix SSL error handler
-- fix spurious key events for numlock on Mac OS
-- fix Mac OS shadow servers
-- fix mDNS and IPv6 platform bugs (MS Windows and Mac OS)
-- fix unicode warnings on MS Windows
-- fix typo hiding pretty debug logging
-- fix SSL upgrades of sockets obtained through socket activation
-- fix Debian packaging of socket activated service
-- disable socket activation on Ubuntu 16.04 (too buggy)
-- choose the strongest digest first
-- add support for Volta GPUs with NVENC
-- preserve settings so reloading the page works (HTML5 client)
-- allow a longer server startup timeout delay (HTML5 client)
-- more helpful error message if jQuery is missing (HTML5 client)
-- add missing entries to man page
-- add mesa-dri-drivers dependency to RPM packages for OpenGL support
-- make it easier to disable firewall scripts in RPM builds
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=988f71aa6ef4c8e559442bfe7acaa5a5683ba67e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-xpra/Makefile | 2 +-
py-xpra/distinfo | 10 +++++-----
py-xpra/patches/patch-service_xpra | 11 -----------
3 files changed, 6 insertions(+), 17 deletions(-)
diffs:
diff --git a/py-xpra/Makefile b/py-xpra/Makefile
index 964ae2c8c5..04a38ff0b2 100644
--- a/py-xpra/Makefile
+++ b/py-xpra/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= xpra-2.1.1
+DISTNAME= xpra-2.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
diff --git a/py-xpra/distinfo b/py-xpra/distinfo
index 0801c78bd0..b944ef59f7 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.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 (xpra-2.1.3.tar.xz) = d4f543b14572bdee13bf4320b5cb8c8973412aa2
+RMD160 (xpra-2.1.3.tar.xz) = ad616012fc97838f182c17ab5f517ce798c0e337
+SHA512 (xpra-2.1.3.tar.xz) = aa916953d34477c2c80d99a4d5733586b4122edbc18f2c9952a5d3c9581f7b8e8c55cb1ed4077989876a9a7431faa9c4f7f96f82fc007034f92cacad16429ef8
+Size (xpra-2.1.3.tar.xz) = 2070192 bytes
+SHA1 (patch-service_xpra) = e5e675d8ca7b2c1101a3888fd989337ad62b77a0
SHA1 (patch-xpra_x11_gtk2_gdk__bindings.pyx) = 66e9688758e777de440ab047e9444309d543aac1
SHA1 (patch-xpra_x11_gtk2_gdk__display__source.pyx) = 22184d73ed547373762070a550a5379eb6b4561b
diff --git a/py-xpra/patches/patch-service_xpra b/py-xpra/patches/patch-service_xpra
index 19173cd189..05e616fe20 100644
--- a/py-xpra/patches/patch-service_xpra
+++ b/py-xpra/patches/patch-service_xpra
@@ -2,14 +2,3 @@ $NetBSD$
Fix unportable test operator.
---- service/xpra.orig 2016-12-06 10:56:26.000000000 +0000
-+++ service/xpra
-@@ -28,7 +28,7 @@ start() {
- --bind-tcp=0.0.0.0:$PORT --auth=$AUTH --tcp-auth=$TCP_AUTH --ssl-cert=/etc/xpra/ssl-cert.pem \
- --socket-permissions=666 --debug=$DEBUG \
- --daemon=yes --log-file=$LOGFILE --log-dir=$LOGDIR --pidfile=$PIDFILE
-- if [ "$?" == "0" ];then
-+ if [ "$?" = "0" ];then
- echo 'Service started' >&2
- else
- echo 'Service failed to start' >&2
Home |
Main Index |
Thread Index |
Old Index