remmina: Update to 1.4.25
Changelog: 1.4.25 appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon. pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON NX, XDMCP and ST have been removed Use -DWITH_FREERDP3=ON if you are using the FreeRDP master branch libsodium is needed to build Remmina. webkit2gtk3 is needed to build the WWW plugin. -DWITH_KF5WALLET=ON is a new config option needed for the KWallet plugin (and the required kf5wallet libraries to build it). News can be turned off with -DWITH_NEWS=OFF\ gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON List of changes: kiosk: Drop GNOME MediaKeys plugin !2377 @jbicha Honour soft links target in SFTP !2379 @antenore Optional close confirmation !2380 @antenore Fix some build warnings !2382 @donoban Fix manpages !2378 @Fantu Snap cleanup + kwallet support !2381 @antenore Deprecations and amend g_date_time_format_iso8601 !2383 @antenore Fixes to snap build !2384 @giox069 Removing dependencies that are available as extensions !2385 @antenore FreeRDP_OffscreenSupportLevel is of type UINT32 !2386 @akallabeth Minor fixes !2387 @antenore Get the right value for FreeRDP_AutoReconnectMaxRetries !2388 @antenore 1.4.24 appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon. pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON NX, XDMCP and ST have been removed Use -DWITH_FREERDP3=ON if you are using the FreeRDP master branch libsodium is needed to build Remmina. webkit2gtk3 is needed to build the WWW plugin. -DWITH_KF5WALLET=ON is a new config option needed for the KWallet plugin (and the required kf5wallet libraries to build it). News can be turned off with -DWITH_NEWS=OFF\ gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON List of changes: Contribution section added to issue template !2365 @kingu Language of VNC encoding cleaned up !2367 @kingu Remmina Hardening and Compliance !2366 @antenore Remmina_preferences language reworked !2368 @kingu Thanks 2021 !2371 @kingu Resolve "Follow-up from "Remmina_preferences language reworked"" !2369 @antenore Encryption level language reworked !2372 @kingu Issue 2122 : Confirm on close of window !2374 @emmguyot Adding flush and cairo clean up !2375 @antenore
This commit is contained in:
parent
cd5bc15836
commit
0dfdd6d24a
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.73 2022/01/04 13:29:10 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.74 2022/03/11 17:11:19 ryoon Exp $
|
||||
|
||||
DISTNAME= Remmina-v1.4.23
|
||||
DISTNAME= Remmina-v1.4.25
|
||||
PKGNAME= ${DISTNAME:tl:S/-v/-/1}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://gitlab.com/Remmina/Remmina/-/archive/v${PKGVERSION_NOREV}/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2021/11/11 16:58:23 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2022/03/11 17:11:19 ryoon Exp $
|
||||
bin/remmina
|
||||
bin/remmina-file-wrapper
|
||||
include/remmina/plugin.h
|
||||
|
@ -131,6 +131,7 @@ share/locale/th/LC_MESSAGES/remmina.mo
|
|||
share/locale/tr/LC_MESSAGES/remmina.mo
|
||||
share/locale/ug/LC_MESSAGES/remmina.mo
|
||||
share/locale/uk/LC_MESSAGES/remmina.mo
|
||||
share/locale/uz/LC_MESSAGES/remmina.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/remmina.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/remmina.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/remmina.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2022/01/04 13:29:10 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.14 2022/03/11 17:11:19 ryoon Exp $
|
||||
|
||||
BLAKE2s (Remmina-v1.4.23.tar.gz) = e807a217898bd590cf83505db2fc8ade2b8b9c364915dff04a5aabc8c6afb663
|
||||
SHA512 (Remmina-v1.4.23.tar.gz) = 151baead9c8e8051f6da2139691aa5644ccdd5752e1dd1be572b72fab01773caf261bfe44ebebc8524a36b447ee335275e6522bd2b6b65d4f0a790c92bd291d4
|
||||
Size (Remmina-v1.4.23.tar.gz) = 3280050 bytes
|
||||
BLAKE2s (Remmina-v1.4.25.tar.gz) = 80f174461452d01ae2c36fd3c0ac3553a9ed6b2bd8e1a4ecf6390b7c6b19efe4
|
||||
SHA512 (Remmina-v1.4.25.tar.gz) = 2409d316894a423de487c264861bda782bac365d13eb77f965863173072da85d228047ca0624bc7664cf6c1a5144598895371a56e37a1cc90df426d19b5719a8
|
||||
Size (Remmina-v1.4.25.tar.gz) = 3404247 bytes
|
||||
|
|
Loading…
Reference in a new issue