pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/remmina



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Feb 11 10:41:48 UTC 2025

Modified Files:
        pkgsrc/net/remmina: Makefile PLIST distinfo

Log Message:
net/remmina: Update to 1.4.39

Changelog:
1.4.39:
    libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies
    appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon.
    -DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build)
    pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON
    NX, XDMCP and ST have been removed.
    Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version
    libsodium is needed to build Remmina.
    webkit2gtk3 is needed to build the WWW plugin.
    -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin (and the required kf5wallet libraries to build it).
    News can be turned off with -DWITH_NEWS=OFF
    Stats can be turned off with -DWITH_STATS=OFF
    TIPS can be turned off with -DWITH_TIPS=OFF
    gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON

List of changes

    [REM-3260] Fix bug passing wrong value in SPICE plugin (Breaking compilation on some distributions) 2624 myheroyuki

1.4.38:

    libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies
    appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon.
    -DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build)
    pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON
    NX, XDMCP and ST have been removed.
    Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version
    libsodium is needed to build Remmina.
    webkit2gtk3 is needed to build the WWW plugin.
    -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin (and the required kf5wallet libraries to build it).
    News can be turned off with -DWITH_NEWS=OFF
    Stats can be turned off with -DWITH_STATS=OFF
    TIPS can be turned off with -DWITH_TIPS=OFF
    gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON

List of changes

    [REM-3257] Add option to automatically copy ssh text when selected 2624 myheroyuki
    [REM-2604] Allow -c to work with www plugin 2604 myheroyuki
    [REM-3256] Don't prompt about closing connections with no connections 2625 myheroyuki
    Mainly fixing memory leaks and some small bugs 2626 myheroyuki

1.4.37:
    libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies
    appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon.
    -DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build)
    pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON
    NX, XDMCP and ST have been removed.
    Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version
    libsodium is needed to build Remmina.
    webkit2gtk3 is needed to build the WWW plugin.
    -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin (and the required kf5wallet libraries to build it).
    News can be turned off with -DWITH_NEWS=OFF
    Stats can be turned off with -DWITH_STATS=OFF
    TIPS can be turned off with -DWITH_TIPS=OFF
    gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON

List of changes

    Implement horizontal smooth scrolling in RDP 2606 acutemeridian
    [REM-3209] Allow -c to work with www plugin 2607 myheroyuki
    [REM-3210] Add ability to lock message panels to one side of the window 2608 myheroyuki
    [REM-3223] fix dangling pointer in ssh_options_get_port invocation 2609 Victrid
    Revert "[REM-2854] Add timeout option to handle VNC disconnects" 2610 myheroyuki
    Fix OpenSSL include dir 2611 mtelka
    Revert "[REM-3121] Handle GotFrameBufferUpdate on its own thread to prevent freeze" 2612 myheroyuki
    [REM-3227] fix compile warning that is failure with newer gcc versions 2613 myheroyuki
    [REM-3206] Add null check to prevent crash when pasting empty clipbaord 2614 myheroyuki
    [REM-3076] [REM-3086] Remove support for FreeRDP_SupportMonitorLayoutPdu to prevent loss of keyboard with xrdp 2615 myheroyuki
    [REM-3236] Don't rely on padding characters to be present to try decrypting passwords 2616 myheroyuki
    [REM-3246] Add option to immediately close VNC windows when they fail to... 2617 myheroyuki
    Allow Remmina to use plugins immediately on download without needing a restart 2618 myheroyuki
    [REM-3176] Add plugin api to allow Remmina to display if a profile is... 2619 myheroyuki
    [REM-3177] Fix error message for failed RDP connection 2620 myheroyuki
    Add more detail to bug report to make certain issues easier to solve 2621 myheroyuki
    [REM-3176] Resize icons to fit flatpak specifications 2622 myheroyuki

