summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrás Czigány2022-01-14 11:16:55 +0100
committerAndrás Czigány2022-01-14 11:16:55 +0100
commit272162fb010e891c1f6a9e443bfc897d52371091 (patch)
treea2f74fdd0644ce7da338977967950510e138a6d1
parent46ac64fededaf093143380cb91c2a34661d40457 (diff)
downloadaur-272162fb010e891c1f6a9e443bfc897d52371091.tar.gz
eea-dkms v8.1.5.0
[ "Fix: Computer freeze after product restart and GVfs on-access scan", "Improvement: Optimization of parallel on-demand and on-access scanning" ]
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--eea.install6
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d262f559d39d..f7ab62000b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eea-dkms
pkgdesc = ESET Endpoint Antivirus Business for Linux (DKMS)
- pkgver = 8.1.4.0
- pkgrel = 2
+ pkgver = 8.1.5.0
+ pkgrel = 1
url = https://www.eset.com/int/business/endpoint-antivirus-linux/
install = eea.install
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = eea-dkms
conflicts = esets
conflicts = eea
conflicts = eea7-dkms
- source = https://download.eset.com/com/eset/apps/business/eea/linux/g2/v8/8.1.4.0/eeau.x86_64.bin
+ source = https://download.eset.com/com/eset/apps/business/eea/linux/g2/v8/8.1.5.0/eeau.x86_64.bin
source = dkms.conf
source = dkms_postinst
- sha256sums = 956ff6766b792d665e3d7fd27fc479e80f88b8815f304800d58debad1cdef9f6
+ sha256sums = 43b3f92f757b44d2ecc42ec7b1512e8125119bf61da4271aab5fc432bbe051c4
sha256sums = 53df6d50f98792053da2580df7828a06eef34dd066de684a333dd7569b481f93
sha256sums = 20539f7116bf44defc2df0f244d8c02722b06b97fe6be8a049c4ecafce2d744c
diff --git a/PKGBUILD b/PKGBUILD
index 97c1a4f6314e..d4e0502c2157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgname=eea
pkgname="${_pkgname}-dkms"
_pkgver_major=8
-pkgver=8.1.4.0
-pkgrel=2
+pkgver=8.1.5.0
+pkgrel=1
arch=('x86_64')
pkgdesc='ESET Endpoint Antivirus Business for Linux (DKMS)'
url='https://www.eset.com/int/business/endpoint-antivirus-linux/'
@@ -34,7 +34,7 @@ source=("${_bundle_url}/${_bundle_file}"
"dkms_postinst"
)
-sha256sums=('956ff6766b792d665e3d7fd27fc479e80f88b8815f304800d58debad1cdef9f6'
+sha256sums=('43b3f92f757b44d2ecc42ec7b1512e8125119bf61da4271aab5fc432bbe051c4'
'53df6d50f98792053da2580df7828a06eef34dd066de684a333dd7569b481f93'
'20539f7116bf44defc2df0f244d8c02722b06b97fe6be8a049c4ecafce2d744c')
diff --git a/eea.install b/eea.install
index 6878519a42f8..252330146f96 100644
--- a/eea.install
+++ b/eea.install
@@ -141,7 +141,7 @@ post_install() {
groupadd -r $g
done
- for ug in eset-eea-logd:eset-eea-daemons eset-eea-updated:eset-eea-daemons eset-eea-confd:eset-eea-daemons eset-eea-licensed:eset-eea-daemons eset-eea-scand:eset-eea-daemons; do
+ for ug in eset-eea-licensed:eset-eea-daemons eset-eea-confd:eset-eea-daemons eset-eea-scand:eset-eea-daemons eset-eea-logd:eset-eea-daemons eset-eea-updated:eset-eea-daemons; do
useradd -d '/opt/eset/eea' -M -N -r -s /sbin/nologin -g "${ug#*:}" "${ug%:*}"
done
fi
@@ -235,7 +235,7 @@ post_upgrade() {
groupadd -r $g
done
- for ug in eset-eea-logd:eset-eea-daemons eset-eea-updated:eset-eea-daemons eset-eea-confd:eset-eea-daemons eset-eea-licensed:eset-eea-daemons eset-eea-scand:eset-eea-daemons; do
+ for ug in eset-eea-licensed:eset-eea-daemons eset-eea-confd:eset-eea-daemons eset-eea-scand:eset-eea-daemons eset-eea-logd:eset-eea-daemons eset-eea-updated:eset-eea-daemons; do
useradd -d '/opt/eset/eea' -M -N -r -s /sbin/nologin -g "${ug#*:}" "${ug%:*}"
done
fi
@@ -351,7 +351,7 @@ post_remove() {
#################################### Uninstall ####################################
# remove users and groups
- for ug in eset-eea-logd:eset-eea-daemons eset-eea-updated:eset-eea-daemons eset-eea-confd:eset-eea-daemons eset-eea-licensed:eset-eea-daemons eset-eea-scand:eset-eea-daemons; do
+ for ug in eset-eea-licensed:eset-eea-daemons eset-eea-confd:eset-eea-daemons eset-eea-scand:eset-eea-daemons eset-eea-logd:eset-eea-daemons eset-eea-updated:eset-eea-daemons; do
usr=${ug%:*}
userdel $usr 2>/dev/null || true
done