211 Commits

Author SHA256 Message Date
f89355e3c9 Accepting request 1300987 from X11:RemoteDesktop
- Update to 1.4.41:
  * [REM-3321] Update keyboard mapping !2646 (merged) @myheroyuki
  * [REM-3276] Fix segfault that could happen when attempting to save a connection profile !2649 (merged) @myheroyuki
  * [REM-3342] Add ifdef to allow compilation without libssh !2650 (merged) @myheroyuki
  * [REM-3343] Add environment variable to prevent openssl config issue !2651 (merged) @myheroyuki
  * [REM-3346] Update snap to latest FreeRDP version !2652 (merged) @myheroyuki
  * [REM-3344] Toggle sending null or empty password when field is left blank !2653 (merged) @myheroyuki
  * [REM-3363] Add checks to allow FreeRDP2 compatibility !2654 (merged) @myheroyuki
  * Fix KeyStroke function for SPICE plugin !2655 (merged) @BobbyTheBuilder
  * [REM-3364] Raise max length of username field to 300 from 100 !2656 (merged) @myheroyuki
  * [REM-3186] Allow use of ssh command line arguments to create ssh connections !2657 (merged) @myheroyuki
  * Fix use of default_value in remmina_file_get_int !2660 (merged) @rafarsa6363
  * Implement VNC connection timeout !2659 (merged) @rafarsa6363
  * Fix warnings !2658 (merged) @RipleyTom
  * [REM-3123] Prevent crash when pasting an image using RDP if gdk_pixbuf_save_to_buffer fails !2661 (merged) @myheroyuki
  * [REM-3386] Properly save and load color themes !2662 (merged) @myheroyuki
  * [REM-3388] Fix Flatpak crash when moving floating tool bar !2663 (merged) @myheroyuki
  * [REM-3389] Save unlock password when set outside of the preferences menu !2664 (merged) @myheroyuki
  * [REM-3382] Update CMAKE_PREFIX_PATH in snapcraft.yaml !2665 (merged) @myheroyuki
  * [REM-3390] Properly implement keyboard interactive ssh authentication !2666 (merged) @myheroyuki
  * [REM-3396] Made hiding connection profile name on floating toolbar optional !2667 (merged) @myheroyuki
  * [REM-3402] Add a local terminal plugin !2670 (merged) @myheroyuki
  * [REM-3398] Allow Flatpak build to run commands !2669 (merged) @myheroyuki
  * [REM-3413] Allow users to connect to multiple connections or groups of connects at once !2671 (merged) @myheroyuki
  * Create autostart directory if it does not exist. !2672 (merged) @rafarsa6363
  * Fix autostart directory create for flatpak. !2673 (merged) *@rafarsa6363
  * Python Wrapper plugin: Fix typo + add comment for edge-case hinting that the plugin needs to be installed !2674 (merged) @dzatoah
  * Several small fixes and improving group connections !2675 (merged) @myheroyuki
- Drop upstreamed patch drop-unused-func.patch

