Package Details: scrt 9.6.1-0

Git Clone URL: https://aur.archlinux.org/scrt.git (read-only, click to copy)
Package Base: scrt
Description: Vandyke SecureCRT SSH Client
Upstream URL: http://www.vandyke.com/products/securecrt/
Keywords: sftp ssh
Licenses: custom
Submitter: raymii
Maintainer: kazaii
Last Packager: kazaii
Votes: 12
Popularity: 0.000081
First Submitted: 2015-12-05 18:45 (UTC)
Last Updated: 2024-12-20 03:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »

Trevor commented on 2024-03-17 17:03 (UTC)

Thanks! So I will need to install icu66 from AUR as well? Can this old version work with icu70 as dependency?

kazaii commented on 2024-03-17 14:58 (UTC) (edited on 2024-03-17 14:59 (UTC) by kazaii)

@Trevor ... do you mean the PKGBUILD? If so, of course. It's in the commit diff tree: https://aur.archlinux.org/cgit/aur.git/commit/?h=scrt&id=83794b3019c3acce3a9b3fd70a62c718475a4417

Download the TAR.GZ from there and use yay or paru to build locally from your folder (ensure you have the deb/tar in the right place).

As for the binaries/packages from Vandyke? They offer "previous versions" on their website to registered/licensed users.

https://www.vandyke.com/download/prevreleases.html

Trevor commented on 2024-03-17 03:42 (UTC)

Do you have a working 9.2.3 version? I'm only licensed to use 9.2.3.

kazaii commented on 2024-01-19 00:51 (UTC) (edited on 2024-01-19 00:54 (UTC) by kazaii)

@FHSauce you bet - thanks for catching that. It looks like I didn't catch it as telegram-desktop required it on my system. I'll re-introduce my clean build VM to my build process to catch that in the future.

checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing qt6-wayland breaks dependency 'qt6-wayland' required by telegram-desktop

I'll make the push for it shortly; I think some of the other dependencies can be cleaned-up.

FHSauce commented on 2024-01-18 18:17 (UTC)

I had to install qt6-wayland to use 9.5.0 with Wayland, could add this to the depends?

kazaii commented on 2024-01-18 02:32 (UTC)

Sorry, bit of a bumpy ride with Qt6 migration. It's time to clean up the script to a simpler wildcard move, so this doesn't happen again.

kazaii commented on 2023-11-15 04:21 (UTC)

I pushed the commit a moment before flagged out of date :(

kazaii commented on 2023-10-17 11:58 (UTC)

Thanks @ZEBofx.

I don't really utilize the Python / scripting feature of SCRT - except the occasional expect script for login automation. I mainly use it from vscode or terminal emulators directly. I'll be sure to test this in future builds.

I think this is worthy of a arch wiki entry, among the various other questions we've documented in these comments, across 3 maintainers.

ZEBofx commented on 2023-10-17 09:16 (UTC) (edited on 2023-10-17 09:16 (UTC) by ZEBofx)

Hello,

Did not notice, but it seems that python scripts in scrt (v9.4.x at least) are not working (again :) ).

The trick I did with pyenv, sometime ago, still seems to work but need to use a python 3.10 version (was 3.8 before, and arch is using 3.11). This is working for me, if anybody needs to have this working again :

env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.13

sudo ln -s /home/XXXX/.pyenv/versions/3.10.13/lib/libpython3.10.so.1.0 /usr/lib/scrt/libpython3.10.so.1.0

Best regards !

kazaii commented on 2023-07-31 05:27 (UTC)

Sorry, I was away on holidays and arrived home a few hours ago. I setup my jumpbox with my git key but the jump-server had a malfunction, go figure.

I will try to have this automated for 9.5 stream. Until then, for minor patches, the instructions are in the header of the PKGBUILD. You can modify & build locally.