Bug 274152 - net/freerdp: backport Image RemoteFX fix from upstream
Summary: net/freerdp: backport Image RemoteFX fix from upstream
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: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-29 01:22 UTC by Koichiro Iwao
Modified: 2023-09-29 13:47 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (vvd)


Attachments
patch (1.92 KB, patch)
2023-09-29 01:25 UTC, Koichiro Iwao
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2023-09-29 01:22:18 UTC
Patch will be attached later.
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2023-09-29 01:25:46 UTC
Created attachment 245317 [details]
patch
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2023-09-29 09:59:06 UTC
This commit is correct:
https://github.com/FreeRDP/FreeRDP/commit/b27b20b2a27217be44fbc5d734299dc45572a207
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2023-09-29 10:18:37 UTC
Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-09-29 10:18:38 UTC
A commit in branch main references this bug:

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

commit aea3ce0870d8070fdfab0f64765c021cb8afe62d
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2023-09-29 10:12:50 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2023-09-29 10:12:50 +0000

    net/freerdp: backport Image RemoteFX fix from upstream

    PR:             274152
    Approved by:    arrowd (mentor, implicit)

 net/freerdp/Makefile | 3 +++
 net/freerdp/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 5 Koichiro Iwao freebsd_committer freebsd_triage 2023-09-29 13:47:24 UTC
(In reply to Vladimir Druzenko from comment #2)
Yup, indeed.