Bug 296460 - x11/xpra: Update to 6.5
Summary: x11/xpra: Update to 6.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-02 15:02 UTC by Jan Henrik Sylvester
Modified: 2026-07-12 15:02 UTC (History)
0 users

See Also:
arrowd: maintainer-feedback+


Attachments
Patch to update x11/xpra to 6.5 (61.49 KB, text/plain)
2026-07-02 15:02 UTC, Jan Henrik Sylvester
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Henrik Sylvester 2026-07-02 15:02:36 UTC
Created attachment 272394 [details]
Patch to update x11/xpra to 6.5

Xpra has been updated to 6.5: https://github.com/Xpra-org/xpra/releases/tag/v6.5

I have had some minor issues with 6.5 itself, for example xpra start always times out and I have to manually xpra attach afterwards. Anyhow connecting from 6.4.4 to 6.5 breaks many features (clipboard, start menu, ...). Since the other platforms are on 6.5 now, FreeBSD should follow.

With the patch attached, I was able to build a 6.5 package, install it, and use it as a client (against 6.5 on FreeBSD, Debian, and Ubuntu) and as a server.

I have build on my test machine in a unclean environment and only with default package options. Probably, more testing is in order.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-07-12 15:01:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=feae5175f3afe344ecc94327d78ab41c93da1176

commit feae5175f3afe344ecc94327d78ab41c93da1176
Author:     Jan Henrik Sylvester <me@janh.de>
AuthorDate: 2026-07-12 13:18:13 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-07-12 15:00:50 +0000

    x11/xpra: Update to 6.5

    PR:             296460
    Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>

 x11/xpra/Makefile  |   3 +-
 x11/xpra/distinfo  |   6 +-
 x11/xpra/pkg-plist | 292 +++++++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 242 insertions(+), 59 deletions(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2026-07-12 15:02:50 UTC
Thank you.