Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 03:50:06 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509404 - head/net/xrdp
Message-ID:  <201908200350.x7K3o6bf065068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Tue Aug 20 03:50:06 2019
New Revision: 509404
URL: https://svnweb.freebsd.org/changeset/ports/509404

Log:
  net/xrdp: Update to 0.9.11
  
  New features
  * Suppress output (do not draw screen when client window is minimized)
  * Audio input (microphone) redirection compatible with MS-RDPEAI
  * Now xrdp can listen on more than one port
  
  Bug fixes
  * Fix the issue audio redirection sometimes sounds with long delay
  * Check term event for more responsive shutdown
  
  Sponsored by:	HAW International, Inc.

Modified:
  head/net/xrdp/Makefile
  head/net/xrdp/distinfo

Modified: head/net/xrdp/Makefile
==============================================================================
--- head/net/xrdp/Makefile	Tue Aug 20 03:47:20 2019	(r509403)
+++ head/net/xrdp/Makefile	Tue Aug 20 03:50:06 2019	(r509404)
@@ -3,8 +3,7 @@
 
 PORTNAME=	xrdp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.10
-PORTREVISION=	2
+DISTVERSION=	0.9.11
 PORTEPOCH=	1
 CATEGORIES=	net
 DIST_SUBDIR?=	${PORTNAME}
@@ -30,7 +29,7 @@ USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
 GH_ACCOUNT=	neutrinolabs
 GH_PROJECT=	xrdp librfxcodec:librfxcodec libpainter:libpainter
-GH_TAGNAME=	v0.1.4:librfxcodec v0.1.1:libpainter
+GH_TAGNAME=	v0.1.5:librfxcodec v0.1.1:libpainter
 
 CONFIGURE_ARGS=	--localstatedir=/var --enable-strict-locations \
 		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \

Modified: head/net/xrdp/distinfo
==============================================================================
--- head/net/xrdp/distinfo	Tue Aug 20 03:47:20 2019	(r509403)
+++ head/net/xrdp/distinfo	Tue Aug 20 03:50:06 2019	(r509404)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1555568079
-SHA256 (xrdp/neutrinolabs-xrdp-v0.9.10_GH0.tar.gz) = 9f15ef2ce4d2fd529cf56de8de4ddc3e4a929b18349144fed135634a2c182385
-SIZE (xrdp/neutrinolabs-xrdp-v0.9.10_GH0.tar.gz) = 666301
-SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 8e2d6060aca6d92ebd8b5cd295e9b85b8dd12ec00aacf7e3d351a8dacb56f4f3
-SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 48379
+TIMESTAMP = 1566229824
+SHA256 (xrdp/neutrinolabs-xrdp-v0.9.11_GH0.tar.gz) = 51d2e956e420743a600e7a31f4ca5402b3e74248e2d76ab7f93c038dd8837567
+SIZE (xrdp/neutrinolabs-xrdp-v0.9.11_GH0.tar.gz) = 672747
+SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.5_GH0.tar.gz) = 5710a65a9f877aca5b5bca9f2fb83b5904b59d465ab5c10bcf4ffc2b3416d0c8
+SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.5_GH0.tar.gz) = 48387
 SHA256 (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 6caee8444fbd72677ac5e125c7ac99490688474975451668e751a9d9187ee5e6
 SIZE (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 13929



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908200350.x7K3o6bf065068>