1.4.36:
    libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies
    appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon.
    -DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build)
    pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON
    NX, XDMCP and ST have been removed.
    Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version
    libsodium is needed to build Remmina.
    webkit2gtk3 is needed to build the WWW plugin.
    -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin (and the required kf5wallet libraries to build it).
    News can be turned off with -DWITH_NEWS=OFF
    Stats can be turned off with -DWITH_STATS=OFF
    TIPS can be turned off with -DWITH_TIPS=OFF
    gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON

List of changes

    Fix crash with keyboard-interactive SSH auth 2576 bhatman1441
    Prevent empty remmina_file_name in remmina.pref 2577 bhatman1441
    rdp/rdp-plugin: Fix faulty color depth check 2579 pnowack
    Fix typos 2578 deining
    Usbredirect on connect 2580 hunderteins
    [REM-3104] Add global RDP options to set FreeRDP auth filter 2581 myheroyuki
    Use universal /bin/sh shebang in remmina-rile-wrapper(1) 2572 klemensn
    [REM-3104] Added back in line that was accidentally removed before merge 2582 myheroyuki
    [REM-3104] Do not initialize rdp_auth_filter 2583 myheroyuki
    [REM-3076] Add proxy field for SPICE connections 2584 myheroyuki
    add a conditional check for darwin and NetBSD 2585 gador1
    [REM-3103] Make more obvious to user that Remmina may not be able to exec... 2586 myheroyuki
    [REM-3121] Handle GotFrameBufferUpdate on its own thread to prevent freeze 2587 myheroyuki
    Enable horitical scroll on RDP plugin. 2588 AkiraPenguin
    [REM-2854] Add timeout option to handle VNC disconnects 2589 myheroyuki
    [REM-3134] Fix bug where option to send clipboard as keystrokes did not appear 2590 myheroyuki
    Add ability to send a key combination when RDP connection is idle 2591 dexxter00
    [REM-3111] Do not prompt user for credentials if they have already been entered 2592 myheroyuki
    [REM-3140] Add null check to prevent segfault 2593 myheroyuki
    Move the idle timer into rf_context to make it session-specific. 2594 morganw3
    [REM-3156] Limit connection name on rcw tab to reasonable length 2595 myheroyuki
    Update several dependencies 2596 myheroyuki
    [REM-3127] Add user prompt for gateway messages 2597 myheroyuki
    [REM-3167] Add reconnect button to rcw 2598 myheroyuki
    [REM-3127] Changed to put call to a message accept panel in the RemminaPluginService struct 2599 myheroyuki
    Removed unused, commented code 2600 myheroyuki
    [REM-2428] Allow floating toolbar to be drag and dropped to more locations on the screen 2601 myheroyuki
    [REM-3162] Fixed some compile warnings causing issues with GCC 14.2.1 2602 myheroyuki
    Update ssh error to not show outdated message 2603 myheroyuki


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/net/remmina/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/remmina/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/remmina/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/remmina/Makefile
diff -u pkgsrc/net/remmina/Makefile:1.111 pkgsrc/net/remmina/Makefile:1.112
--- pkgsrc/net/remmina/Makefile:1.111   Fri Dec 27 08:20:29 2024
+++ pkgsrc/net/remmina/Makefile Tue Feb 11 10:41:48 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.111 2024/12/27 08:20:29 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2025/02/11 10:41:48 ryoon Exp $
 
-DISTNAME=      Remmina-v1.4.35
+DISTNAME=      Remmina-v1.4.39
 PKGNAME=       ${DISTNAME:tl:S/-v/-/1}
-PKGREVISION=   9
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=Remmina/}
 GITLAB_PROJECT=        Remmina
@@ -13,7 +12,6 @@ HOMEPAGE=     https://www.remmina.org/
 COMMENT=       Remote desktop client based on GTK+
 LICENSE=       gnu-gpl-v2
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c99 c++
 
 USE_TOOLS+=    pkg-config msgmerge
@@ -27,6 +25,7 @@ LDFLAGS.SunOS+=               -lsocket -lnsl
 LDFLAGS.NetBSD+=       -rdynamic
 
 .include "options.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../net/freerdp2/buildlink3.mk"

