From nobody Sat Oct 30 14:14:18 2021 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C90981832144; Sat, 30 Oct 2021 14:14:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HhLrp5GKvz4WjV; Sat, 30 Oct 2021 14:14:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94ECF3FD4; Sat, 30 Oct 2021 14:14:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19UEEI1H049848; Sat, 30 Oct 2021 14:14:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19UEEIRR049847; Sat, 30 Oct 2021 14:14:18 GMT (envelope-from git) Date: Sat, 30 Oct 2021 14:14:18 GMT Message-Id: <202110301414.19UEEIRR049847@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Tobias C. Berner" Subject: git: 69d25555f33e - 2021Q4 - net/freerdp: update to 2.4.1 List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 69d25555f33e662fd5131e5279ee74733844f845 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=69d25555f33e662fd5131e5279ee74733844f845 commit 69d25555f33e662fd5131e5279ee74733844f845 Author: VVD AuthorDate: 2021-10-30 13:43:09 +0000 Commit: Tobias C. Berner CommitDate: 2021-10-30 14:13:59 +0000 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 (cherry picked from commit a698098ee923a4a9a41e0d34938b6a95633bf278) --- net/freerdp/Makefile | 4 ++-- net/freerdp/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 6385ece4b099..08dda79dbb4e 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -1,9 +1,9 @@ # Created by: Alexander Logvinov PORTNAME= freerdp -DISTVERSION= 2.4.0 +DISTVERSION= 2.4.1 CATEGORIES= net comms -MASTER_SITES= https://pub.freerdp.com/releases/ \ +MASTER_SITES= https://pub.freerdp.com/releases/ \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/ MAINTAINER= vvd@unislabs.com diff --git a/net/freerdp/distinfo b/net/freerdp/distinfo index 31eb352960c8..74fe2f3f0874 100644 --- a/net/freerdp/distinfo +++ b/net/freerdp/distinfo @@ -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