zoiper-classic

LOW
maintainer jose1711 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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