Package Details: scrt 9.6.3-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.000010
First Submitted: 2015-12-05 18:45 (UTC)
Last Updated: 2025-05-13 00:30 (UTC)

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

oech3 commented on 2025-05-25 02:43 (UTC)

You can try to edit DLAGENT at PKGBUILD: curl -L -X POST -d "pid=scrt_sfx_ubuntu2464_deb_962" -d "country=us" -d "export_check=accept" -d "agree=on" https://www.vandyke.com/cgi-bin/download_1.php -o scrt_sfx_ubuntu2464.deb

kazaii commented on 2025-04-21 22:18 (UTC)

@oech3 that's okay, friend. thanks for your submission & suggestions. I wasn't aware of that, so it's good stuff. I'll take a look at the PKGBUILD proposal shortly.

oech3 commented on 2025-04-21 19:21 (UTC)

Sorry for edit after reply.

Removing bundled Qt6 is required to drop old icu deps.

But I just leave the experimental PKGBUILD for the case you decided to keep current method for safety.

kazaii commented on 2025-04-21 18:31 (UTC)

Mixing different ver of Qt is not allowed

Did you mean to respond to the thread in the bundle package? I didn't suggest I would do this.

oech3 commented on 2025-04-21 18:10 (UTC) (edited on 2025-04-21 19:07 (UTC) by oech3)

Experimental: https://gist.github.com/oech3/1b9b472043a4af9f00020b9f2ebf6306

kazaii commented on 2025-04-21 15:36 (UTC)

@oech3 Alrighty. I agree the icu build is the most annoying one. So much that I gladly ignored the recent build for longer than I care to admit.

I'll see what I can do to slim down the dependencies & make it seamless, especially for a fresh system.

oech3 commented on 2025-04-21 15:34 (UTC)

Q. Is it a opportunity to clean deps to 4 deps ? A. Maybe, no. -opt-bin seems not landing on namcap.

oech3 commented on 2025-04-21 15:30 (UTC) (edited on 2025-04-21 15:31 (UTC) by oech3)

I' suffering to drop old icu from this pkg by limitation of resource to build. What I did for -opt-bin is searched pkg by pacman -F lib.so and replaced them.

Q. just have to add qt6-5compat ? A. Doubtful since prebuild app sometimes bundle unused fake .so . It seems icu is transitive deps by Qt. But use namcap for the sake.

(Maybe, icu74 may just replaced with 74...)

kazaii commented on 2025-04-21 14:35 (UTC)

@oech3 These packages are separately maintained but I do keep an eye on the opt-bin package for comments, etc.

You're suggesting icu74 is no longer needed, since we have qt6-base and just have to add qt6-5compat ? (we have multimedia up there). If so, I'll test it out. It's a good opportunity to finally clean up those other dependencies above ... the other package has 4 & we have 20.

oech3 commented on 2025-04-21 11:21 (UTC)

I left the way to drop old icu on https://aur.archlinux.org/packages/scrt-sfx-opt-bin . I don't now about this package. But does anyone have similar motivation for this package?