git: 2f44bf404561 - main - net/remmina: Update to 1.4.42

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sun, 15 Feb 2026 13:19:32 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f44bf404561d172ccb4ff65ed7b028f12e6fa00

commit 2f44bf404561d172ccb4ff65ed7b028f12e6fa00
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2026-02-14 14:30:10 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2026-02-15 13:19:10 +0000

    net/remmina: Update to 1.4.42
    
    ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.42
    
     * add option to enforce IPvX preference
     * Fix ssh x11 forwarding crashing in nixos
     * Add support for smartcard authentication
     * [REM-3444] Add option to delay floating toolbar popup
     * [REM-3448] Update FreeRDP checks to newer version
     * [REM-3448] Fix typo
     * Update AppStream metadata
     * [FLAT-390] update ffmpeg
     * [Rem-3180] Create named SPICE connection
     * [REM-2880] Fix session stuck problem with KeePassXC
     * [REM-3453] default dynamic resolution when supported issue
     * [REM-3258] toolbar disappearance in some multi-monitor situations
     * [REM-3458] Enable AAD support in Flatpak build
     * Create viewonly mode button on rcw toolbar
     * Permit css customization in scrolled window mode
     * src/remmina_ssh.c: zero-initialize RemminaSFTP structs
     * [plugins/rdp] fix memory leaks
     * [REM-3462] Strip whitespace from quickconnect
     * [cmake] mark include_directories SYSTEM
     * [rdp] fix FreeRDP_MonitorLocalShift[XY]
     * fix various compiler warnings
     * [REM-3454] UI: move view_toggle_button on the left
     * bug: double free on remmina_string_array_free
     * [REM-3464]run update-translations.sh
     * Avoid Gettext incorrectly considering c-format
     * [REM-3469] Disable save password prompt on quick connect authentication prompts
     * fix UB when connecting by link-local address
     * Added kerberos-tickets plug
     * Added kerberos-config plug
     * Fix floating toolbar popup regression in multimonitor
---
 net/remmina/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index eb9f7ce97531..612f1f1408cd 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	remmina
-DISTVERSION=	1.4.41
-PORTREVISION=	3
+DISTVERSION=	1.4.42
 CATEGORIES=	net gnome
 
 MAINTAINER=	fernape@FreeBSD.org