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: Mon Feb 13 14:34:36 UTC 2023
Modified Files:
pkgsrc/net/remmina: Makefile PLIST distinfo
Log Message:
remmina: Update to 1.4.29
Changelog:
1.4.29
Hiroyuki Tanaka added to README :) !2451 @kingu
Initial macOS support !2453 @wegank
X2Go error-message consistency !2452 @kingu
Avoid crash when closing, fixes issue #2832 !2454 @giox069
Update Copyright for 2023 !2455 @myheroyuki
Aligning local and downstream jsons !2456 @antenore
1.4.28
Some minor RDP fixes !2415 @akallabeth
Mathias Winterhalter's avatar Fix Unix socket support for VNC !2417 @ToolsDevler
GVNC: Fixed JPEG quality encoding advertizing !2418 @mdevaev
Fix missing null checks causing signal 11 !2419 @ToolsDevler
Add modified date to SFTP file list !2420 @youcefnafa
Adding Labels/Tags !2421 @antonio.petricca
Spelling: Hostname !2422 @kingu
X2Go: Fix annoying default_username bug. !2423 @D0n1elT
plugins/x2go/x2go_plugin.c: Fix tip and comment sentence !2424 @kingu
Remove webkit_settings_set_enable_frame_flattening() for newer WekbKitGTK, fixes #2780 !2425 @giox069
Change password including gateway !2427 @benoit.lagarde
Improve rcw close !2429 @giox069
Multiple changes to build and run with libsoup 3.0 !2431 @antenore
X2Go: Add ssh_passphrase and ssh_privatekey settings. !2428 @D0n1elT
RDP: Add option to disable output suppression !2432 @iskunk
Spelling: "Passphrase" -> "password" !2433 @kingu
Fix compile warnings and some spelling corrections !2434 @myheroyuki
[Rem-2782] Display protocol name in tooltip for connections in the ... menu... !2436 @myheroyuki
[Rem-2782] Added protocol icons in drop-down menu !2438 @myheroyuki
Fix widget reparenting when entering/exiting fullscreen !2439 @giox069
Rem 2760 !2440 @myheroyuki
Allow building on a Wayland-only environment - version 4 !2437 @festevam
[Rem-2564] Allow for VNC runtime adjustment of color depth !2442 @myheroyuki
Fix floating toolbar not disappearing when in fullscreen and keyboard grabbed !2441 @giox069
Revert "Merge branch 'Rem-2564' into 'master'" !2443 @myheroyuki
[Rem-2654] Allow for runtime adjustment of colour depth, both increasing and decreasing !2444 @myheroyuki
[Rem-2564] Changed declaration of variables to be compatible with different Ubuntu version !2445 @myheroyuki
[Rem-2682] Added view-only mode for RDP !2447 @myheroyuki
Removing the news widget !2446 @antenore
Updated Flatpak manifest files to match GitHub !2448 @myheroyuki
Add missing include for X11/Wayland conditional !2450 @bkohler
1.4.27
Fix dangling pointer after scrolled container destruction. !2409 (merged) @antenore
Strengthen remmina file set string !2410 (merged) @giox069
Refactoring and minor fixes !2411 (merged) @antenore
launcher.sh is compatible with xfce4-terminal and gnome-terminal now. !2412 (merged) @Lebensgefahr
Fix #2473 - revive rcw_focus_out_event to avoid sticky Alt on Alt-TAB !2413 (merged) @wolfmanx
New SSH color schemes. @antenore
Some grammar fixes. @antenore
1.4.26
Fix trial for 2577: Closing a VNC connection makes Remmina close all other... !2391 @PHWR
Handle after-auth connection errors in VNC properly !2390 @lorenz
Using Remmina from command-line for kiosked servers !2392 @marco.fortina
Manual page refactoring fixes #2056 !2393 @antenore
Add mutex to protect RDP clipboard->srv_data. Fixes #2666 !2395 @giox069
SSH Forward X11 !2397 @antenore
Add '--no-tray-icon' command-line option !2398 @marco.fortina
Python plugins !2399 @ToolsDevler
Apply plugin api changes from Python plugin change !2400 @ToolsDevler
Extract python plugin !2401 @ToolsDevler
Make FreeRDPs TLS Security Level setting accessible in the advanced settings view !2402 @antenore
Disable grabs for SSH and SFTP, #closes #2728 !2403 @antenore
Cannot disable shared folder !2404 @antenore
Use PyInitializeEx in order to skip signal handler registration !2405 @ToolsDevler
Ignore add new connection button in kiosk mode !2406 @antenore
WWW plugin refactoring !2407 @antenore
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/remmina/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/remmina/PLIST
cvs rdiff -u -r1.14 -r1.15 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.86 pkgsrc/net/remmina/Makefile:1.87
--- pkgsrc/net/remmina/Makefile:1.86 Sun Jan 29 21:17:30 2023
+++ pkgsrc/net/remmina/Makefile Mon Feb 13 14:34:36 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2023/01/29 21:17:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.87 2023/02/13 14:34:36 ryoon Exp $
-DISTNAME= Remmina-v1.4.25
+DISTNAME= Remmina-v1.4.29
PKGNAME= ${DISTNAME:tl:S/-v/-/1}
-PKGREVISION= 11
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITLAB:=Remmina/}
GITLAB_PROJECT= Remmina
@@ -22,11 +21,13 @@ REPLACE_SH+= data/desktop/remmina-file-w
CMAKE_ARGS+= -DWITH_WWW=OFF
+CFLAGS.NetBSD+= -D_NETBSD_SOURCE # for NI_MAXSERV constant
LDFLAGS.SunOS+= -lsocket -lnsl
LDFLAGS.NetBSD+= -rdynamic
.include "options.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/extension.mk"
.include "../../net/freerdp2/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../net/libvncserver/buildlink3.mk"
Index: pkgsrc/net/remmina/PLIST
diff -u pkgsrc/net/remmina/PLIST:1.9 pkgsrc/net/remmina/PLIST:1.10
--- pkgsrc/net/remmina/PLIST:1.9 Fri Mar 11 17:11:19 2022
+++ pkgsrc/net/remmina/PLIST Mon Feb 13 14:34:36 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/03/11 17:11:19 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/02/13 14:34:36 ryoon Exp $
bin/remmina
bin/remmina-file-wrapper
include/remmina/plugin.h
@@ -6,6 +6,7 @@ include/remmina/remmina_trace_calls.h
include/remmina/types.h
lib/pkgconfig/remmina.pc
lib/remmina/plugins/remmina-plugin-exec.so
+lib/remmina/plugins/remmina-plugin-python_wrapper.so
lib/remmina/plugins/remmina-plugin-rdp.so
lib/remmina/plugins/remmina-plugin-secret.so
lib/remmina/plugins/remmina-plugin-spice.so
@@ -133,6 +134,7 @@ 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/vi/LC_MESSAGES/remmina.mo
share/locale/zh_CN/LC_MESSAGES/remmina.mo
share/locale/zh_TW/LC_MESSAGES/remmina.mo
share/metainfo/org.remmina.Remmina.appdata.xml
@@ -146,9 +148,11 @@ share/remmina/external_tools/remmina_pin
share/remmina/external_tools/remmina_traceroute.sh
share/remmina/theme/3024 Day.colors
share/remmina/theme/3024 Night.colors
+share/remmina/theme/Abernathy.colors
share/remmina/theme/Adventure.colors
share/remmina/theme/AdventureTime.colors
share/remmina/theme/Afterglow.colors
+share/remmina/theme/Alabaster.colors
share/remmina/theme/AlienBlood.colors
share/remmina/theme/Andromeda.colors
share/remmina/theme/Argonaut.colors
@@ -157,6 +161,7 @@ share/remmina/theme/AtelierSulphurpool.c
share/remmina/theme/Atom.colors
share/remmina/theme/AtomOneLight.colors
share/remmina/theme/Aurora.colors
+share/remmina/theme/Ayu Mirage.colors
share/remmina/theme/Banana Blueberry.colors
share/remmina/theme/Batman.colors
share/remmina/theme/Belafonte Day.colors
@@ -165,6 +170,7 @@ share/remmina/theme/BirdsOfParadise.colo
share/remmina/theme/Blazer.colors
share/remmina/theme/Blue Matrix.colors
share/remmina/theme/BlueBerryPie.colors
+share/remmina/theme/BlueDolphin.colors
share/remmina/theme/BlulocoDark.colors
share/remmina/theme/BlulocoLight.colors
share/remmina/theme/Borland.colors
@@ -180,6 +186,7 @@ share/remmina/theme/Builtin Solarized Li
share/remmina/theme/Builtin Tango Dark.colors
share/remmina/theme/Builtin Tango Light.colors
share/remmina/theme/C64.colors
+share/remmina/theme/CGA.colors
share/remmina/theme/CLRS.colors
share/remmina/theme/Calamity.colors
share/remmina/theme/Chalk.colors
@@ -212,6 +219,7 @@ share/remmina/theme/Elementary.colors
share/remmina/theme/Espresso Libre.colors
share/remmina/theme/Espresso.colors
share/remmina/theme/Fahrenheit.colors
+share/remmina/theme/Fairyfloss.colors
share/remmina/theme/Fideloper.colors
share/remmina/theme/FirefoxDev.colors
share/remmina/theme/Firewatch.colors
@@ -224,13 +232,19 @@ share/remmina/theme/Framer.colors
share/remmina/theme/FrontEndDelight.colors
share/remmina/theme/FunForrest.colors
share/remmina/theme/Galaxy.colors
+share/remmina/theme/Galizur.colors
+share/remmina/theme/GitHub Dark.colors
share/remmina/theme/Github.colors
share/remmina/theme/Glacier.colors
share/remmina/theme/Grape.colors
share/remmina/theme/Grass.colors
+share/remmina/theme/Grey-green.colors
share/remmina/theme/Gruvbox Dark.colors
share/remmina/theme/Gruvbox Light.colors
share/remmina/theme/Guezwhoz.colors
+share/remmina/theme/HaX0R_BLUE.colors
+share/remmina/theme/HaX0R_GR33N.colors
+share/remmina/theme/HaX0R_R3D.colors
share/remmina/theme/Hacktober.colors
share/remmina/theme/Hardcore.colors
share/remmina/theme/Harper.colors
@@ -260,9 +274,11 @@ share/remmina/theme/LiquidCarbon.colors
share/remmina/theme/LiquidCarbonTransparent.colors
share/remmina/theme/LiquidCarbonTransparentInverse.colors
share/remmina/theme/Man Page.colors
+share/remmina/theme/Mariana.colors
share/remmina/theme/Material.colors
share/remmina/theme/MaterialDark.colors
share/remmina/theme/MaterialDarker.colors
+share/remmina/theme/MaterialDesignColors.colors
share/remmina/theme/MaterialOcean.colors
share/remmina/theme/Mathias.colors
share/remmina/theme/Medallion.colors
@@ -274,6 +290,7 @@ share/remmina/theme/Monokai Remastered.c
share/remmina/theme/Monokai Soda.colors
share/remmina/theme/Monokai Vivid.colors
share/remmina/theme/N0tch2k.colors
+share/remmina/theme/Neon.colors
share/remmina/theme/Neopolitan.colors
share/remmina/theme/Neutron.colors
share/remmina/theme/Night Owlish Light.colors
@@ -283,6 +300,7 @@ share/remmina/theme/Nocturnal Winter.col
share/remmina/theme/Novel.colors
share/remmina/theme/Obsidian.colors
share/remmina/theme/Ocean.colors
+share/remmina/theme/Oceanic-Next.colors
share/remmina/theme/OceanicMaterial.colors
share/remmina/theme/Ollie.colors
share/remmina/theme/OneHalfDark.colors
@@ -292,10 +310,10 @@ share/remmina/theme/Overnight Slumber.co
share/remmina/theme/PaleNightHC.colors
share/remmina/theme/Pandora.colors
share/remmina/theme/Paraiso Dark.colors
-share/remmina/theme/Parasio Dark.colors
share/remmina/theme/PaulMillr.colors
share/remmina/theme/PencilDark.colors
share/remmina/theme/PencilLight.colors
+share/remmina/theme/Peppermint.colors
share/remmina/theme/Piatto Light.colors
share/remmina/theme/Pnevma.colors
share/remmina/theme/Popping and Locking.colors
@@ -303,10 +321,13 @@ share/remmina/theme/Pro Light.colors
share/remmina/theme/Pro.colors
share/remmina/theme/Purple Rain.colors
share/remmina/theme/Rapture.colors
+share/remmina/theme/Raycast_Dark.colors
+share/remmina/theme/Raycast_Light.colors
share/remmina/theme/Red Alert.colors
share/remmina/theme/Red Planet.colors
share/remmina/theme/Red Sands.colors
share/remmina/theme/Relaxed.colors
+share/remmina/theme/Retro.colors
share/remmina/theme/Rippedcasts.colors
share/remmina/theme/Rouge 2.colors
share/remmina/theme/Royal.colors
@@ -325,8 +346,6 @@ share/remmina/theme/SoftServer.colors
share/remmina/theme/Solarized Darcula.colors
share/remmina/theme/Solarized Dark - Patched.colors
share/remmina/theme/Solarized Dark Higher Contrast.colors
-share/remmina/theme/Solarized Dark.colors
-share/remmina/theme/Solarized Light.colors
share/remmina/theme/SpaceGray Eighties Dull.colors
share/remmina/theme/SpaceGray Eighties.colors
share/remmina/theme/SpaceGray.colors
@@ -334,6 +353,7 @@ share/remmina/theme/Spacedust.colors
share/remmina/theme/Spiderman.colors
share/remmina/theme/Spring.colors
share/remmina/theme/Square.colors
+share/remmina/theme/Sublette.colors
share/remmina/theme/Subliminal.colors
share/remmina/theme/Sundried.colors
share/remmina/theme/Symfonic.colors
@@ -355,6 +375,7 @@ share/remmina/theme/ToyChest.colors
share/remmina/theme/Treehouse.colors
share/remmina/theme/Twilight.colors
share/remmina/theme/Ubuntu.colors
+share/remmina/theme/UltraDark.colors
share/remmina/theme/UltraViolent.colors
share/remmina/theme/UnderTheSea.colors
share/remmina/theme/Unikitty.colors
@@ -370,20 +391,43 @@ share/remmina/theme/WildCherry.colors
share/remmina/theme/Wombat.colors
share/remmina/theme/Wryan.colors
share/remmina/theme/Zenburn.colors
+share/remmina/theme/arcoiris.colors
share/remmina/theme/ayu.colors
share/remmina/theme/ayu_light.colors
share/remmina/theme/coffee_theme.colors
share/remmina/theme/cyberpunk.colors
+share/remmina/theme/darkermatrix.colors
+share/remmina/theme/darkmatrix.colors
share/remmina/theme/deep.colors
+share/remmina/theme/duckbones.colors
+share/remmina/theme/iceberg-dark.colors
+share/remmina/theme/iceberg-light.colors
share/remmina/theme/idea.colors
share/remmina/theme/idleToes.colors
share/remmina/theme/jubi.colors
+share/remmina/theme/kanagawabones.colors
share/remmina/theme/lovelace.colors
+share/remmina/theme/matrix.colors
share/remmina/theme/midnight-in-mojave.colors
+share/remmina/theme/neobones_dark.colors
+share/remmina/theme/neobones_light.colors
+share/remmina/theme/nord-light.colors
share/remmina/theme/nord.colors
share/remmina/theme/primary.colors
share/remmina/theme/purplepeter.colors
share/remmina/theme/rebecca.colors
+share/remmina/theme/seoulbones_dark.colors
+share/remmina/theme/seoulbones_light.colors
share/remmina/theme/shades-of-purple.colors
share/remmina/theme/synthwave-everything.colors
share/remmina/theme/synthwave.colors
+share/remmina/theme/tokyonight-day.colors
+share/remmina/theme/tokyonight-storm.colors
+share/remmina/theme/tokyonight.colors
+share/remmina/theme/vimbones.colors
+share/remmina/theme/zenbones.colors
+share/remmina/theme/zenbones_dark.colors
+share/remmina/theme/zenbones_light.colors
+share/remmina/theme/zenburned.colors
+share/remmina/theme/zenwritten_dark.colors
+share/remmina/theme/zenwritten_light.colors
Index: pkgsrc/net/remmina/distinfo
diff -u pkgsrc/net/remmina/distinfo:1.14 pkgsrc/net/remmina/distinfo:1.15
--- pkgsrc/net/remmina/distinfo:1.14 Fri Mar 11 17:11:19 2022
+++ pkgsrc/net/remmina/distinfo Mon Feb 13 14:34:36 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/03/11 17:11:19 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2023/02/13 14:34:36 ryoon Exp $
-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
+BLAKE2s (Remmina-v1.4.29.tar.gz) = dce459ea44bef7757620897d3776f83a7ee19d517cbd41b6fe75ac9b64d63e98
+SHA512 (Remmina-v1.4.29.tar.gz) = 477da48a88efe06f4fa68a6054b4dba83d5e628a1ccffc6f14a712b49b8ce8af44ab0eef4c1e8e078e55d1554132f3539f331a99c30b8302f5b71fc96cb965c6
+Size (Remmina-v1.4.29.tar.gz) = 3557543 bytes
Home |
Main Index |
Thread Index |
Old Index