Bug 265498 - net/freerdp: Update to 2.8.0
Summary: net/freerdp: Update to 2.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Nuno Teixeira
URL: https://github.com/FreeRDP/FreeRDP/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-29 12:09 UTC by Vladimir Druzenko
Modified: 2022-07-29 19:12 UTC (History)
1 user (show)

See Also:


Attachments
Update to 2.8.0 (2.29 KB, patch)
2022-07-29 12:09 UTC, Vladimir Druzenko
vvd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Druzenko freebsd_committer freebsd_triage 2022-07-29 12:09:32 UTC
Created attachment 235545 [details]
Update to 2.8.0

Tested on 12.3 amd64: check-plist, install, run and connect to server.

# 2022-07-28 Version 2.8.0

Noteworthy changes:

* Backported API to get peer accepted channel option flags
* Backported API to get peer accepted channel names
* Backported Stream_CheckAndLogRequiredLength
* Backported #7954: Add server side handling for [MS-RDPET]
* Backported #8010: Add server side handling for [MS-RDPECAM]
* Backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable)
* Backported #8051: Relieve CLIPRDR filename restriction when connecting to non-MS Windows servers
* Backported #8048: TLS version control
* Backported #7987: Add a new command line arg to enforce tls1.2

Fixed issues:

* Fixed #7837: Prevent out of bound reads for FFMPEG
* Backported #7859 and #7861: Unwind support for backtrace generation
* Backported #7440: wlfreerdp appid
* Backported #7832: RAIL window restore
* Backported #7833: Refactored WinPR thread locking
* Backported #7893: Mac rdpsnd memory leak fixes
* Backported #7895: Mac audin memory leak fixes
* Backported #7898: Automatic android versioning
* Backported #7916: GFX 10.7 capability support
* Backported #7949: Server RDPSND API improvements
* Backported #7957: Server DVC API improvements
* Backported #7760: Fixed osMinorType values
* Backported #8013: Add missing osMajorType values
* Backported #8076: Fix wrong usage of subband diffing flag (tile artifact fix)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-29 19:10:54 UTC
A commit in branch main references this bug:

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

commit 855d9006d297d99025b2b4832fe8fedb8b361dcb
Author:     VVD <vvd@unislabs.com>
AuthorDate: 2022-07-29 19:08:22 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-29 19:10:25 +0000

    net/freerdp: Update to 2.8.0

    ChangeLog:      https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.0
    PR:             265498

 net/freerdp/Makefile  | 2 +-
 net/freerdp/distinfo  | 6 +++---
 net/freerdp/pkg-plist | 6 ++++++
 3 files changed, 10 insertions(+), 4 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-29 19:12:55 UTC
Committed, thanks!