git: 56548efbaed7 - main - net/remmina: update to 1.4.31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Aug 2023 11:51:25 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=56548efbaed77bed904d79f6c22485a3397b886c commit 56548efbaed77bed904d79f6c22485a3397b886c Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-08-11 20:15:50 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-14 11:51:12 +0000 net/remmina: update to 1.4.31 ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.31 * [REM-2874] muli password changer search now matches partial strings * Fix segfault in VNC when using domain socket * Switched pylist Append to SetItem * Template texts updated * Add menu option to delete multiple profiles at the same time * add 1080p as a default resolution to remmina_pref.c * Add ubuntu22.04 dockerfile * Remove character limit on password length * Create better postats.html * Redesign santahat.png & add santahat.svg * Edit preferences UI * Change the icon of the new connection button * Modify the checkbox of the appearance-tab * Add valign to the switch of the debugging window * plugins/rdp: Ensure output redirection configuration applies to both dynamic and static rdpsnd --- net/remmina/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/remmina/Makefile b/net/remmina/Makefile index b5d2c82346e5..d41702de9a57 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,6 +1,5 @@ PORTNAME= remmina -DISTVERSION= 1.4.30 -PORTREVISION= 1 +DISTVERSION= 1.4.31 CATEGORIES= net gnome MAINTAINER= fernape@FreeBSD.org