mistserver
maintainer Thulinma
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own domain (r.mistserver.org) used to build the software from source; this is normal AUR packaging behavior despite the non-whitelisted host, and the checksum is verified.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's own domain (r.mistserver.org) used to build the software from source; this is normal AUR packaging behavior despite the non-whitelisted host, and the checksum is verified.
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:17
source=("https://r.mistserver.org/dl/mistserver_sourceV${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Thulinma <jaron@vietors.com>
2
pkgname=mistserver
3
pkgdesc="The MistServer media server toolkit"
4
pkgver=3.11.2
5
pkgrel=1
6
license=('Unlicense')
7
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
8
url="https://mistserver.org"
9
# Note: mbedtls is not a dep since it must be build as a subproject.
10
# The reason for this is that the mbedtls package in Arch is not compiled with dTLS enabled.
11
# It's built statically so it does not conflict with the system version of mbedtls (if any).
12
# Similarly, libusrsctp has an AUR package available, but does not provide a pkgbuild file so the dependency check fails.
13
# For this reason we built it as a static subproject as well, to prevent conflicts.
14
# Finally - srt is a static subproject as well: we apply a patch to detect remote connection close properly, and this patch isn't upstream (yet)
15
depends=('libsrtp' 'librist')
16
makedepends=('meson' 'git')
17
source=("https://r.mistserver.org/dl/mistserver_sourceV${pkgver}.tar.gz")
18
sha256sums=('4c38a34cef67bc635dd9343a0b493638510ce3fae97520d23654a9c13de8c7ba')
19
build() {
20
cd "${srcdir}"
21
meson setup build --buildtype release --prefix "${pkgdir}/usr" --force-fallback-for mbedtls,usrsctp,srt -DRELEASE="Generic_${CARCH}"
22
cd build
23
meson configure -Dmbedtls:default_library=static -Dusrsctp:default_library=static -Dsrt:default_library=static
24
ninja
25
}
26
27
package() {
28
cd "${srcdir}/build"
29
meson install --tags runtime
30
cd ..
31
mkdir -p "${pkgdir}/usr/lib/systemd/system/"
32
install mistserver.service "${pkgdir}/usr/lib/systemd/system/"
33
}
34
35
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-08-03 00:08@@ -1,8 +1,8 @@ # Maintainer: Thulinma <jaron@vietors.com> pkgname=mistserver pkgdesc="The MistServer media server toolkit"-pkgver=3.10-pkgrel=2+pkgver=3.11.2+pkgrel=1 license=('Unlicense') arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://mistserver.org"@@ -11,21 +11,21 @@ # It's built statically so it does not conflict with the system version of mbedtls (if any). # Similarly, libusrsctp has an AUR package available, but does not provide a pkgbuild file so the dependency check fails. # For this reason we built it as a static subproject as well, to prevent conflicts.-depends=('srt' 'libsrtp' 'librist')+# Finally - srt is a static subproject as well: we apply a patch to detect remote connection close properly, and this patch isn't upstream (yet)+depends=('libsrtp' 'librist') makedepends=('meson' 'git')-source=("https://github.com/DDVTECH/mistserver/archive/${pkgver}.tar.gz")-md5sums=('dbd89254c48b869b61517ec48402947d')+source=("https://r.mistserver.org/dl/mistserver_sourceV${pkgver}.tar.gz")+sha256sums=('4c38a34cef67bc635dd9343a0b493638510ce3fae97520d23654a9c13de8c7ba') build() {- cd "${srcdir}/${pkgname}-${pkgver}"- echo ${pkgver} > VERSION- meson setup build --buildtype release --prefix "${pkgdir}/usr" --force-fallback-for mbedtls,usrsctp -DRELEASE="Generic_${CARCH}"+ cd "${srcdir}"+ meson setup build --buildtype release --prefix "${pkgdir}/usr" --force-fallback-for mbedtls,usrsctp,srt -DRELEASE="Generic_${CARCH}" cd build- meson configure -Dmbedtls:default_library=static -Dusrsctp:default_library=static+ meson configure -Dmbedtls:default_library=static -Dusrsctp:default_library=static -Dsrt:default_library=static ninja } package() {- cd "${srcdir}/${pkgname}-${pkgver}/build"+ cd "${srcdir}/build" meson install --tags runtime cd .. mkdir -p "${pkgdir}/usr/lib/systemd/system/"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 15:27:57 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |