rivendell

maintainer orphaned · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official domain (rivendellaudio.org), which is not on a standard code host but plausibly owned by the project; building from official project sources is normal AUR packaging behavior and not inherently dangerous.

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 project's official domain (rivendellaudio.org), which is not on a standard code host but plausibly owned by the project; building from official project sources is normal AUR packaging behavior and not inherently dangerous.

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:43 "http://www.rivendellaudio.org/ftpdocs/rivendell/rivendell-$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christian Kohlstedde <christian + arch at kohlsted.de>
2
3pkgname=rivendell
4pkgver=2.19.3
5pkgrel=2
6
7pkgdesc="Open Source Radio Automation"
8
9arch=(x86_64)
10url="http://www.rivendellaudio.org/"
11license=('GPL2')
12
13depends=(
14 'curl'
15 'libxi'
16 'cdrtools'
17 'id3lib'
18 'cdparanoia'
19 'libsndfile'
20 'mariadb'
21 'qt3'
22 'libsamplerate'
23 'soundtouch'
24 'jack'
25 'alsa-lib'
26 'flac'
27 'faad2'
28 'libmp4v2'
29 'lame'
30 'libmad'
31 'twolame'
32 'taglib'
33 'libvorbis'
34)
35
36makedepends=(
37 'patch'
38)
39
40backup=('etc/rd.conf')
41
42source=(
43 "http://www.rivendellaudio.org/ftpdocs/rivendell/rivendell-$pkgver.tar.gz"
44 "patch-makefile.patch"
45 )
46sha256sums=('da3add8c2520ba0a501f4c50ee3bcb103fa03f439e417303eb2390c134fb0688'
47 '5c2bfdd00353ac2b9bbbcfe3e3e7d665f77d5c9caefa255ff9356c93f455f6d0')
48
49prepare() {
50 cd "$pkgname-$pkgver"
51
52 patch -p1 < ../patch-makefile.patch
53 sed -i 's|pow10(|pow(10.0,|' cae/*.cpp
54}
55
56build() {
57 cd "$pkgname-$pkgver"
58 export RD_LIB_PATH="lib"
59
60 sh autogen.sh
61 ./configure \
62 --prefix=/usr \
63 --libexecdir=/usr/lib/rivendell/web \
64 --libdir=/usr/lib \
65 --sbindir=/usr/bin \
66 --sysconfdir=/etc \
67 --with-Qt-bin-dir=/usr/lib/qt3/bin \
68 --with-Qt-include-dir=/usr/include/qt3 \
69 --with-Qt-lib-dir=/usr/lib
70
71 make
72}
73
74package() {
75 cd "$pkgname-$pkgver"
76
77 touch building-debian
78
79 export RD_LIB_PATH="lib"
80 export DESTDIR="$pkgdir"
81 make install
82
83 mkdir -p "$pkgdir"/etc/rivendell.d
84 install -t "$pkgdir"/etc/rivendell.d -Dm755 conf/rlm_*.conf
85 install -Dm755 conf/rd.conf-sample "$pkgdir"/etc/rd.conf
86 install -Dm755 conf/rd-bin.conf "$pkgdir"/etc/httpd/conf/extra/rd-bin.conf
87}
88

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