jitsi-videobridge-nightly-bin

maintainer celogeek · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from download.jitsi.org, an official Jitsi domain, to extract and repackage binaries; despite the host not being whitelisted, it is the project's legitimate release infrastructure, and the checksums are provided and verified, 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 download.jitsi.org, an official Jitsi domain, to extract and repackage binaries; despite the host not being whitelisted, it is the project's legitimate release infrastructure, and the checksums are provided and verified, 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:27 "https://download.jitsi.org/unstable/jitsi-videobridge2_${_version//+/-}-1_all.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
2
3_basename=jitsi
4_pkgname=videobridge
5_version=2.3+296+g318c08ddc
6
7_pkgbase=${_basename}-${_pkgname}-nightly
8_debname=${_basename}-${_pkgname}2
9pkgname=${_pkgbase}-bin
10pkgver=${_version}
11pkgrel=1
12pkgdesc="Jitsi Meet Videobridge nightly binary"
13arch=('any')
14url="https://jitsi.org/jitsi-meet/"
15license=('Apache')
16depends=("java-runtime-openjdk=17" "bash")
17optdepends=("prosody")
18makedepends=('tar' 'unzip')
19options=('!strip')
20backup=(
21 "etc/${_pkgbase}/config"
22 "etc/${_pkgbase}/logging.properties"
23 "etc/${_pkgbase}/sip-communicator.properties"
24 "etc/${_pkgbase}/jvb.conf"
25)
26source=(
27 "https://download.jitsi.org/unstable/jitsi-videobridge2_${_version//+/-}-1_all.deb"
28 "config"
29 "sip-communicator.properties"
30 "service"
31 "sysusers.conf"
32 "tmpfiles.conf"
33)
34provides=(${_pkgbase})
35conflicts=(${_pkgbase})
36
37build() {
38 rm -rf ${_pkgbase}
39 mkdir ${_pkgbase}
40 tar xJf data.tar.xz -C ${_pkgbase}
41}
42
43package() {
44 cd "$srcdir/${_pkgbase}"
45
46 DESTDIR="${pkgdir}/usr/lib/${_pkgbase}"
47 CONFDIR="${pkgdir}/etc/${_pkgbase}"
48
49 install -dm755 "${DESTDIR}"
50 cp -R usr/share/jitsi-videobridge/* "${DESTDIR}"
51 rm "${DESTDIR}"/{collect-dump-logs.sh,graceful_shutdown.sh}
52
53 chown -R root:root "${DESTDIR}"
54
55 install -dm700 "${CONFDIR}"
56 install -Dm600 -t "${CONFDIR}" etc/jitsi/videobridge/*
57 install -Dm644 "etc/sysctl.d/20-jvb-udp-buffers.conf" "${pkgdir}/etc/sysctl.d/${_pkgbase}.conf"
58
59 cd "$srcdir"
60 unzip "$srcdir/${_pkgbase}/usr/share/jitsi-videobridge/jitsi-videobridge.jar" reference.conf
61 mv reference.conf jvb.conf
62 install -Dm600 -t "${CONFDIR}" "config" "sip-communicator.properties" "jvb.conf"
63 install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${_pkgbase}.service"
64 install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/${_pkgbase}.conf"
65 install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgbase}.conf"
66}
67sha256sums=('2f66883c4958d2b671a9f361ac41c55f5d820ed609c897b57d0fff3a96783e55'
68 '0bd385d7444211b5f28d332dad263e9b3683fc27942926ac614cfa32f4a3f2f8'
69 'cc9fbf77497bce3c9673b2d144928f11cdd0c0823940c2b60c8369a2f086b9b7'
70 '70412a3894300f86a997ee926db87bb6148990a73dd71119f29a50286f919699'
71 '998cbc64def56ab98080ff7150dd0913a5e10325cd2b038cf3db14baf8cb19fc'
72 '5d168a9155a46b72cd26b921b185be20f5c2e1d27ee098feaad5a941dd554d43')
73

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