Index: pkgsrc/net/remmina/PLIST
diff -u pkgsrc/net/remmina/PLIST:1.11 pkgsrc/net/remmina/PLIST:1.12
--- pkgsrc/net/remmina/PLIST:1.11       Tue May 14 09:38:16 2024
+++ pkgsrc/net/remmina/PLIST    Tue Feb 11 10:41:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/05/14 09:38:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/02/11 10:41:48 ryoon Exp $
 bin/remmina
 bin/remmina-file-wrapper
 include/remmina/plugin.h
@@ -53,6 +53,7 @@ share/icons/hicolor/scalable/actions/org
 share/icons/hicolor/scalable/actions/org.remmina.Remmina-pin-down-symbolic.svg
 share/icons/hicolor/scalable/actions/org.remmina.Remmina-pin-up-symbolic.svg
 share/icons/hicolor/scalable/actions/org.remmina.Remmina-preferences-system-symbolic.svg
+share/icons/hicolor/scalable/actions/org.remmina.Remmina-reconnect-symbolic.svg
 share/icons/hicolor/scalable/actions/org.remmina.Remmina-scale-symbolic.svg
 share/icons/hicolor/scalable/actions/org.remmina.Remmina-switch-page-symbolic.svg
 share/icons/hicolor/scalable/actions/org.remmina.Remmina-system-run-symbolic.svg
@@ -64,6 +65,9 @@ share/icons/hicolor/scalable/emblems/org
 share/icons/hicolor/scalable/emblems/org.remmina.Remmina-spice-ssh-symbolic.svg
 share/icons/hicolor/scalable/emblems/org.remmina.Remmina-spice-symbolic.svg
 share/icons/hicolor/scalable/emblems/org.remmina.Remmina-ssh-symbolic.svg
+share/icons/hicolor/scalable/emblems/org.remmina.Remmina-status-green.svg
+share/icons/hicolor/scalable/emblems/org.remmina.Remmina-status-grey.svg
+share/icons/hicolor/scalable/emblems/org.remmina.Remmina-status-red.svg
 share/icons/hicolor/scalable/emblems/org.remmina.Remmina-tool-symbolic.svg
 share/icons/hicolor/scalable/emblems/org.remmina.Remmina-vnc-ssh-symbolic.svg
 share/icons/hicolor/scalable/emblems/org.remmina.Remmina-vnc-symbolic.svg

Index: pkgsrc/net/remmina/distinfo
diff -u pkgsrc/net/remmina/distinfo:1.16 pkgsrc/net/remmina/distinfo:1.17
--- pkgsrc/net/remmina/distinfo:1.16    Tue May 14 09:38:16 2024
+++ pkgsrc/net/remmina/distinfo Tue Feb 11 10:41:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/05/14 09:38:16 wiz Exp $
+$NetBSD: distinfo,v 1.17 2025/02/11 10:41:48 ryoon Exp $
 
-BLAKE2s (Remmina-v1.4.35.tar.gz) = 3efe8503915573863d4a8b7793e72cea30a5eed44325ff6fae410f200bef0416
-SHA512 (Remmina-v1.4.35.tar.gz) = 71ead3a6a8181bff0bf4f224af70daa86aafc259d3e8e48e02773d7f4ec37a4e72a98829726652370f291f0d96f677e0385256ea9c78c01c204cbb27b630ab0a
-Size (Remmina-v1.4.35.tar.gz) = 3771037 bytes
+BLAKE2s (Remmina-v1.4.39.tar.gz) = bcb4e830521721d9812a36e9bda61f3f9ee9d2324e2463c5fa72017e2ddd2ea9
+SHA512 (Remmina-v1.4.39.tar.gz) = 293dbc4edd443629a3424c34a3143f92f57af31cc8dbe68c1cec7901f025c26cc6e130dad68a9479d85c571b7962c137740bdade4890e7c55cf09bbd995a7e7c
+Size (Remmina-v1.4.39.tar.gz) = 3778767 bytes



Home | Main Index | Thread Index | Old Index