git: 0b16928300fd - main - net/freerdp: Update to 2.9.0 (security fixes)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 15:49:00 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0b16928300fd7e1377e0200456d73dc6cb03d65e
commit 0b16928300fd7e1377e0200456d73dc6cb03d65e
Author: VVD <vvd@unislabs.com>
AuthorDate: 2022-12-24 15:44:41 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-24 15:48:09 +0000
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
---
net/freerdp/Makefile | 5 +----
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