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
3
pkgname=rivendell
4
pkgver=2.19.3
5
pkgrel=2
6
7
pkgdesc="Open Source Radio Automation"
8
9
arch=(x86_64)
10
url="http://www.rivendellaudio.org/"
11
license=('GPL2')
12
13
depends=(
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
36
makedepends=(
37
'patch'
38
)
39
40
backup=('etc/rd.conf')
41
42
source=(
43
"http://www.rivendellaudio.org/ftpdocs/rivendell/rivendell-$pkgver.tar.gz"
44
"patch-makefile.patch"
45
)
46
sha256sums=('da3add8c2520ba0a501f4c50ee3bcb103fa03f439e417303eb2390c134fb0688'
47
'5c2bfdd00353ac2b9bbbcfe3e3e7d665f77d5c9caefa255ff9356c93f455f6d0')
48
49
prepare() {
50
cd "$pkgname-$pkgver"
51
52
patch -p1 < ../patch-makefile.patch
53
sed -i 's|pow10(|pow(10.0,|' cae/*.cpp
54
}
55
56
build() {
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
74
package() {
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) | 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 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 |