Package Details: easyconnect 7.6.7.3-10

Git Clone URL: https://aur.archlinux.org/easyconnect.git (read-only, click to copy)
Package Base: easyconnect
Description: Support access to ssl vpn. With easyconect,you can secure and speed up connection to cooperate network at ease!
Upstream URL: http://www.sangfor.com.cn
Keywords: easyconnect sangfor
Licenses: LicenseRef-custom
Conflicts: easyconnect, easyconnect-cas, easyconnect-rpc, easyconnect-sdu, easyconnect-zjjy
Submitter: oowl
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 10
Popularity: 0.000212
First Submitted: 2018-07-28 12:09 (UTC)
Last Updated: 2024-03-01 05:07 (UTC)

Pinned Comments

Latest Comments

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

shulhan commented on 2022-07-12 13:53 (UTC) (edited on 2022-07-13 16:42 (UTC) by shulhan)

This package depends on the cairo, fribidi, and python to build pango.

diff --git a/PKGBUILD b/PKGBUILD
index ca82c32..4e2afb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,11 @@ arch=('x86_64')
 url="http://www.sangfor.com.cn"
 license=('custom')
 install=${pkgname}.install
+makedepends=(
+       cairo
+       fribidi
+       python
+)
 source=("http://download.sangfor.com.cn/download/product/sslvpn/pkg/linux_767/EasyConnect_x64_7_6_7_3.deb"
         "http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz")
 md5sums=('3b690ab4a7752b120d8200d817721187'
@@ -24,4 +29,3 @@ package(){
         sed -i 's/Exec=/Exec=env LD_LIBRARY_PATH=\/usr\/share\/sangfor\/EasyConnect\/oldlib\/pango\/usr\/lib /g' "${pkgdir}/usr/share/applications/EasyConnect.desktop"
         install -D -m644 "${pkgdir}/usr/share/sangfor/EasyConnect/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

PS: Thanks for this package, for anyone else the prebuild package is available at https://build.kilabit.info .

wondertx commented on 2022-03-26 13:17 (UTC)

输入二次验证后,跳出弹窗提示 USER TIMEOUT

KAAAsS commented on 2022-03-13 06:05 (UTC)

url 没变但是 md5 变为:3b690ab4a7752b120d8200d817721187

vvzoro commented on 2022-01-20 15:22 (UTC)

: (1/1) Parsing SRCINFO: easyconnect ==> Making package: easyconnect 7.6.7.3.76b7ebc57725ae1e999151cdc215f8e7cef8a31b-1 (2022年01月20日 星期四 23时17分37秒) ==> Retrieving sources... -> Found EasyConnect_x64_7_6_7_3.deb -> Found pango-1.42.4.tar.xz ==> Validating source files with md5sums... EasyConnect_x64_7_6_7_3.deb ... FAILED pango-1.42.4.tar.xz ... Passed ==> ERROR: One or more files did not pass the validity check! -> error downloading sources: easyconnect context: exit status 1

==> Making package: easyconnect 7.6.7.3.76b7ebc57725ae1e999151cdc215f8e7cef8a31b-1 (2022年01月20日 星期四 23时17分39秒) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found EasyConnect_x64_7_6_7_3.deb -> Found pango-1.42.4.tar.xz ==> Validating source files with md5sums... EasyConnect_x64_7_6_7_3.deb ... FAILED pango-1.42.4.tar.xz ... Passed ==> ERROR: One or more files did not pass the validity check! -> error making: easyconnect

zydxhs commented on 2021-10-25 11:58 (UTC)

登录问题解决,原来必须以 root 权限执行 sslservice.sh: sudo /usr/share/sangfor/EasyConnect/resources/shell/sslservice.sh

zydxhs commented on 2021-10-18 13:47 (UTC)

遇到个奇怪的问题:弹出登录成功的对话框后,EasyConnect的图标一直在闪,不会变绿。

zydxhs commented on 2021-10-18 13:45 (UTC)

关于无法保存帐号、URL,@komerebi 说的不完全正确。 我测试了下,配置文件的名字应该 easy_connect.json,其它没有问题。

sudo chmod 777 /usr/share/sangfor/EasyConnect/resources/conf

或者(xxx表示你的用户名和组名)

sudo touch /usr/share/sangfor/EasyConnect/resources/conf/easy_connect.json
sudo chown xxx:xxx /usr/share/sangfor/EasyConnect/resources/conf/easy_connect.json

komerebi commented on 2021-08-10 10:05 (UTC)

@plutonem 无法保存密码是因为配置文件夹权限的问题。 可以粗暴一点直接把“/usr/share/sangfor/EasyConnect/resources/conf”这个文件直接设置为777的权限。或者在这个文件夹下新建一个 setting_你的用户名.json 文件,设置为你的用户可读写。应该就能保存信息了

plutonem commented on 2021-05-15 06:32 (UTC)

原来的deb版在ubuntu上是会自动保存服务器的url的,不需要每次启动手动输入一次,但这个在arch上不行,不知道是哪个库的缘故。

palytoxin commented on 2021-03-02 00:30 (UTC)

根据指定评论修改了PKGBUILD到你要连接的服务器端版本。可以正常安装感谢。 我目前安装的版本是7.6.3.0.86415 登录会有闪退的问题。需要在登录进度过半后执行

sudo /usr/share/sangfor/EasyConnect/resources/shell/sslservice.sh 即可完成登录