summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2023-04-19 11:29:38 -0500
committerFredy García2023-04-19 11:29:38 -0500
commita84fd327fd7f5110091828e8d809d4bcdee3dae7 (patch)
tree0a0001c9d5aabdcfd0298251be37ca21e511afc9
parent54ee2b332f149acb7db8d1d88f153f20e1ea09b8 (diff)
downloadaur-a84fd327fd7f5110091828e8d809d4bcdee3dae7.tar.gz
Upgrading to version 6.1.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--appgatedriver.service.patch13
-rw-r--r--appgateservice.service.patch15
4 files changed, 10 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 751567ca4165..dc0da12547a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appgate-sdp-headless
pkgdesc = Appgate SDP (Software Defined Perimeter) headless client (It does not support 2FA.)
- pkgver = 6.1.2
+ pkgver = 6.1.3
pkgrel = 1
url = https://www.appgate.com/support/software-defined-perimeter-support
install = appgate-sdp-headless.install
@@ -22,13 +22,13 @@ pkgbase = appgate-sdp-headless
options = !emptydirs
backup = etc/appgate.conf
backup = etc/dbus-1/system.d/appgate.conf
- source = https://bin.appgate-sdp.com/6.1/client/appgate-sdp-headless_6.1.2_amd64.deb
+ source = https://bin.appgate-sdp.com/6.1/client/appgate-sdp-headless_6.1.3_amd64.deb
source = appgatedriver.service.patch
source = appgateservice.service.patch
source = 10-appgate-tun.network
- sha256sums = 1ed7aa86a078980ce7cc5849e30b0c3ac3c5096748aba6b421cfc5b93965b38b
- sha256sums = 2df60df48a8659a77f05ce7270f7315eb0c2e6e1ab453f81caf08cb93fda50cc
- sha256sums = dbb83be680e6f3f11a04835b68155eb1a0d149b8d950aafd9da6887fc017b99d
+ sha256sums = add74bde926c9842d3679ca4b4eb6749f7e1619153a45998a9893095921cf452
+ sha256sums = d1815de55e7519c3951ed8f8ae1f47dd888317ca632c0e5993b0b1cb1a9afda1
+ sha256sums = 8c2986036f8ca9b8c9bca5861efc98322d9bd1b77951a850059e86b1b84f10c6
sha256sums = 2eb0daa10429e67d703cceccd34069da3044d99c5652658ec73c7a01c88b64e9
pkgname = appgate-sdp-headless
diff --git a/PKGBUILD b/PKGBUILD
index 74964c2ad0f1..90099eaa6b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pawel Mosakowski <pawel at mosakowski dot net>
pkgname=appgate-sdp-headless
-pkgver=6.1.2
+pkgver=6.1.3
pkgrel=1
pkgdesc="Appgate SDP (Software Defined Perimeter) headless client (It does not support 2FA.)"
arch=("x86_64")
@@ -25,9 +25,9 @@ source=(
"10-appgate-tun.network"
)
sha256sums=(
- "1ed7aa86a078980ce7cc5849e30b0c3ac3c5096748aba6b421cfc5b93965b38b"
- "2df60df48a8659a77f05ce7270f7315eb0c2e6e1ab453f81caf08cb93fda50cc"
- "dbb83be680e6f3f11a04835b68155eb1a0d149b8d950aafd9da6887fc017b99d"
+ "add74bde926c9842d3679ca4b4eb6749f7e1619153a45998a9893095921cf452"
+ "d1815de55e7519c3951ed8f8ae1f47dd888317ca632c0e5993b0b1cb1a9afda1"
+ "8c2986036f8ca9b8c9bca5861efc98322d9bd1b77951a850059e86b1b84f10c6"
"2eb0daa10429e67d703cceccd34069da3044d99c5652658ec73c7a01c88b64e9"
)
diff --git a/appgatedriver.service.patch b/appgatedriver.service.patch
index d59f2c1f3740..7bf0e1b97a74 100644
--- a/appgatedriver.service.patch
+++ b/appgatedriver.service.patch
@@ -1,5 +1,5 @@
diff --git a/lib/systemd/system/appgatedriver.service b/lib/systemd/system/appgatedriver.service
-index 5e98ca8..1f8cb55 100644
+index 8dfd778..dc3f507 100644
--- a/lib/systemd/system/appgatedriver.service
+++ b/lib/systemd/system/appgatedriver.service
@@ -21,7 +21,7 @@ CapabilityBoundingSet=~CAP_SYS_PTRACE
@@ -11,14 +11,3 @@ index 5e98ca8..1f8cb55 100644
[Install]
WantedBy=multi-user.target
-diff --git a/lib/systemd/system/appgatedriver@.service b/lib/systemd/system/appgatedriver@.service
-index c9f64db..3faf77f 100644
---- a/lib/systemd/system/appgatedriver@.service
-+++ b/lib/systemd/system/appgatedriver@.service
-@@ -25,5 +25,5 @@ CapabilityBoundingSet=~CAP_SYS_PTRACE
- CapabilityBoundingSet=~CAP_SYS_PACCT
- CapabilityBoundingSet=~CAP_SYS_CHROOT
- CapabilityBoundingSet=~CAP_SYS_BOOT
--InaccessiblePaths=/srv /boot /media
-+InaccessiblePaths=-/srv -/boot -/media
- SyslogIdentifier=appgatedriver.%i
diff --git a/appgateservice.service.patch b/appgateservice.service.patch
index 1ac29c283a85..624d03156eed 100644
--- a/appgateservice.service.patch
+++ b/appgateservice.service.patch
@@ -13,18 +13,3 @@ index 7a8faf7..f944300 100644
PrivateDevices=true
NoNewPrivileges=true
PrivateTmp=true
-diff --git a/lib/systemd/system/appgateservice@.service b/lib/systemd/system/appgateservice@.service
-index 74faa34..269ffc4 100644
---- a/lib/systemd/system/appgateservice@.service
-+++ b/lib/systemd/system/appgateservice@.service
-@@ -11,8 +11,8 @@ ExecReload=/bin/kill -HUP $MAINPID
- Type=forking
- TimeoutStopSec=30
- Restart=always
--InaccessibleDirectories=/media /boot /srv
--ReadOnlyDirectories=/etc /usr /bin /lib /lib64 /sbin
-+InaccessibleDirectories=-/media -/boot -/srv
-+ReadOnlyDirectories=-/etc -/usr -/bin -/lib -/lib64 -/sbin
- PrivateDevices=true
- NoNewPrivileges=true
- PrivateTmp=true