Package Details: appgate-sdp 6.5.4-1

Git Clone URL: https://aur.archlinux.org/appgate-sdp.git (read-only, click to copy)
Package Base: appgate-sdp
Description: Appgate SDP (Software Defined Perimeter) desktop client
Upstream URL: https://www.appgate.com/support/software-defined-perimeter-support
Licenses: custom, custom:commercial
Provides: appgate-sdp
Submitter: masterdisaster
Maintainer: garylinux666
Last Packager: garylinux666
Votes: 6
Popularity: 0.000309
First Submitted: 2018-07-19 12:05 (UTC)
Last Updated: 2026-03-12 21:52 (UTC)

Pinned Comments

garylinux666 commented on 2026-03-12 22:00 (UTC)

Quick guide for future maintainers (How to update this package)

Hi everyone! If I'm away and this package needs an update, here is a "for dummies" step-by-step guide to do it properly:

Clone the repo (if you haven't already): git clone ssh://aur@aur.archlinux.org/appgate-sdp.git

Update the PKGBUILD:

Change the pkgver variable to the new version (e.g., pkgver=6.5.5).

If the major/minor version changed (e.g., from 6.5 to 6.6), update the URL in the source array accordingly.

Update Checksums: Run updpkgsums.

This tool (part of pacman-contrib) reads the new URL in your PKGBUILD, downloads the file, calculates the new SHA256 hash, and automatically updates the sha256sums section in your PKGBUILD file. You don't need to copy-paste hashes manually.

Update Metadata: Run makepkg --printsrcinfo > .SRCINFO. IMPORTANT: AUR website reads this file, not the PKGBUILD. If you skip this, the website won't show the new version.

Test the build: Run makepkg -s to ensure the package compiles and the paths are still correct.

Commit and Push:

Bash git add PKGBUILD .SRCINFO git commit -m "Update to version X.Y.Z" git push origin master Note on services: Starting from version 6.5.x, the service name is appgatedriver.service. Always ensure the appgate-sdp.install file is included in the commit to notify users.

Latest Comments

« First ‹ Previous 1 2 3

masterdisaster commented on 2018-11-15 19:02 (UTC)

Hi pinophyta,

So far I have had few colleagues report that it works. My best recommendation is to see if the 'appgatedriver.service' has been started properly. The appgate client and your user do not need to be able to manipulate TUN devices, it delegates to 'appgatedriver' which should be started by systemd.

pinophyta commented on 2018-11-15 13:21 (UTC) (edited on 2018-11-15 13:22 (UTC) by pinophyta)

Has this worked for anyone? Getting this error:

Connection to TUN driver has failed. Reason: Socket is not connected.

While tun is loaded and my user has proper rights to access it:

modinfo tun filename: /lib/modules/4.18.16-arch1-1-ARCH/kernel/drivers/net/tun.ko.xz

masterdisaster commented on 2018-08-01 08:03 (UTC)

Updated to version 4.1. Parts of the download URL are showing that this is actually version 4.1.1.

masterdisaster commented on 2018-07-23 09:20 (UTC)

Updated the PKGBUILD to install version 4.0.1 due to vendor removing 4.1 from download servers.

masterdisaster commented on 2018-07-23 05:07 (UTC)

Uh oh:

"Important Announcement: AppGate SDP v4.1.0 release is removed due to a discovered LogServer issue. An updated version will be released as soon as possible. Customers already upgraded to v4.1.0 appliance and relying on built-in LogServer for auditing, please contact appgatesdp.support@cyxtera.com. "

Will need to adjust the PKGBUILD to use 4.0 branch.

snuffop commented on 2018-07-20 18:10 (UTC)

Looks like the Download URL is invalid