aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorVVD <vvd@unislabs.com>2022-01-13 14:53:34 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-01-13 15:36:22 +0000
commit795774723b79b07c6c71081f898b130dee2222a1 (patch)
tree04baa50fa2fd083fee68d5f229a2f39b238dadbb /net
parent8b8ae178a9a651c6c79a747f1bbf26591c3b3c12 (diff)
downloadports-795774723b79b07c6c71081f898b130dee2222a1.tar.gz
ports-795774723b79b07c6c71081f898b130dee2222a1.zip
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 (cherry picked from commit 577659972c871aa50d9e76586e26ba1e0000aeb7)
Diffstat (limited to 'net')
-rw-r--r--net/freerdp/Makefile6
-rw-r--r--net/freerdp/distinfo8
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