OBS-URL: https://build.opensuse.org/request/show/1300987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=93
2025-08-22 15:49:42 +00:00
d6f440a641 - Drop upstreamed patch drop-unused-func.patch
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=202
2025-08-22 13:34:19 +00:00
98c36b3a61 - Update to 1.4.41:
* [REM-3321] Update keyboard mapping !2646 (merged) @myheroyuki
  * [REM-3276] Fix segfault that could happen when attempting to save a connection profile !2649 (merged) @myheroyuki
  * [REM-3342] Add ifdef to allow compilation without libssh !2650 (merged) @myheroyuki
  * [REM-3343] Add environment variable to prevent openssl config issue !2651 (merged) @myheroyuki
  * [REM-3346] Update snap to latest FreeRDP version !2652 (merged) @myheroyuki
  * [REM-3344] Toggle sending null or empty password when field is left blank !2653 (merged) @myheroyuki
  * [REM-3363] Add checks to allow FreeRDP2 compatibility !2654 (merged) @myheroyuki
  * Fix KeyStroke function for SPICE plugin !2655 (merged) @BobbyTheBuilder
  * [REM-3364] Raise max length of username field to 300 from 100 !2656 (merged) @myheroyuki
  * [REM-3186] Allow use of ssh command line arguments to create ssh connections !2657 (merged) @myheroyuki
  * Fix use of default_value in remmina_file_get_int !2660 (merged) @rafarsa6363
  * Implement VNC connection timeout !2659 (merged) @rafarsa6363
  * Fix warnings !2658 (merged) @RipleyTom
  * [REM-3123] Prevent crash when pasting an image using RDP if gdk_pixbuf_save_to_buffer fails !2661 (merged) @myheroyuki
  * [REM-3386] Properly save and load color themes !2662 (merged) @myheroyuki
  * [REM-3388] Fix Flatpak crash when moving floating tool bar !2663 (merged) @myheroyuki
  * [REM-3389] Save unlock password when set outside of the preferences menu !2664 (merged) @myheroyuki
  * [REM-3382] Update CMAKE_PREFIX_PATH in snapcraft.yaml !2665 (merged) @myheroyuki
  * [REM-3390] Properly implement keyboard interactive ssh authentication !2666 (merged) @myheroyuki
  * [REM-3396] Made hiding connection profile name on floating toolbar optional !2667 (merged) @myheroyuki
  * [REM-3402] Add a local terminal plugin !2670 (merged) @myheroyuki
  * [REM-3398] Allow Flatpak build to run commands !2669 (merged) @myheroyuki
  * [REM-3413] Allow users to connect to multiple connections or groups of connects at once !2671 (merged) @myheroyuki
  * Create autostart directory if it does not exist. !2672 (merged) @rafarsa6363
  * Fix autostart directory create for flatpak. !2673 (merged) *@rafarsa6363
  * Python Wrapper plugin: Fix typo + add comment for edge-case hinting that the plugin needs to be installed !2674 (merged) @dzatoah
  * Several small fixes and improving group connections !2675 (merged) @myheroyuki

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=201
2025-08-22 13:29:13 +00:00
391c3f6250 Accepting request 1286106 from X11:RemoteDesktop
- Update to 1.4.40:
  * [REM-3270] Fix invalid free causing crash with sending keystrokes and clipboard contents 
  * Fix SEGV when removing a non-exitend connection 
  * [REM-3282] Adjust floating toolbar to take up less space
  * [REM-3285] Fix issue with multimonitor configuration needed for FreeRDP versions after 3.10.x
  * [REM-3286] Add option to allow ssh-rsa keys to be used for ssh connections
  * [REM-3285] Only set the max width and height to full monitor if using multimonitor
  * [REM-3285] Revert calls back to uint 
  * [REM-3295] Fix issue with RDP scaling on connect
  * [REM-3301] Add option to force multimonitor mode
  * [REM-3314] Added the options to start connections in fullscreen mode and/or with dynamic resolution enabled for protocols that support the options
  * [REM-3316] Allow empty passwords to be passed to FreeRDP 
  * [REM-3289] Allow import/export of ssh tunnel settings 
  * [REM-3333] hide local cursor when showing remote cursor
- Add drop-unused-func.patch: drop a debug function that was not being usused anywhere in the code

