Bug 267034 - net/freerdp: Update to 2.8.1 (CVE-2022-39282, CVE-2022-39283)
Summary: net/freerdp: Update to 2.8.1 (CVE-2022-39282, CVE-2022-39283)
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: Dima Panov
URL: https://www.freerdp.com/2022/10/12/2_...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-14 06:25 UTC by Vladimir Druzenko
Modified: 2023-02-18 18:02 UTC (History)
1 user (show)

See Also:
vvd: maintainer-feedback+
vvd: merge-quarterly?


Attachments
Update to 2.8.1 (789 bytes, patch)
2022-10-14 06:25 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-10-14 06:25:05 UTC
Created attachment 237283 [details]
Update to 2.8.1

Tested on 13.1-p2 amd64: check-plist, install, run and connect to server

# 2022-10-12 Version 2.8.1
Notewhorth changes:
* Fixed CVE-2022-39282
* Fixed CVE-2022-39283
* Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable)
* Added hash checks for android build script dependencies

Fixed issues:
* Backported #8190: Fix build break with newer FFMPEG versions
* Backported #8234: Updated flatpak with build script
* Backported #8210: Better execinfo support check for android
* Backported #7708: Header now defines DumpThreadHandles
* Backported #8176: Check fullscreen state and not setting
* Backported #8236: Send resize on window state change
* Backported #7611: Audin macOS monterey fix
* Backported #8291: Android build script update

https://github.com/FreeRDP/FreeRDP/blob/2.8.1/ChangeLog
https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.1
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-14 15:45:21 UTC
A commit in branch main references this bug:

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

commit c35733e72db722d42788a2ff7ae96c26e1079d4e
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-10-14 15:41:32 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-10-14 15:44:21 +0000

    net/freerdp: update to 2.8.1 release (+)

    Notewhorth changes:
    * Fixed CVE-2022-39282
    * Fixed CVE-2022-39283
    * Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable)
    * Added hash checks for android build script dependencies

    Fixed issues:
    * Backported #8190: Fix build break with newer FFMPEG versions
    * Backported #8234: Updated flatpak with build script
    * Backported #8210: Better execinfo support check for android
    * Backported #7708: Header now defines DumpThreadHandles
    * Backported #8176: Check fullscreen state and not setting
    * Backported #8236: Send resize on window state change
    * Backported #7611: Audin macOS monterey fix
    * Backported #8291: Android build script update

    Changelog:      https://github.com/FreeRDP/FreeRDP/blob/2.8.1/ChangeLog
    Release notes:  https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.1

    PR:             267034
    Submitted by:   maintainer
    MFH:            2022Q4

 net/freerdp/Makefile | 2 +-
 net/freerdp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-14 15:46:23 UTC
A commit in branch 2022Q4 references this bug:

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

commit b99f2ece7cfc8ab49f4d754cdd95b1d6bf69bc11
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-10-14 15:41:32 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-10-14 15:45:09 +0000

    net/freerdp: update to 2.8.1 release (+)

    Notewhorth changes:
    * Fixed CVE-2022-39282
    * Fixed CVE-2022-39283
    * Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable)
    * Added hash checks for android build script dependencies

    Fixed issues:
    * Backported #8190: Fix build break with newer FFMPEG versions
    * Backported #8234: Updated flatpak with build script
    * Backported #8210: Better execinfo support check for android
    * Backported #7708: Header now defines DumpThreadHandles
    * Backported #8176: Check fullscreen state and not setting
    * Backported #8236: Send resize on window state change
    * Backported #7611: Audin macOS monterey fix
    * Backported #8291: Android build script update

    Changelog:      https://github.com/FreeRDP/FreeRDP/blob/2.8.1/ChangeLog
    Release notes:  https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.1

    PR:             267034
    Submitted by:   maintainer
    MFH:            2022Q4

    (cherry picked from commit c35733e72db722d42788a2ff7ae96c26e1079d4e)

 net/freerdp/Makefile | 2 +-
 net/freerdp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Dima Panov freebsd_committer freebsd_triage 2022-10-14 15:46:48 UTC
Committed and MFHed, thanks!