git: 0a9d41db7c17 - main - net/remmina: update to 1.4.37
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 17:06:18 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a9d41db7c17bfd04848e0a08dafded1ef04dd54 commit 0a9d41db7c17bfd04848e0a08dafded1ef04dd54 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-12-19 14:26:19 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-12-27 17:06:06 +0000 net/remmina: update to 1.4.37 ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.37 * Implement horizontal smooth scrolling in RDP * [REM-3209] Allow -c to work with www plugin * [REM-3210] Add ability to lock message panels to one side of the window * [REM-3223] fix dangling pointer in ssh_options_get_port invocation * Revert "[REM-2854] Add timeout option to handle VNC disconnects" * Fix OpenSSL include dir * Revert "[REM-3121] Handle GotFrameBufferUpdate on its own thread to prevent freeze" * [REM-3227] fix compile warning that is failure with newer gcc versions * [REM-3206] Add null check to prevent crash when pasting empty clipbaord * [REM-3076] [REM-3086] Remove support for FreeRDP_SupportMonitorLayoutPdu to prevent loss of keyboard with xrdp * [REM-3236] Don't rely on padding characters to be present to try decrypting passwords * [REM-3246] Add option to immediately close VNC windows when they fail to... * Allow Remmina to use plugins immediately on download without needing a restart * [REM-3176] Add plugin api to allow Remmina to display if a profile is... * [REM-3177] Fix error message for failed RDP connection * Add more detail to bug report to make certain issues easier to solve * [REM-3176] Resize icons to fit flatpak specifications --- net/remmina/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/remmina/Makefile b/net/remmina/Makefile index e37615144dfd..daed907ea92a 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,5 +1,5 @@ PORTNAME= remmina -DISTVERSION= 1.4.36 +DISTVERSION= 1.4.37 CATEGORIES= net gnome MAINTAINER= fernape@FreeBSD.org