Skip to content

Commit

Permalink
net/remmina: update to 1.4.29
Browse files Browse the repository at this point in the history
 * ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases#v1.4.29
 * Hiroyuki Tanaka added to README :)
 * Initial macOS support
 * X2Go error-message consistency
 * Avoid crash when closing
 * Update Copyright for 2023
 * Aligning local and downstream jsons
 * Some minor RDP fixes
 * Fix Unix socket support for VNC
 * GVNC: Fixed JPEG quality encoding advertizing
 * Fix missing null checks causing signal 11
 * Add modified date to SFTP file list
 * Adding Labels/Tags
 * Spelling: Hostname
 * X2Go: Fix annoying default_username bug.
 * plugins/x2go/x2go_plugin.c: Fix tip and comment sentence
 * Remove webkit_settings_set_enable_frame_flattening() for newer WekbKitGTK
 * Change password including gateway
 * Improve rcw close
 * Multiple changes to build and run with libsoup 3.0
 * X2Go: Add ssh_passphrase and ssh_privatekey settings.
 * RDP: Add option to disable output suppression
 * Spelling: "Passphrase" → "password"
 * Fix compile warnings and some spelling corrections
 * Display protocol name in tooltip for connections in the ... menu...
 * Added protocol icons in drop-down menu
 * Fix widget reparenting when entering/exiting fullscreen
 * Rem 2760
 * Allow building on a Wayland-only environment - version 4
 * Allow for VNC runtime adjustment of color depth
 * Fix floating toolbar not disappearing when in fullscreen and keyboard grabbed
 * Revert "Merge branch 'Rem-2564' into 'master'"
 * Allow for runtime adjustment of colour depth, both increasing and
 * decreasing
 * Changed declaration of variables to be compatible with different
 * Ubuntu version
 * Added view-only mode for RDP
 * Removing the news widget
 * Updated Flatpak manifest files to match GitHub
 * Add missing include for X11/Wayland conditional
  • Loading branch information
Fernando Apesteguía authored and Fernando Apesteguía committed Mar 2, 2023
1 parent 9b963cf commit 725ef4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions net/remmina/Makefile
@@ -1,6 +1,5 @@
PORTNAME= remmina
DISTVERSION= 1.4.27
PORTREVISION= 2
DISTVERSION= 1.4.29
CATEGORIES= net gnome

MAINTAINER= fernape@FreeBSD.org
Expand All @@ -27,7 +26,7 @@ USES= cmake compiler:c11 desktop-file-utils gettext gnome localbase:ldflags pat
USE_GITLAB= yes
GL_ACCOUNT= Remmina
GL_PROJECT= Remmina
GL_COMMIT= 9d409a3556c8c2759a376b4f4ac5149db7aacf4f
GL_COMMIT= fb19eb5f11f206ffb442a9e0c519cb0f2cb3fd8b

USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango

Expand Down
6 changes: 3 additions & 3 deletions net/remmina/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1657125100
SHA256 (Remmina-Remmina-9d409a3556c8c2759a376b4f4ac5149db7aacf4f_GL0.tar.gz) = ffb19c978fba334ee4d760d5f012a0d95eaa6c7c5998367df2acff9956633140
SIZE (Remmina-Remmina-9d409a3556c8c2759a376b4f4ac5149db7aacf4f_GL0.tar.gz) = 3482728
TIMESTAMP = 1677672916
SHA256 (Remmina-Remmina-fb19eb5f11f206ffb442a9e0c519cb0f2cb3fd8b_GL0.tar.gz) = 27a6d1f8ec0e31941924e8d35689155fcadd94c07f554a10d868ebb494093cd6
SIZE (Remmina-Remmina-fb19eb5f11f206ffb442a9e0c519cb0f2cb3fd8b_GL0.tar.gz) = 3560125
1 change: 1 addition & 0 deletions net/remmina/pkg-plist
Expand Up @@ -136,6 +136,7 @@ share/icons/hicolor/scalable/emblems/org.remmina.Remmina-ssh-symbolic.svg
%%NLS%%share/locale/uk/LC_MESSAGES/remmina.mo
%%NLS%%share/locale/uz/LC_MESSAGES/remmina.mo
%%NLS%%share/locale/uz@cyrillic/LC_MESSAGES/remmina.mo
%%NLS%%share/locale/vi/LC_MESSAGES/remmina.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/remmina.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/remmina.mo
share/metainfo/org.remmina.Remmina.appdata.xml
Expand Down

0 comments on commit 725ef4f

Please sign in to comment.