openal-hrtf
maintainer kevku
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads HRTF data files from various academic and research institution hosts to build OpenAL-compatible impulse responses; these are non-executable data assets, and the worst case of a swapped source is limited to data tampering, not code 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 package downloads HRTF data files from various academic and research institution hosts to build OpenAL-compatible impulse responses; these are non-executable data assets, and the worst case of a swapped source is limited to data tampering, not code 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:10
source=('https://openal-soft.org/openal-releases/openal-soft-1.24.3.tar.bz2' -
PKGBUILD:11
'CIAIR.tar.gz::http://www.sp.m.is.nagoya-u.ac.jp/HRTF/archive/data02.tgz' -
PKGBUILD:12
'ftp://ftp.ircam.fr/pub/IRCAM/equipes/salles/listen/archive/SUBJECTS/IRC_1005.zip' -
PKGBUILD:13
'MIT_KEMAR.zip::http://sound.media.mit.edu/resources/KEMAR/full.zip' -
PKGBUILD:14
'http://sofacoustics.org/data/database/mit/mit_kemar_normal_pinna.sofa'
PKGBUILD
5 offending line(s) highlighted
1
pkgname=openal-hrtf
2
pkgver=1.24.3
3
pkgrel=1
4
arch=('any')
5
license=('custom')
6
pkgdesc="Generate HRTF datasets for OpenAL"
7
depends=('openal')
8
makedepends=('unzip' 'libmysofa')
9
url="https://wiki.archlinux.org/index.php/Gaming"
10
source=('https://openal-soft.org/openal-releases/openal-soft-1.24.3.tar.bz2'
11
'CIAIR.tar.gz::http://www.sp.m.is.nagoya-u.ac.jp/HRTF/archive/data02.tgz'
12
'ftp://ftp.ircam.fr/pub/IRCAM/equipes/salles/listen/archive/SUBJECTS/IRC_1005.zip'
13
'MIT_KEMAR.zip::http://sound.media.mit.edu/resources/KEMAR/full.zip'
14
'http://sofacoustics.org/data/database/mit/mit_kemar_normal_pinna.sofa'
15
'http://sofacoustics.org/data/database/scut/SCUT_KEMAR_radius_all.sofa')
16
sha256sums=('cb5e6197a1c0da0edcf2a81024953cc8fa8545c3b9474e48c852af709d587892'
17
'9ed522abbf34f5e3e049fc0371f597798fea3586d565daf6eea79884d9c9334c'
18
'1c34116d4eeb02958d55f5e8803b593d05f1bc384e79ae1e447503f419929773'
19
'3fb533f7af95a6c07944f31a2a1d9dca0c77ab525a44865fc508009efb692ef6'
20
'e7035994f5fd754058424c061380ee92b1d5ed58fccef2887a4266916616acdf'
21
'789cf1cbc03076e0cecb9b8a4b123e7bdef2333acd52513f3c26b65eb62923e9')
22
noextract=('CIAIR.tar.gz' 'IRC_1005.zip' 'MIT_KEMAR.zip')
23
24
prepare() {
25
mkdir -p "$srcdir/"{CIAIR,IRC_1005,MIT_KEMAR,MIT_KEMAR_sofa,SCUT_KEMAR}
26
tar -xf "$srcdir/CIAIR.tar.gz" -C "$srcdir/CIAIR" --skip-old-files
27
unzip -n "$srcdir/IRC_1005.zip" -d "$srcdir/IRC_1005/IRC"
28
unzip -n "$srcdir/MIT_KEMAR.zip" -d "$srcdir/MIT_KEMAR/MITfull"
29
ln -sf "$srcdir/mit_kemar_normal_pinna.sofa" "$srcdir/MIT_KEMAR_sofa/mit_kemar_normal_pinna.sofa"
30
ln -sf "$srcdir/SCUT_KEMAR_radius_all.sofa" "$srcdir/SCUT_KEMAR/SCUT_KEMAR_radius_all.sofa"
31
}
32
33
build() {
34
tables=("MIT_KEMAR_sofa" "SCUT_KEMAR" "CIAIR" "IRC_1005" "MIT_KEMAR")
35
for hrtftable in "${tables[@]}"; do
36
cd $srcdir/$hrtftable
37
makemhr -j 4 -i "$srcdir/openal-soft-1.24.3/utils/$hrtftable.def" -o $srcdir/$hrtftable-%r.mhr
38
done
39
}
40
41
package() {
42
cd "$srcdir/"
43
for mhr in *.mhr; do
44
install -m644 -D "$mhr" "$pkgdir/usr/share/openal/hrtf/$mhr"
45
done
46
}
47
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 |