Date: Sat, 18 Apr 2026 23:45:20 +0000 From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 55f366fdee82 - main - net/xrdp: Update to 0.10.6 Message-ID: <69e41790.3e729.2c795e22@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=55f366fdee829b9ce648e8ef79eaf4e7c30ccf28 commit 55f366fdee829b9ce648e8ef79eaf4e7c30ccf28 Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2026-04-17 14:56:31 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2026-04-18 23:44:37 +0000 net/xrdp: Update to 0.10.6 Changes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.6 Security: CVE-2026-32105 Security: CVE-2026-32107 Security: CVE-2026-32623 Security: CVE-2026-32624 Security: CVE-2026-33145 Security: CVE-2026-33516 Security: CVE-2026-33689 Security: CVE-2026-35512 --- net/xrdp/Makefile | 3 +-- net/xrdp/distinfo | 6 +++--- net/xrdp/files/patch-configure.ac | 6 +++--- net/xrdp/files/patch-sesman_sesman.ini.in | 14 +++++++------- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index 8c80209e7beb..fce568672d32 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -1,6 +1,5 @@ PORTNAME= xrdp -DISTVERSION= 0.10.5 -PORTREVISION= 1 +DISTVERSION= 0.10.6 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= https://github.com/neutrinolabs/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/net/xrdp/distinfo b/net/xrdp/distinfo index 4f2c5775c766..0f59ea694e7b 100644 --- a/net/xrdp/distinfo +++ b/net/xrdp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769741644 -SHA256 (xrdp/xrdp-0.10.5.tar.gz) = 9abc96d164de4b1c40e2f3f537d0593d052a640cf3388978c133715ea69fb123 -SIZE (xrdp/xrdp-0.10.5.tar.gz) = 2489216 +TIMESTAMP = 1776437264 +SHA256 (xrdp/xrdp-0.10.6.tar.gz) = dfc21d5d603b642cf583987b36706b685bf05fd3aaaaacefb8f57c5f4a448677 +SIZE (xrdp/xrdp-0.10.6.tar.gz) = 2486087 diff --git a/net/xrdp/files/patch-configure.ac b/net/xrdp/files/patch-configure.ac index 762394926700..eaf6bb6d4787 100644 --- a/net/xrdp/files/patch-configure.ac +++ b/net/xrdp/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2017-12-27 14:40:24 UTC +--- configure.ac.orig 2026-04-17 14:22:02 UTC +++ configure.ac -@@ -159,11 +159,35 @@ AC_CHECK_FUNC(dlopen, [], +@@ -250,11 +250,35 @@ AC_SUBST(DLOPEN_LIBS) AC_SUBST(DLOPEN_LIBS) # checking for openssl @@ -37,4 +37,4 @@ -OPENSSL_BIN=`$PKG_CONFIG --variable=exec_prefix openssl`/bin AC_PATH_PROGS([OPENSSL], [openssl], [:], [$OPENSSL_BIN:$PATH]) - # checking for pam variation + # checking for PAM variation diff --git a/net/xrdp/files/patch-sesman_sesman.ini.in b/net/xrdp/files/patch-sesman_sesman.ini.in index 94302d0cee34..3a7d45594433 100644 --- a/net/xrdp/files/patch-sesman_sesman.ini.in +++ b/net/xrdp/files/patch-sesman_sesman.ini.in @@ -1,13 +1,13 @@ ---- sesman/sesman.ini.in.orig 2017-12-27 14:40:24 UTC +--- sesman/sesman.ini.in.orig 2026-04-17 14:22:02 UTC +++ sesman/sesman.ini.in -@@ -75,8 +75,8 @@ param=xrdp/xorg.conf - param=-noreset - param=-nolisten - param=tcp +@@ -162,8 +162,8 @@ param=tcp + ; edit these lines to get debugging info in the xorgxrdp log file + #param=-logverbose + #param=5 -param=-logfile -param=.xorgxrdp.%s.log +#param=-logfile +#param=.xorgxrdp.%s.log - [X11rdp] - param=X11rdp + [Xvnc] + param=Xvnchome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e41790.3e729.2c795e22>
