ChangeLog: https://github.com/stepcode/stepcode/releases/tag/v0.8.2
Build fixes
* dependency fixes for expparse / expscan.
* handle newer clang compilers
* more robust parallel building
Relocation of headers and explicit directory prefixes
* client codes should now include one directory (for example,
/usr/include/stepcode) and specify headers in their code using path/header.h
(for example, #include <clstepcore/sdai.h>) previous releases required
explicit listing of all stepcode folders due to internal header include
directives - this has been corrected
Cherry pick upstream commit to allow Remmina to build without the ssh plugin
ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.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
* Fix snap crash
* [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
* Rem 2954
* 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
* Snapcraft: Allow remmina preferences file to point to symlinked current
directory
* [REM-2850] Add ability to automatically move mouse to keep RDP connections
alive
* Allow user to set REMMINA_GIT_REVISION
* 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
PR: 273564
lang/rust-bootstrap is another potential option for RUST.
document the value in the comment so others might consider its use.
lang/rust-bootstrap has more tunable knobs which allow for more minimal
builds of the rust toolchain than lang/rust -- which may be desirable
for appliance or iterative builds.
Approved by: portmgr (bapt)
Reviewed by: allanjude, bapt
Differential Revision: https://reviews.freebsd.org/D42052
Rather than conflicting with xxd (which presents a dependency problem
for users who don't want to install vim), add an option to depend on
xxd. So, the vim port will no longer install xxd, but the option is
on by default so most users won't see a difference (other than the new
dependency).
PR: 274104
Reported by: corvink
* Define LICENSE_FILE
* Use USES= localbase:ldflags helper
* Drop OPTIMIZED_CFLAGS
* Some changes to Makefile to improve readability
PR: 272705
Reviewed by: pizzamig (maintainer)
Python Wrapper Library to send requests to Microsoft Teams Webhooks. Microsoft
refers to these messages as Connector Cards. A message can be sent with only
the main Connector Card, or additional sections can be included into the
message.
https://pypi.org/project/pymsteams/