OBS-URL: https://build.opensuse.org/request/show/1286106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=92
2025-06-17 16:21:21 +00:00
62844853cf - Add drop-unused-func.patch: drop a debug function that was not being usused anywhere in the code
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=199
2025-06-16 12:51:02 +00:00
9bcce823de - Update to 1.4.40:
* [REM-3270] Fix invalid free causing crash with sending keystrokes and clipboard contents 
  * Fix SEGV when removing a non-exitend connection 
  * [REM-3282] Adjust floating toolbar to take up less space
  * [REM-3285] Fix issue with multimonitor configuration needed for FreeRDP versions after 3.10.x
  * [REM-3286] Add option to allow ssh-rsa keys to be used for ssh connections
  * [REM-3285] Only set the max width and height to full monitor if using multimonitor
  * [REM-3285] Revert calls back to uint 
  * [REM-3295] Fix issue with RDP scaling on connect
  * [REM-3301] Add option to force multimonitor mode
  * [REM-3314] Added the options to start connections in fullscreen mode and/or with dynamic resolution enabled for protocols that support the options
  * [REM-3316] Allow empty passwords to be passed to FreeRDP 
  * [REM-3289] Allow import/export of ssh tunnel settings 
  * [REM-3333] hide local cursor when showing remote cursor

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=198
2025-06-16 12:40:18 +00:00
dc184c3be2 Accepting request 1235870 from X11:RemoteDesktop
- Update to 1.4.39:
  * [REM-3260] Fix bug passing wrong value in SPICE plugin (Breaking compilation on some distributions) !2624 @myheroyuki
  * [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

OBS-URL: https://build.opensuse.org/request/show/1235870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=91
2025-01-09 14:08:04 +00:00
e32bab0559 fix deps on Leap
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=196
2025-01-08 10:12:31 +00:00
e8c78b0657 - Update to 1.4.39:
* [REM-3260] Fix bug passing wrong value in SPICE plugin (Breaking compilation on some distributions) !2624 @myheroyuki
  * [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

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=195
2025-01-08 10:09:24 +00:00
600cfcf719 Accepting request 1233869 from X11:RemoteDesktop
- Update to 1.4.37:
  * 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

OBS-URL: https://build.opensuse.org/request/show/1233869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=90
2024-12-31 10:12:51 +00:00
55c9c52c0b - Update to 1.4.37:
* 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

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=193
2024-12-30 07:37:34 +00:00
959a9b1e5b Accepting request 1220497 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/1220497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=89
2024-11-04 21:42:10 +00:00
0485ebfba4 Accepting request 1219965 from home:iznogood:branches:X11:RemoteDesktop
- Replace pkgconfig(webkit2gtk-4.0) with pkgconfig(webkit2gtk-4.1)
  BuildRequires, following this drop conditional
  pkgconfig(libsoup-2.4) BuildRequires, use only libsoup-3.0 going
  forward.

OBS-URL: https://build.opensuse.org/request/show/1219965
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=191
2024-11-04 08:26:41 +00:00
6d0a98ffcb Accepting request 1206635 from X11:RemoteDesktop
- Update to 1.4.36:
  * 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

OBS-URL: https://build.opensuse.org/request/show/1206635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=88
2024-10-10 20:11:25 +00:00
b0e19aee9b - Update to 1.4.36:
* 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

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=189
2024-10-10 07:03:28 +00:00
d3208ee936 Accepting request 1169987 from X11:RemoteDesktop
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1169987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=87
2024-04-25 18:48:23 +00:00
ade50db270 Accepting request 1168474 from home:yudaike:branches:X11:RemoteDesktop
Fix dependency on SLE-15-SP6

OBS-URL: https://build.opensuse.org/request/show/1168474
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=187
2024-04-17 13:58:40 +00:00
349cadb0d2 Accepting request 1164350 from X11:RemoteDesktop
- Update to 1.4.35 stable release.
- Update to version 1.4.34~git.20240221 (boo#1220149):
  * Updated call to set FreeRDP_LoadBalanceInfo
  * Revert setting loadbalanceinfo to the old method used before FreeRDP3
  * Add FreeRDP version to cmake status messages
  * FreeRDP3: Fix crash with disablepasswordstoring enabled
  * [REM-3047] fix issue compiling with gcc-14
  * Check if WINPR_ASSERT is defined
  * Allow running an SSH command when connecting via ssh tunnel
  * Fix build for openssl-1.1
- Update to version 1.4.33~git.20240124:
  * Add support for FreeRDP 3.x
  * Allow Remmina to be built without FreeRDP
  * Made file not empty to allow setting for Service Desk

OBS-URL: https://build.opensuse.org/request/show/1164350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=86
2024-04-03 15:19:03 +00:00
472dde1aff update spec for leap
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=185
2024-04-03 11:44:21 +00:00
6a0aae0201 - Update to 1.4.35 stable release.
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=184
2024-04-03 11:42:05 +00:00
b0288080b0 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=183 2024-02-22 14:08:26 +00:00
59517a67cf OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=182 2024-02-22 14:05:44 +00:00
0f85a777c0 Accepting request 1149144 from home:balping:branches:X11:RemoteDesktop
Update to version 1.4.34~git.20240221

Fixes https://bugzilla.opensuse.org/show_bug.cgi?id=1220149 on Leap 15.5

OBS-URL: https://build.opensuse.org/request/show/1149144
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=181
2024-02-22 14:04:47 +00:00
c89935080e Accepting request 1141722 from home:polslinux:branches:X11:RemoteDesktop
- Update to version 1.4.33~git.20240124:
  * Add support for FreeRDP 3.x
  * Allow Remmina to be built without FreeRDP
  * Made file not empty to allow setting for Service Desk

OBS-URL: https://build.opensuse.org/request/show/1141722
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=180
2024-01-26 22:25:41 +00:00
8202221619 Accepting request 1117520 from X11:RemoteDesktop
- Update to version 1.4.33:
  * Add shortcut for 'send clipboard as keystrokes'
  * Make keeping window open on session disconnect configurable
  * Fix crash cause by using freed memory (forwarded request 1117514 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1117520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=85
2023-10-12 21:44:47 +00:00
85da02bc95 Accepting request 1117514 from home:iznogood:branches:X11:RemoteDesktop
- Update to version 1.4.33:
  * Add shortcut for 'send clipboard as keystrokes'
  * Make keeping window open on session disconnect configurable
  * Fix crash cause by using freed memory

OBS-URL: https://build.opensuse.org/request/show/1117514
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=178
2023-10-12 18:21:16 +00:00
c0692ccc49 Accepting request 1111734 from X11:RemoteDesktop
- Update to remmina version 1.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
  * [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
  * 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
  * [REM-2850] Add ability to automatically move mouse to keep RDP connections alive
  * 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

OBS-URL: https://build.opensuse.org/request/show/1111734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=84
2023-09-20 11:25:15 +00:00
797d178d2b - Update to remmina version 1.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
  * [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
  * 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
  * [REM-2850] Add ability to automatically move mouse to keep RDP connections alive
  * 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

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=176
2023-09-17 08:17:52 +00:00
3cc17c373e Accepting request 1093370 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/1093370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=83
2023-06-16 14:54:52 +00:00
dc6fb956bf Accepting request 1091798 from home:polslinux:branches:X11:RemoteDesktop
- Update to remmina version 1.4.31:
  * [REM-2874] muli password changer search now matches partial
    strings !2480 
  * Fix segfault in VNC when using domain socket !2481 
  * Switched pylist Append to SetItem !2482 
  * Template texts updated !2484 
  * Add menu option to delete multiple profiles at the same time !2483
  * add 1080p as a default resolution to remmina_pref.c !2486 
  * Remove character limit on password length !2489 
  * Create better postats.html !2488 
  * Redesign santahat.png & add santahat.svg !2492
  * Edit preferences UI !2491 
  * Change the icon of the new connection button !2493
  * Modify the checkbox of the appearance-tab !2494 
  * Add valign to the switch of the debugging window !2495
  * plugins/rdp: Ensure output redirection configuration applies to
    both dynamic and static rdpsnd !2498

OBS-URL: https://build.opensuse.org/request/show/1091798
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=174
2023-06-15 20:32:05 +00:00
2f14d2e68f Accepting request 1079919 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/1079919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=82
2023-04-17 15:41:53 +00:00
Johannes Weberhofer
35a2d83645 Accepting request 1079431 from home:weberho:branches:X11:RemoteDesktop
- Update to remmina version 1.4.30
  * Add text mime type formats to RDP clibpoard !2459
  * Ensure timer is null after destruction !2462
  * Ability to view passwords in the clear using a toggle in the 
    password field !2460
  * Made icons viewable in lower resulution. !2463
  * Improve mime file !2464
  * [REM-2809] Appearance preferences now refresh in the main window when
    the user... !2466
  * This should be a message instead of a info print.
    So that the user can see it by default. !2461
  * remmina_rdp_monitor_get(): fix maxw, maxh and monitorids calculation !2467
  * Rem 2864 !2469
  * Fix undefined symbol error when importing gi in a python extension !2470
  * Rem 2864 !2472
  * [REM-1987] allow for dynamic resolution updates for vnc connections !2476
  * Fix overlapping text in preferences menu, terminal tab !2477
  * Allow could not authenticate banner to go away after successful 
    reauthentication !2478
  * Add environments for easy manual testing !2473

OBS-URL: https://build.opensuse.org/request/show/1079431
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=172
2023-04-17 12:23:30 +00:00
5ca5cd418b Accepting request 1061307 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/1061307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=81
2023-01-27 09:16:26 +00:00
Johannes Weberhofer
561ac2d5d8 Accepting request 1061227 from home:ecsos
- Update to remmina version 1.4.29
  * Hiroyuki Tanaka added to README :) !2451
  * Initial macOS support !2453
  * X2Go error-message consistency !2452
  * Avoid crash when closing, fixes issue #2832 !2454
  * Update Copyright for 2023 !2455
  * Aligning local and downstream jsons !2456
- Update to remmina version 1.4.28
  * Some minor RDP fixes !2415
  * Mathias Winterhalter's avatar Fix Unix socket support for VNC !2417
  * GVNC: Fixed JPEG quality encoding advertizing !2418
  * Fix missing null checks causing signal 11 !2419
  * Add modified date to SFTP file list !2420
  * Adding Labels/Tags !2421
  * Spelling: Hostname !2422
  * X2Go: Fix annoying default_username bug. !2423
  * plugins/x2go/x2go_plugin.c: Fix tip and comment sentence !2424
  * Remove webkit_settings_set_enable_frame_flattening() for newer WekbKitGTK, fixes #2780 !2425
  * Change password including gateway !2427
  * Improve rcw close !2429
  * Multiple changes to build and run with libsoup 3.0 !2431
  * X2Go: Add ssh_passphrase and ssh_privatekey settings. !2428
  * RDP: Add option to disable output suppression !2432
  * Spelling: "Passphrase" → "password" !2433
  * Fix compile warnings and some spelling corrections !2434
  * [Rem-2782] Display protocol name in tooltip for connections in the ... menu... !2436
  * [Rem-2782] Added protocol icons in drop-down menu !2438
  * Fix widget reparenting when entering/exiting fullscreen !2439
  * Rem 2760 !2440
  * Allow building on a Wayland-only environment - version 4 !2437
  * [Rem-2564] Allow for VNC runtime adjustment of color depth !2442
  * Fix floating toolbar not disappearing when in fullscreen and keyboard grabbed !2441
  * Revert "Merge branch 'Rem-2564' into 'master'" !2443
  * [Rem-2654] Allow for runtime adjustment of colour depth, both increasing and decreasing !2444
  * [Rem-2564] Changed declaration of variables to be compatible with different Ubuntu version !2445
  * [Rem-2682] Added view-only mode for RDP !2447
  * Removing the news widget !2446
  * Updated Flatpak manifest files to match GitHub !2448
  * Add missing include for X11/Wayland conditional !2450
- Drop libsoup_2_and_3_support.patch because now in upstream.

OBS-URL: https://build.opensuse.org/request/show/1061227
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=170
2023-01-26 16:46:02 +00:00
6f401538fd Accepting request 1033779 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/1033779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=80
2022-11-06 11:42:18 +00:00
Johannes Weberhofer
d15a8b91ce Accepting request 1030025 from home:mgorse:branches:X11:RemoteDesktop
- Add libsoup_2_and_3_support.patch: support libsoup 3.0
  (boo#1204492).
- Build against libsoup 3 on Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/1030025
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=168
2022-11-06 06:56:17 +00:00
c7fe1023c5 Accepting request 994105 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/994105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=79
2022-08-09 13:29:14 +00:00
Johannes Weberhofer
d57893ab86 Accepting request 993816 from home:cgiboudeaux:branches:X11:RemoteDesktop
- Set CMAKE_SKIP_RPATH to avoid writing bogus RUNPATH to
  binaries and modules
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/993816
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=166
2022-08-09 10:29:16 +00:00
578b9aa841 Accepting request 984507 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/984507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=78
2022-06-23 08:24:50 +00:00
Johannes Weberhofer
e53d65f5ed Accepting request 984191 from home:weberho:branches:X11:RemoteDesktop
- Updated to remmina version 1.4.27
  * Fix dangling pointer after scrolled container destruction.
  * Strengthen remmina file set string
  * Refactoring and minor fixes
  * launcher.sh is compatible with xfce4-terminal and gnome-terminal now.
  * Fix #2473 - revive rcw_focus_out_event to avoid sticky Alt on Alt-TAB
  * New SSH color schemes.
  * Some grammar fixes.
- Removed 2734-flatpak-crash.patch

OBS-URL: https://build.opensuse.org/request/show/984191
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=164
2022-06-22 13:54:04 +00:00
208f9ef798 Accepting request 980360 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/980360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=77
2022-06-01 15:35:46 +00:00
Johannes Weberhofer
5a94e73d2e Accepting request 980359 from home:weberho:branches:X11:RemoteDesktop
- Added 2734-flatpak-crash.patch to fix an issue reported on upstream:
  #2580: "Closing RDP connection quits Remmina without an error message"

OBS-URL: https://build.opensuse.org/request/show/980359
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=162
2022-06-01 13:58:53 +00:00
b22507106e Accepting request 979047 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/979047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=76
2022-05-25 18:34:18 +00:00
045bac608c Accepting request 978908 from home:dimstar:Factory
- Do not recommend lang package: the lang package has smarter
  supplements in place.

OBS-URL: https://build.opensuse.org/request/show/978908
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=160
2022-05-24 19:48:47 +00:00
0f6af58b29 Accepting request 978891 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/978891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=75
2022-05-24 18:31:41 +00:00
Johannes Weberhofer
73d579be82 Accepting request 978658 from home:weberho:branches:X11:RemoteDesktop
- Updated to remmina version 1.4.26
- Major improvements:
  * A Python plugin/API (you can write Remmina plugins in Python now!!!)
  * X11 Forward for the SSH plugin @marco.fortina
  * Kiosk improvements and new command lines options
- Other changes:
  * Fix trial for 2577: Closing a VNC connection makes Remmina close all other... 
  * Handle after-auth connection errors in VNC properly 
  * Using Remmina from command-line for kiosked servers 
  * Manual page refactoring fixes #2056 (closed) 
  * Add mutex to protect RDP clipboard->srv_data. Fixes #2666 (closed) 
  * Add '--no-tray-icon' command-line option 
  * Make FreeRDPs TLS Security Level setting accessible in the advanced settings view 
  * Disable grabs for SSH and SFTP, #closes #2728 (closed) 
  * Cannot disable shared folder 
  * Use PyInitializeEx in order to skip signal handler registration 
  * Ignore add new connection button in kiosk mode 
  * WWW plugin refactoring

OBS-URL: https://build.opensuse.org/request/show/978658
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=158
2022-05-24 08:29:48 +00:00
ad6ec7f856 Accepting request 961704 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/961704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=74
2022-03-14 18:35:48 +00:00
Johannes Weberhofer
1fcca120bf Accepting request 960923 from home:weberho:branches:X11:RemoteDesktop
- Updated to remmina version 1.4.25
  * kiosk: Drop GNOME MediaKeys plugin !2377
  * Honour soft links target in SFTP !2379
  * Optional close confirmation !2380
  * Fix some build warnings !2382
  * Fix manpages !2378
  * Snap cleanup + kwallet support !2381
  * Deprecations and amend g_date_time_format_iso8601 !2383
  * Fixes to snap build !2384
  * Removing dependencies that are available as extensions !2385
  * FreeRDP_OffscreenSupportLevel is of type UINT32 !2386
  * Minor fixes !2387
  * Get the right value for FreeRDP_AutoReconnectMaxRetries !2388

OBS-URL: https://build.opensuse.org/request/show/960923
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=156
2022-03-14 14:27:17 +00:00
badae5355c Accepting request 953179 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/953179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/remmina?expand=0&rev=73
2022-02-10 22:12:16 +00:00
Johannes Weberhofer
95f44076a7 Accepting request 953178 from home:weberho:branches:X11:RemoteDesktop
- Updated to remmina version 1.4.24
  * Contribution section added to issue template 
  * Language of VNC encoding cleaned up 
  * Remmina Hardening and Compliance 
  * Remmina_preferences language reworked 
  * Thanks 2021 
  * Resolve "Follow-up from "Remmina_preferences language reworked"" 
  * Encryption level language reworked 
  * Issue 2122 : Confirm on close of window 
  * Adding flush and cairo clean up

OBS-URL: https://build.opensuse.org/request/show/953178
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/remmina?expand=0&rev=155
2022-02-10 12:53:34 +00:00