Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2022 16:06:50 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5d1e679770b9 - 2022Q4 - net/freerdp: Update to 2.9.0 (security fixes)
Message-ID:  <202212241606.2BOG6oqX032212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by eduardo:

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

commit 5d1e679770b943a5946132de106c3d6e2ee7854c
Author:     VVD <vvd@unislabs.com>
AuthorDate: 2022-12-24 15:44:41 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-24 16:06:21 +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
    (cherry picked from commit 0b16928300fd7e1377e0200456d73dc6cb03d65e)
---
 net/freerdp/Makefile | 6 ++----
 net/freerdp/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile
index 320a223f78b1..aa45c38cbcb9 100644
--- a/net/freerdp/Makefile
+++ b/net/freerdp/Makefile
@@ -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/
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212241606.2BOG6oqX032212>