svn commit: r497800 - branches/2019Q2/net/xrdp
Koichiro Iwao
meta at FreeBSD.org
Thu Apr 4 07:22:43 UTC 2019
Author: meta
Date: Thu Apr 4 07:22:42 2019
New Revision: 497800
URL: https://svnweb.freebsd.org/changeset/ports/497800
Log:
MFH: r497782
net/xrdp: backport some upstream patches
Upcoming next v0.9.10 includes all of following changes. To apply some
important patches to quarterly packages, pick some patches up and apply.
- Fix typo in man page [1]
- Fix the issue session doesn't start properly after sesman got SIGUP [2]
- Shutdown xrdp daemon more responsively [3]
[1] https://github.com/neutrinolabs/xrdp/commit/46b4a9b7c8ae555b2dc3e2a1c2ab42717aa315d4
[2] https://github.com/neutrinolabs/xrdp/commit/81703c426f8498022c28a231df7d88ca28bfa842
[3] https://github.com/neutrinolabs/xrdp/commit/0ed82f71e8b3208d12f164ea8900195cd868032e
Approved by: portmgr (miwi)
Modified:
branches/2019Q2/net/xrdp/Makefile
branches/2019Q2/net/xrdp/distinfo
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/net/xrdp/Makefile
==============================================================================
--- branches/2019Q2/net/xrdp/Makefile Thu Apr 4 07:06:29 2019 (r497799)
+++ branches/2019Q2/net/xrdp/Makefile Thu Apr 4 07:22:42 2019 (r497800)
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= xrdp
+PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.9
PORTEPOCH= 1
@@ -9,6 +10,7 @@ CATEGORIES= net
DIST_SUBDIR?= ${PORTNAME}
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
+PATCHFILES= 81703c4.patch:-p1 46b4a9b.patch:-p1 0ed82f71.patch:-p1
MAINTAINER= meta at FreeBSD.org
COMMENT= Open source Remote Desktop Protocol (RDP) server
Modified: branches/2019Q2/net/xrdp/distinfo
==============================================================================
--- branches/2019Q2/net/xrdp/distinfo Thu Apr 4 07:06:29 2019 (r497799)
+++ branches/2019Q2/net/xrdp/distinfo Thu Apr 4 07:22:42 2019 (r497800)
@@ -1,7 +1,13 @@
-TIMESTAMP = 1545713834
+TIMESTAMP = 1554341138
SHA256 (xrdp/neutrinolabs-xrdp-v0.9.9_GH0.tar.gz) = 80da5f76b57e816f7536fd79e391581bb534dc97fca900840a81fb7db1d473f0
SIZE (xrdp/neutrinolabs-xrdp-v0.9.9_GH0.tar.gz) = 661707
SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 8e2d6060aca6d92ebd8b5cd295e9b85b8dd12ec00aacf7e3d351a8dacb56f4f3
SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 48379
SHA256 (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 6caee8444fbd72677ac5e125c7ac99490688474975451668e751a9d9187ee5e6
SIZE (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 13929
+SHA256 (xrdp/81703c4.patch) = e70ff288d3f1c747deddf5da6912be465962f49810f926af7bf6853fb6129542
+SIZE (xrdp/81703c4.patch) = 2753
+SHA256 (xrdp/46b4a9b.patch) = f603c92b9ebf44affbcd523786dfe02d95cf00ae8ea531988c54159bbc87e30e
+SIZE (xrdp/46b4a9b.patch) = 1322
+SHA256 (xrdp/0ed82f71.patch) = eb239fa4a09db6c5e7cb42673434a9ca0d5c502e8c4916ffe1946e50130e457f
+SIZE (xrdp/0ed82f71.patch) = 2784
More information about the svn-ports-all
mailing list