Date: Thu, 13 Jan 2022 15:36:05 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 577659972c87 - main - net/freerdp: update to 2.5.0 Message-ID: <202201131536.20DFa52Z062436@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=577659972c871aa50d9e76586e26ba1e0000aeb7 commit 577659972c871aa50d9e76586e26ba1e0000aeb7 Author: VVD <vvd@unislabs.com> AuthorDate: 2022-01-13 14:53:34 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-01-13 15:35:31 +0000 net/freerdp: update to 2.5.0 2.5.0 is a maintenance release that also addresses the following security related problems: * improve locale detection - invalid locales set in LANG could lead to a crash * fix and improve the registry parser - missing closing quotes could crash the registry parser * fix for addin file loader (library only function) - invalid file names could cause the invoking application to crash Important notes: This version contains minor security related fixes and improvements for locale detection, registry parsing code and addin loader Thanks to George Zaytsev from Positive Technologies for reporting these problems. Noteworthy changes: * Fixed smartcard login in case a redirection occurs the pin was lost * Backported windows client drawing fixes * Backported improved macOS keyboard layout detection * Backported TcpConnectTimeout * Backported LibreSSL compatibility patches * Backported signal handler backtrace * Backported OpenSSL 3.0 support Fixed issues: * Backport #7539: Wayland client clipboard issues * Backport #7509: Various fixes regarding registry emulation, addin loader * and updated locale detection * Backport #7466: Android android_register_pointer missing initialization Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/2.5.0 PR: 261175 --- net/freerdp/Makefile | 6 +----- net/freerdp/distinfo | 8 +++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index cc2ab86ea394..9016d8f41744 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -1,15 +1,11 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> PORTNAME= freerdp -DISTVERSION= 2.4.1 -PORTREVISION= 1 +DISTVERSION= 2.5.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/ -PATCHFILES+= bfbef39759b9641a4fab8b75b9243c48cb0789ac.patch:-p1 # Fix build for upcoming LibreSSL version - MAINTAINER= vvd@unislabs.com COMMENT= Free implementation of Remote Desktop Protocol diff --git a/net/freerdp/distinfo b/net/freerdp/distinfo index d45b2533e406..4f67a3b454bd 100644 --- a/net/freerdp/distinfo +++ b/net/freerdp/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1640531946 -SHA256 (freerdp-2.4.1.tar.gz) = ef75c87926643a0d0041f6556e343ac037380d4260c64885e7cdd20da0147edf -SIZE (freerdp-2.4.1.tar.gz) = 7300797 -SHA256 (bfbef39759b9641a4fab8b75b9243c48cb0789ac.patch) = 17dd9a535228f6a225398f547ee43b9c812abb0ca7bb9b27c91df3029b5b9721 -SIZE (bfbef39759b9641a4fab8b75b9243c48cb0789ac.patch) = 2186 +TIMESTAMP = 1642080752 +SHA256 (freerdp-2.5.0.tar.gz) = 0fd9396068cda8e6d884d063a4993001f140f46c36464ccae261b9475050cd2b +SIZE (freerdp-2.5.0.tar.gz) = 7303832
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201131536.20DFa52Z062436>