Skip to content

Commit

Permalink
net/remmina: update to 1.4.34
Browse files Browse the repository at this point in the history
Add new gtk-vnc dependency for the VNC plugin

ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.34

 * [REM-2981] Move ssh-unrelated code outside of HAVE_LIBSSH ifdef
 * [REM-2974] only attempt to resolve hostname if initial ssh_connect fails
 * [REM-2980] Remove flag that prevented remote audio from working with flatpak
   version of Remmina
 * [REM-2982] Update Flatpak to use GNOME runtime version 44
 * initial port to core22
 * [REM-2984] Add null check to prevent freeze when opening an rdp connection
 * Fix GTK critical error when editing RDP profile
 * Remove snap installs for broken link executables
 * SSH private key auth: If username is empty, prompt user to enter it
 * Fix Flatpak freeze on connection when importing RDP profile
 * Fix of some grammatic issues in German translation
 * [REM-3003] Re-add line removed by accident in
 * GtkFileChooserNative support
 * Spice UNIX socket channel initialization enhancement
 * Fix segfault for remmina -p
 * Add unlocking code to let plugins use passwords
 * CI Pipeline Updates
 * [freerdp] update to build for stable-3.0
 * Allow Remmina to be built without FreeRDP
 * [REM-3048] Fix crash on multi-monitor with FreeRDP3
 * Added developer_name to meet new flathub requirements
 * [New features] Bring back remmina server features with new additions
 * [REM-2983] compile ssh with gcrypt for flatpak builds. Also sync flatpak...
 * Update copyright info
  • Loading branch information
fernape committed Feb 18, 2024
1 parent 7524ca6 commit e1689a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/remmina/Makefile
@@ -1,6 +1,5 @@
PORTNAME= remmina
DISTVERSION= 1.4.33
PORTREVISION= 1
DISTVERSION= 1.4.34
CATEGORIES= net gnome

PATCH_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
Expand Down Expand Up @@ -112,6 +111,7 @@ TERM_USE= gnome=vte3
TERM_CMAKE_BOOL= WITH_VTE

VNC_LIB_DEPENDS= libgnutls.so:security/gnutls \
libgtk-vnc-2.0.so:net/gtk-vnc \
libvncserver.so:net/libvncserver
VNC_USES= jpeg
VNC_CMAKE_BOOL= WITH_LIBVNCSERVER
Expand Down

0 comments on commit e1689a4

Please sign in to comment.