zoiper-classic

maintainer jose1711 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the Wayback Machine archive of the official project's download page, which is a reasonable proxy for the original source; the package builds from the project's own release, and the download host is non-standard but not inherently malicious, with no evidence of code modification or remote execution.

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 source is a tarball from the Wayback Machine archive of the official project's download page, which is a reasonable proxy for the original source; the package builds from the project's own release, and the download host is non-standard but not inherently malicious, with no evidence of code modification or remote execution.

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:20 "Zoiper_${_filever_}_Linux_Free_32Bit_64Bit.tar.gz"::https://web.archive.org/web/20220818061911if_/https://www.zoiper.com/en/voip-softphone/download/zoiper3/for/linux

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jose Riha <jose1711 gmail com>
2# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
3# Contributor: Aliaksandr Stelmachonak <mail.avatar@gmail.com>
4
5_appname_=zoiper
6pkgname=${_appname_}-classic
7pkgver=3.3
8_filever_=3.3
9pkgrel=2
10pkgdesc="An IAX and SIP VoIP softphone (classic version)"
11arch=("x86_64")
12url="http://www.zoiper.com/"
13license=("custom")
14makedepends=('bitrock-unpacker')
15depends=("gtk2" "alsa-lib" "libxdamage")
16
17source=("LICENSE"
18 "${pkgname}.desktop"
19 "${pkgname}.png"
20 "Zoiper_${_filever_}_Linux_Free_32Bit_64Bit.tar.gz"::https://web.archive.org/web/20220818061911if_/https://www.zoiper.com/en/voip-softphone/download/zoiper3/for/linux
21 )
22
23prepare() {
24 cd "${srcdir}"
25 archive="Zoiper_${_filever_}_Linux_Free_32Bit_64Bit.tar.gz"
26
27 tar -zxf "${archive}"
28
29 # Unpack files from installer
30 bitrock-unpacker Zoiper_3.3_Linux_Free_64Bit.run .
31}
32
33package() {
34 cd "${srcdir}"
35 mkdir -p "${pkgdir}/usr/share/pixmaps"
36
37 # Directories
38 install -d "${pkgdir}/usr/bin" "${pkgdir}"/usr/share/zoiper-classic "${pkgdir}"/usr/share/pixmaps "${pkgdir}"/usr/share/licenses/${pkgname}
39
40 # Files
41 install Core_Files/etczoipercommunicatorx64/* "${pkgdir}/usr/share/zoiper-classic"
42 install Core_Files/png_images_pixmaps/* "${pkgdir}/usr/share/pixmaps"
43 install -Dm644 Core_Files/zoiper_desktop_conf/* "${pkgdir}/usr/share/applications/${pkgname}.desktop"
44 install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
45 install -m644 ${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
46
47 # Fix icon names
48 mv "${pkgdir}/usr/share/pixmaps/zoiper.png" "${pkgdir}/usr/share/pixmaps/zoiper-classic.png"
49 find "${pkgdir}/usr/share/pixmaps" -type f | while read -r i
50 do
51 newname=$(echo "$i" | sed 's/\(zoiper-\)\([0-9][0-9]*\.png\)$/\1classic-\2/')
52 if [ ! -f "${newname}" ]
53 then
54 mv "$i" "${newname}"
55 fi
56 done
57
58 # Fix permissions and create symlink
59 chmod 755 "${pkgdir}/usr/share/zoiper-classic/zoiper"
60 ln -s /usr/share/zoiper-classic/zoiper $pkgdir/usr/bin/zoiper-classic
61}
62
63sha1sums=('74e9f2d5dc6ec7174923e824b3db64b47b6d3b3c'
64 '7458a11bac24aa7ecc454f374b43e5c3cb83faff'
65 '1b68b4fc56baff2de6661b654053ce6b60fe174f'
66 'ecd378c3ad135c67b797d20e7e7356ae9c01812b')
67

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