mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net/freerdp: Update to 2.9.0 (security fixes)
Notewhorth changes:
* Backported #8252: Support sending server redirection PDU
* Backported #8406: Ensure X11 client cursor is never smaller 1x1
* Backported #8403: Fixed multiple client side input validation issues
(CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319,
CVE-2022-39320, CVE-2022-41877, CVE-2022-39347)
* Backported #7282: Proxy server now discards input events sent before
activation was received
* Backported #8324: Internal replacements for md4, md5 and hmac-md5
For the time being the RDP protocol requires these outdated hash
algorithms. So any distribution that wants to ship a working
FreeRDP should check the options WITH_INTERNAL_MD4 (and depending
on OpenSSL deprecation status WITH_INTERNAL_MD5)
Fixed issues:
* Backported #8341: Null checks in winpr_Digest_Free
* Backported #8335: Missing NULL return in winpr_Digest_New
* Backported #8192: Support for audin version 2 microphone channel
* Backported #7282: Discard input events before activation (Fixes #8374)
ChangeLog: https://www.freerdp.com/2022/11/16/2_9_0-release
PR: 268539
MFH: 2022Q4
Security: 1f0421b1-8398-11ed-973d-002b67dfc673
(cherry picked from commit 0b16928300
)
This commit is contained in:
parent
64945df48d
commit
5d1e679770
2 changed files with 5 additions and 7 deletions
|
@ -1,11 +1,9 @@
|
|||
PORTNAME= freerdp
|
||||
DISTVERSION= 2.8.1
|
||||
CATEGORIES= net comms wayland
|
||||
DISTVERSION= 2.9.0
|
||||
CATEGORIES= net comms
|
||||
MASTER_SITES= https://pub.freerdp.com/releases/ \
|
||||
https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/
|
||||
|
||||
#PATCH_SITES= https://github.com/FreeRDP/FreeRDP/commit/
|
||||
|
||||
MAINTAINER= vvd@unislabs.com
|
||||
COMMENT= Free implementation of Remote Desktop Protocol
|
||||
WWW= https://www.freerdp.com/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665723374
|
||||
SHA256 (freerdp-2.8.1.tar.gz) = ea8903b29914134202a972c06052432678c89cb5eebcc8f5a41553030c97376b
|
||||
SIZE (freerdp-2.8.1.tar.gz) = 7311427
|
||||
TIMESTAMP = 1671889740
|
||||
SHA256 (freerdp-2.9.0.tar.gz) = fcf71cf5b09c5c2636341ba212f34b8fb728246ea28e08caf6cef8b4a96184b7
|
||||
SIZE (freerdp-2.9.0.tar.gz) = 7319428
|
||||
|
|
Loading…
Add table
Reference in a new issue