git: 629528c3c815 - main - net/remmina: update to 1.4.32
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 07:12:54 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=629528c3c815c09982c47561439aee67a67b3489
commit 629528c3c815c09982c47561439aee67a67b3489
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-09-22 06:51:47 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-10-03 07:12:05 +0000
net/remmina: update to 1.4.32
Cherry pick upstream commit to allow Remmina to build without the ssh plugin
ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.32
* [REM2916] Added option to kill async process started by exec plugin on tab
close
* Fix search bar toggle behavior
* Fix memory leaks
* [REM-2920] Password visibility can now be toggled on remmina_message_panels
* Remove SSH file paths from remmina file when unchecking box in profile edit
* Solved issue #2910 - Added support for IPv6 with fallback to IPv4 for ssh
* Fix UI bugs in Remmina Preferences set new password
* Fix memory leaks and change GTK critical errors to remmina warnings for null
icon autostart file
* [REM-2926] Added ability to set a fixed aspect ratio for vnc connections
* Fix snap crash
* [REM-2936] Fix crash related to unmap events
* [REM-2938] Improved ordering of tray icon menu items
* Fix memory leaks in remmina_plugin_manager_init with g_free and
g_ptr_array_free
* Remote assistance
* Spelling: Various strings for assistance mode
* Fix some compiler warnings
* Ability to SPICE connect to unix domain socket
* update multi monitor icon
* Save toggle options when duplicating connection
* Rem 2954
* New feature: Allow user to specify use of modifiers when changing key
preferences
* [REM-2914] Alert user of unexpected disconnect instead of immediately closing
the connection window
* Fix Remmina not using @REMMINA_BINARY_PATH@
* Highlight top bar when Grab all keyboard events is enabled
* Snapcraft: Allow remmina preferences file to point to symlinked current
directory
* [REM-2850] Add ability to automatically move mouse to keep RDP connections
alive
* Allow user to set REMMINA_GIT_REVISION
* Remove unnecessary parameters from remmina_public_get_server_port_wrapper
* Fix freeze that occurs when loading in python modules properly
* [REM-1923] Fix handling of pause break key for RDP connections
* [REM-2971] When quiting Remmina from the system tray the are you sure prompt
now functions properly
PR: 273564
---
net/remmina/Makefile | 7 +++++--
net/remmina/distinfo | 8 +++++---
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index a9238bb6cc78..46a67aadf984 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -1,7 +1,10 @@
PORTNAME= remmina
-DISTVERSION= 1.4.31
+DISTVERSION= 1.4.32
CATEGORIES= net gnome
+PATCH_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
+PATCHFILES+= dbd6f94974c4d7df313963ffefecb1ff8ca9ecb6.patch:-p1 # https://gitlab.com/Remmina/Remmina/-/merge_requests/2540
+
MAINTAINER= fernape@FreeBSD.org
COMMENT= GTK Remote Desktop Client
WWW= https://www.remmina.org/
@@ -26,7 +29,7 @@ USES= cmake compiler:c11 desktop-file-utils gettext gnome localbase:ldflags pat
USE_GITLAB= yes
GL_ACCOUNT= Remmina
GL_PROJECT= Remmina
-GL_TAGNAME= 61ea9b6681104cadf0a3f8c25bd3e5685ee6691a
+GL_TAGNAME= 4804f68f23045a38c3a7be46810fce14bac2fc3c
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
diff --git a/net/remmina/distinfo b/net/remmina/distinfo
index e81ae5bdf85f..06ff18da8167 100644
--- a/net/remmina/distinfo
+++ b/net/remmina/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1683627435
-SHA256 (Remmina-Remmina-61ea9b6681104cadf0a3f8c25bd3e5685ee6691a_GL0.tar.gz) = da7920502169820a87bf4b5668176e4e8c4ab20fcfc86634f6022f76597bc73c
-SIZE (Remmina-Remmina-61ea9b6681104cadf0a3f8c25bd3e5685ee6691a_GL0.tar.gz) = 3592308
+TIMESTAMP = 1695569615
+SHA256 (Remmina-Remmina-4804f68f23045a38c3a7be46810fce14bac2fc3c_GL0.tar.gz) = e59d111a0e737433b7d360a42818c66657a99b381540c33a0ee180c8a4d714c5
+SIZE (Remmina-Remmina-4804f68f23045a38c3a7be46810fce14bac2fc3c_GL0.tar.gz) = 3685160
+SHA256 (dbd6f94974c4d7df313963ffefecb1ff8ca9ecb6.patch) = 5c3c7d501f69f1412614dd8229d517d5f33ad175886edfefabfd5e725f91fb2a
+SIZE (dbd6f94974c4d7df313963ffefecb1ff8ca9ecb6.patch) = 2104