Package Details: scaleft-server-tools-bin 1.67.4-1

Git Clone URL: https://aur.archlinux.org/scaleft-server-tools-bin.git (read-only, click to copy)
Package Base: scaleft-server-tools-bin
Description: ScaleFT(TM) daemon and shell
Upstream URL: https://scaleft.com
Licenses: custom
Submitter: tonyskapunk
Maintainer: tonyskapunk
Last Packager: tonyskapunk
Votes: 1
Popularity: 0.24
First Submitted: 2021-05-02 07:01 (UTC)
Last Updated: 2023-03-03 15:12 (UTC)

Latest Comments

tonyskapunk commented on 2023-03-03 15:16 (UTC)

Packages have been updated, thanks!

Narsilou commented on 2023-03-03 09:41 (UTC) (edited on 2023-03-03 10:07 (UTC) by Narsilou)

Hi, could we update to the latest release ? There's a critical CVE on 1.64 https://help.okta.com/asa/en-us/Content/Topics/ReleaseNotes/advanced-server-access-release-notes.htm

diff --git a/PKGBUILD b/PKGBUILD
index aafa87c..1d8c17b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@

 pkgname='scaleft-client-tools-bin'
 pkgdesc='ScaleFT(TM) client tools'
-pkgver=1.64.3
+pkgver=1.67.4
 pkgrel=1
 arch=('x86_64')
 url="https://scaleft.com"
 license=('custom')
 depends=('glibc')
 source=("https://pkg.scaleft.com/rpm/${pkgname%-*}-${pkgver}-${pkgrel}.${arch}.rpm")
-sha256sums=('253548d7d5b0c6f2afa32026c2a125928f44da94875f4721c31fff03c5668e62')
+sha256sums=('91109285330a7f9a8a16d87ff07f171cb8f5d9821543d1b97f632f54946dc83b')

 package() {
   install -Dm0755 usr/bin/sft ${pkgdir}/usr/bin/sft

tonyskapunk commented on 2021-07-25 17:48 (UTC)

I've kept the install file but have removed the post-install function. I kept the remove steps in there, in case someone enabled it. Thanks

ainola commented on 2021-06-16 06:43 (UTC)

I would recommend removing the .install file entirely; Arch Linux never enables services automatically like Debian and while I cannot find any specific wiki section forbidding the practice it nevertheless breaks expectation in Arch.

tonyskapunk commented on 2020-09-14 16:14 (UTC)

Thanks for reporting that, it has been updated

chrissnell commented on 2020-09-10 15:19 (UTC)

You have a typo in the post-install portion of the .install script. Should be "systemctl", not "systemct"