Package Details: connect-tunnel 12.42.00673-1

Git Clone URL: https://aur.archlinux.org/connect-tunnel.git (read-only, click to copy)
Package Base: connect-tunnel
Description: SonicWALL Connect Tunnel VPN Client
Upstream URL: https://www.sonicwall.com/products/remote-access/vpn-clients/
Keywords: ConnectTunnel sonicwall vpn
Licenses: custom
Submitter: dcordonu
Maintainer: dcordonu
Last Packager: dcordonu
Votes: 3
Popularity: 0.000208
First Submitted: 2020-12-16 20:44 (UTC)
Last Updated: 2023-10-13 19:12 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

willf commented on 2023-10-03 13:07 (UTC)

New version available:

diff --git a/PKGBUILD b/PKGBUILD
index 9150611..eaa58f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: dcordonu

 pkgname=connect-tunnel
-pkgver=12.42.00622
+pkgver=12.42.00673
 pkgrel=1
 pkgdesc="SonicWALL Connect Tunnel VPN Client"
 arch=('x86_64')
@@ -13,7 +13,7 @@ source=(
     "ConnectTunnel_Linux64-${pkgver}.tar::https://software.sonicwall.com/CT-NX-VPNClients/CT-$(sed 's/[0-9]$/.&/' <<< "${pkgver%.*}")/ConnectTunnel_Linux64-${pkgver}.tar"
     "https://www.sonicwall.com/legal/general-product-agreement"
 )
-md5sums=('c7f092003f077e396e2f4f26e72f344a' 'SKIP')
+md5sums=('2a90251b3b480bab68a9d3d8682f350e' 'SKIP')
 DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")

dcordonu commented on 2023-03-13 00:59 (UTC)

Version updated to 12.42.00622 with the applied suggestion from @tukusejssirs to infer automatically the download URI.

tukusejssirs commented on 2023-03-10 16:21 (UTC)

Currently link link to the archive is broken (it returns 404). New link is https://software.sonicwall.com/CT-NX-VPNClients/CT-12.4.2/ConnectTunnel_Linux64-12.42.00622.tar.

The patch will make it work, but I think we should update the source URL to

diff --git a/PKGBUILD.bak b/PKGBUILD
index 25256c7..9150611 100644
--- a/PKGBUILD.bak
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: dcordonu

 pkgname=connect-tunnel
-pkgver=12.41.01037
+pkgver=12.42.00622
 pkgrel=1
 pkgdesc="SonicWALL Connect Tunnel VPN Client"
 arch=('x86_64')
@@ -10,10 +10,10 @@ depends=('java-runtime')
 makedepends=('tar' 'gendesk')
 license=('custom')
 source=(
-    "ConnectTunnel_Linux64-${pkgver}.tar::https://software.sonicwall.com/CT-NX-VPN%20Clients/CT-12.4.1/ConnectTunnel_Linux64-${pkgver}.tar"
+    "ConnectTunnel_Linux64-${pkgver}.tar::https://software.sonicwall.com/CT-NX-VPNClients/CT-$(sed 's/[0-9]$/.&/' <<< "${pkgver%.*}")/ConnectTunnel_Linux64-${pkgver}.tar"
     "https://www.sonicwall.com/legal/general-product-agreement"
 )
-md5sums=('fe4f21b23ef3cf22d459d1bc8b3122ea' 'SKIP')
+md5sums=('c7f092003f077e396e2f4f26e72f344a' 'SKIP')
 DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")

 install=${pkgname}.install

levnikmyskin commented on 2021-04-06 11:03 (UTC)

gendesk should be added as a make dependency