kerio-control-vpnclient_8_5

maintainer Muflone · 5 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from Kerio's official download domain, which is plausibly the project's own infrastructure; the binary is unpacked and installed without further modification, and the checksums are provided, making this a standard repackaging with low risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from Kerio's official download domain, which is plausibly the project's own infrastructure; the binary is unpacked and installed without further modification, and the checksums are provided, making this a standard repackaging with low risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:18 source=("http://download.kerio.com/dwn/control/control-${pkgver%.*}-${pkgver##*.}/kerio-control-vpnclient-${pkgver%.*}-${pkgver##*.}-linux.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Muflone http://www.muflone.com/contacts/english/
2# Contributor: ssv1982 <ssv1982@gmail.com>
3
4pkgname=kerio-control-vpnclient_8_5
5_pkgname=${pkgname%%_*}
6pkgver=8.5.3.3469
7pkgrel=2
8pkgdesc="Kerio Control VPN client for corporate networks (version 8.5, the last compatible VPN Client for older Kerio WinRoute Firewall 6.x)."
9arch=('i686' 'x86_64')
10url="http://www.kerio.com/control"
11license=('custom:EULA')
12options=(!strip)
13install="${pkgname}.install"
14depends=('procps' 'dialog')
15depends_i686=('util-linux')
16depends_x86_64=('lib32-util-linux' 'lib32-gcc-libs' 'lib32-openssl')
17conflicts=('kerio-control-vpnclient')
18source=("http://download.kerio.com/dwn/control/control-${pkgver%.*}-${pkgver##*.}/kerio-control-vpnclient-${pkgver%.*}-${pkgver##*.}-linux.deb"
19 "kvpnc"
20 "kvpnc.conf"
21 "kvpnc.service")
22sha256sums=('0aa1f9f6edd9c6fc4b08f0235a23f3afa608da4aada05f22ed5703ad341a42ba'
23 '984ac81f6fe291ca11a4dc6822bcb1e7efaf82d14259f5395247fdbdef4c1759'
24 '2f15a0d88c9fa915cd9150796638811daec911e6824b8ff5f96f131352d1e74a'
25 'bd8b1aabc31b9b24c4b63ce8099bef111dc84bd4923c77d42e05d3f1704d5c17')
26
27build() {
28 # Get binary sources.
29 bsdtar -xf "data.tar.gz"
30
31 # Extract license file
32 gzip -dfc "usr/share/doc/${_pkgname}/EULA.txt.gz" > "EULA.txt"
33}
34
35package() {
36 # Determine destination folder for libraries
37 if [ "$CARCH" = "x86_64" ]; then
38 _libdir=lib32
39 else
40 _libdir=lib
41 fi
42
43 # Install files in the package
44 install -m 755 -d "${pkgdir}/usr/bin"
45 install -m 755 -t "${pkgdir}/usr/bin" "kvpnc"
46
47 install -m 755 -d "${pkgdir}/usr/lib/${_pkgname}"
48 install -m 755 -t "${pkgdir}/usr/lib/${_pkgname}" "usr/sbin/kvpncsvc"
49
50 install -m 755 -d "${pkgdir}/usr/${_libdir}"
51 install -m 644 -t "${pkgdir}/usr/${_libdir}" "usr/lib"/*
52
53 install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
54 install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" "usr/share/doc/${_pkgname}/Acknowledgments.gz"
55 install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" "usr/share/doc/${_pkgname}/copyright"
56
57 install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
58 install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "EULA.txt"
59
60 # Install configuration file
61 install -m 755 -d "${pkgdir}/etc/conf.d"
62 install -m 644 -t "${pkgdir}/etc/conf.d" kvpnc.conf
63
64 # Install systemd service
65 install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
66 install -m 644 -t "${pkgdir}/usr/lib/systemd/system" kvpnc.service
67}
68

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion