net/freerdp: update to 2.4.1

Noteworthy changes:
    * Refactored RPC gateway parsing code
    * OpenSSL 3.0 compatibility fixes
    * USB redirection: fixed transfer lengths

Fixed issues:
    * #7363: Length checks in ConvertUTF8toUTF16
    * #7349: Added checks for bitmap width and heigth values

Important notes:
    * CVE-2021-41159: Improper client input validation for gateway
      connections allows to overwrite memory
    * CVE-2021-41160: Improper region checks in all clients allow out of
      bound write to memory

PR:		259386
This commit is contained in:
VVD 2021-10-30 15:43:09 +02:00 committed by Tobias C. Berner
parent c3f62605c2
commit a698098ee9
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# Created by: Alexander Logvinov <avl@FreeBSD.org>
PORTNAME= freerdp
DISTVERSION= 2.4.0
PORTREVISION= 1
DISTVERSION= 2.4.1
CATEGORIES= net comms
MASTER_SITES= https://pub.freerdp.com/releases/ \
https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1629080374
SHA256 (freerdp-2.4.0.tar.gz) = 10ec9b06d74182b354ae288c8e621d94c0fb189b0c3b14a59867ab4c414c08b5
SIZE (freerdp-2.4.0.tar.gz) = 7244549
TIMESTAMP = 1635018112
SHA256 (freerdp-2.4.1.tar.gz) = ef75c87926643a0d0041f6556e343ac037380d4260c64885e7cdd20da0147edf
SIZE (freerdp-2.4.1.tar.gz) = 7300797