Package Details: scrt 9.5.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.025509
First Submitted: 2015-12-05 18:45 (UTC)
Last Updated: 2024-02-28 11:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

amrim commented on 2022-11-10 07:22 (UTC) (edited on 2022-11-10 09:27 (UTC) by amrim)

If you can guide me that will be of great help!

I already tried to install but did not work for me.

https://aur.archlinux.org/packages/openssl-git

I was a long time Ubuntu user and recently migrated to Arch and started wth Manjaro. Except Securecrt everything else works for me and I use securecrt very heavily

❯ openssl version OpenSSL 1.1.1q 5 Jul 2022

~ ❯ cd /usr/lib

/usr/lib🔒 via 🌙 v5.4.4 ❯ cd /usr/lib/

/usr/lib🔒 via 🌙 v5.4.4 ❯ ls | grep -i libssl.so

lrwxrwxrwx 13 root 5 Jul 16:54 libssl.so -> libssl.so.1.1 .r-xr-xr-x 503k root 25 Jan 2020 libssl.so.1.0.0 .rwxr-xr-x 606k root 5 Jul 16:54 libssl.so.1.1

/usr/lib🔒 via 🌙 v5.4.4 ❯ pacman -Qe |grep open

dtos-opendoas 1.r151.89c34eb-1 mkinitcpio-openswap 0.1.0-3 networkmanager-openconnect 1.2.8-2 networkmanager-openvpn 1.10.0-1 opendoas 6.8.2-1 openresolv 3.12.0-1 openssh 9.1p1-1 openssl-1.0 1.0.2.u-1

kazaii commented on 2022-11-09 21:57 (UTC) (edited on 2022-11-09 22:01 (UTC) by kazaii)

Hi @amrim

The same happened to me. I believe the issue is that Manjaro is likely behind in the latest OpenSSL release:

~]$ openssl version 
OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)

When I first built the package, the library was missing from /usr/lib/

After I built it from the AUR, the library was there. The next day or so, the Arch repo wanted to take control of this library... so I regressed the AUR version to the repo version.

$ pwd
/usr/lib
$ ls | grep -i libssl.so.3
libssl.so.3

You can try three things

1) install OpenSSL3 from the AUR (looks like the package was removed.. but I'm sure you can find the PKGBUILD if you look... I have a copy in my Paru cache folder).

2) you can try to search your system for this library and copy/symlink it for now.

3) build OpenSSL3 from source.

If you still have issues, I can install a VM of Manjaro and see if I can tshoot / resolve for you.

amrim commented on 2022-11-09 09:24 (UTC)

SecureCRT: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

Can someone help me as to how I can make this work. I get the above error and currently using Manjaro

kazaii commented on 2022-11-04 01:07 (UTC)

Today SecureCRT 9.3.0 was released https://www.vandyke.com/products/securecrt/new-in.html

This causes some noticeable changes to the PKGBUILD. They seem to be targeting Ubuntu 22.X now. Sorry to your cpu cycles, but you'll need openssl3.0 & icu70 built.

Please let me know if you encounter any bugs with the build.

Thank you very much to the user that advised of the release today; The RSS feed was terminated in August and I did not receive the email update. I updated my subscription to ensure I get the next update notification.

Looks like I also need a new license.

kazaii commented on 2022-04-26 21:18 (UTC)

Version 9.2.0 released today.

https://whatsnew.vandyke.com/2022/04/securecrt-9-2-and-securefx-9-2-official-releases-now-available/

Highlight is an exciting new feature:

Credentials Manager

A built-in Credentials Manager simplifies password management. With shared credentials, you can change a password in a single location and no longer need to manually locate and update individual sessions.

kazaii commented on 2022-02-28 15:40 (UTC)

For anyone following along, I received confirmation that the signature did change. I also received an explanation as to why, which essentially comes down to time.

I will periodically check the hash and update it, as it will be expected to drift, as the release passes a set amount of months.

kazaii commented on 2022-02-27 02:32 (UTC)

The commit is complete. Thanks again for the catch

-md5sums=('9F7E5D60E777B22DCB727B1DAD1EFE7D')
+md5sums=('E41778E8D837CA8D3A83F9AE1BDD90A8')

kazaii commented on 2022-02-27 02:25 (UTC)

Thanks, Xuebit.

Truly, that's odd. I was sure I checked the md5sum when I originally downloaded the file. But I went to the webpage and confirmed your md5sum is correct

FILE SIGNATURES

    MD5

    E41778E8D837CA8D3A83F9AE1BDD90A8

    SHA1

    0E73455BE1B9C2CC7375D14ED20E262F1EA343BA

    SHA256

    0C4B449225CE8275FFC0836104856DE5ADF4B00FC97BBCFA891CAA6592337165

When I check my file in my cache, for sure, I have the old md5sum

[kazaii@broadview scrt]$ md5sum scrt-9.1.1.2638.ubuntu20-64.tar.gz 
9f7e5d60e777b22dcb727b1dad1efe7d  scrt-9.1.1.2638.ubuntu20-64.tar.gz
[kazaii@broadview scrt]$ 

then I just re-downloaded it and I see the new one

[kazaii@broadview Downloads]$ md5sum scrt-9.1.1.2638.ubuntu20-64.tar.gz 
e41778e8d837ca8d3a83f9ae1bdd90a8  scrt-9.1.1.2638.ubuntu20-64.tar.gz
[kazaii@broadview Downloads]$

There is a Requests section in the top right of this page, where you can make a merge request. But commenting is sufficient as I received an email notification.

I will commit the new md5sum now

Xuebit commented on 2022-02-23 18:12 (UTC) (edited on 2022-02-23 18:30 (UTC) by Xuebit)

Thanks for this package Kazaii, if anyone is having issues with installing this and getting the following error:

==> ERROR: scrt-9.1.1.2638.ubuntu20-64.tar.gz was not found in the build directory and is not a URL.

There is a line in the PKGBUILD file:

To install this package, you need to download the SecureCRT for Linux package in tar.gz format and place it in the same directory as the PKGBUILD

Edit: I was having issues with the MD5 sum. MD5 provided with package: 9F7E5D60E777B22DCB727B1DAD1EFE7D.

Up to date MD5: e41778e8d837ca8d3a83f9ae1bdd90a8

I updated my PKGBUILD file, but how do I make a request to have this updated?

kazaii commented on 2021-11-27 03:07 (UTC)

New maintenance release, 9.1.1, is available.