summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2023-05-26 17:37:05 -0500
committerFredy García2023-05-26 17:37:05 -0500
commit0c0dc29edfd1f11ada193ad823c9af7dd2b94cf1 (patch)
treed06d6b064570298cdd8feecbe782574f7eb92ef0
parentf03dc6a36d0d7268efc8b0ef78b5aca1d062b7ec (diff)
downloadaur-0c0dc29edfd1f11ada193ad823c9af7dd2b94cf1.tar.gz
Upgrading to version 6.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--appgatedriver.service.patch13
3 files changed, 5 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 753fb671dd4e..3409d7368d87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appgate-sdp
pkgdesc = Appgate SDP (Software Defined Perimeter) desktop client
- pkgver = 6.1.3
+ pkgver = 6.2.0
pkgrel = 1
url = https://www.appgate.com/support/software-defined-perimeter-support
arch = x86_64
@@ -19,11 +19,9 @@ pkgbase = appgate-sdp
options = staticlibs
options = !strip
options = !emptydirs
- source = https://bin.appgate-sdp.com/6.1/client/appgate-sdp_6.1.3_amd64.deb
- source = appgatedriver.service.patch
+ source = https://bin.appgate-sdp.com/6.2/client/appgate-sdp_6.2.0_amd64.deb
source = 10-appgate-tun.network
- sha256sums = ba4efe5c12ad4c69d7fdb1c142db66c65bbdfa02af16abb7561cc2eee21808d4
- sha256sums = 0789aa07d6a7af44187e407696d930e78c50370c19b8399722ebecb0655ffcdb
+ sha256sums = aace21ae14063cc61f873f79cbc94d10270319bb2fca954de433d22ac1e1885b
sha256sums = 2eb0daa10429e67d703cceccd34069da3044d99c5652658ec73c7a01c88b64e9
pkgname = appgate-sdp
diff --git a/PKGBUILD b/PKGBUILD
index 1a930d8343fc..5ec9ecbec586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pawel Mosakowski <pawel at mosakowski dot net>
pkgname=appgate-sdp
-pkgver=6.1.3
+pkgver=6.2.0
pkgrel=1
pkgdesc="Appgate SDP (Software Defined Perimeter) desktop client"
arch=("x86_64")
@@ -17,12 +17,10 @@ provides=("${pkgname}")
options=(staticlibs !strip !emptydirs)
source=(
"https://bin.${pkgname}.com/${pkgver%.*}/client/${pkgname}_${pkgver}_amd64.deb"
- "${pkgname%%-*}driver.service.patch"
"10-appgate-tun.network"
)
sha256sums=(
- "ba4efe5c12ad4c69d7fdb1c142db66c65bbdfa02af16abb7561cc2eee21808d4"
- "0789aa07d6a7af44187e407696d930e78c50370c19b8399722ebecb0655ffcdb"
+ "aace21ae14063cc61f873f79cbc94d10270319bb2fca954de433d22ac1e1885b"
"2eb0daa10429e67d703cceccd34069da3044d99c5652658ec73c7a01c88b64e9"
)
@@ -32,8 +30,6 @@ prepare() {
bsdtar -xf "${srcdir}/data.tar.xz" -C .
- patch -Np1 -i "${srcdir}/${pkgname%%-*}driver.service.patch"
-
# Remove unnecessary .deb related directory
rm -rf "${srcdir}/${pkgname}/etc/init.d"
}
diff --git a/appgatedriver.service.patch b/appgatedriver.service.patch
deleted file mode 100644
index c2f58bf0bd72..000000000000
--- a/appgatedriver.service.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/systemd/system/appgatedriver.service b/lib/systemd/system/appgatedriver.service
-index 5e98ca8..1f8cb55 100644
---- a/lib/systemd/system/appgatedriver.service
-+++ b/lib/systemd/system/appgatedriver.service
-@@ -21,7 +21,7 @@ CapabilityBoundingSet=~CAP_SYS_PTRACE
- CapabilityBoundingSet=~CAP_SYS_PACCT
- CapabilityBoundingSet=~CAP_SYS_CHROOT
- CapabilityBoundingSet=~CAP_SYS_BOOT
--InaccessiblePaths=/mnt /srv /boot /media
-+InaccessiblePaths=-/mnt -/srv -/boot -/media
-
- [Install]
- WantedBy=multi-user.target