diff options
author | VVD <vvd@unislabs.com> | 2022-12-24 15:44:41 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-12-24 15:48:09 +0000 |
commit | 0b16928300fd7e1377e0200456d73dc6cb03d65e (patch) | |
tree | ff424415f5473ca4a088205f4a5988773a670127 | |
parent | d3a551156d23de88dc83df9551ccb3a225efd67c (diff) | |
download | ports-0b16928300fd7e1377e0200456d73dc6cb03d65e.tar.gz ports-0b16928300fd7e1377e0200456d73dc6cb03d65e.zip |
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
-rw-r--r-- | net/freerdp/Makefile | 5 | ||||
-rw-r--r-- | net/freerdp/distinfo | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index b1ac311b8771..8481edcbc6f1 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -1,12 +1,9 @@ PORTNAME= freerdp -DISTVERSION= 2.8.1 -PORTREVISION= 1 +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/ diff --git a/net/freerdp/distinfo b/net/freerdp/distinfo index aa775d44c44d..45c9f0ff61bd 100644 --- a/net/freerdp/distinfo +++ b/net/freerdp/distinfo @@ -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 |