libshairport
maintainer andreas_baumann
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a personal server, but it is a historical snapshot of a now-deleted fork, and the source is patched and built locally; the worst case of a swapped source is limited by the project's age and lack of active maintenance, making impact low.
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 source tarball from a personal server, but it is a historical snapshot of a now-deleted fork, and the source is patched and built locally; the worst case of a swapped source is limited by the project's age and lack of active maintenance, making impact low.
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=("$pkgname-$pkgver.tar.xz::https://archlinux32.andreasbaumann.cc/other/arch/libshairport-20120111.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
2
3
pkgname=libshairport
4
_developer='amejia1'
5
_version=1.2.1.20121215
6
_commithash='16395d8'
7
pkgver=${_version}
8
pkgrel=10
9
pkgdesc="emulates an AirPort Express"
10
arch=('x86_64')
11
url='https://github.com/amejia1/libshairport'
12
license=('GPL')
13
depends=('openssl' 'libao')
14
#source=("$pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash")
15
# from https://mirror.rosalab.ru/rosa/rosa2021.1/repository/SRPMS/contrib/release/,
16
# fork simply deleted on github, maybe it comes back
17
source=("$pkgname-$pkgver.tar.xz::https://archlinux32.andreasbaumann.cc/other/arch/libshairport-20120111.tar.xz"
18
"libshairport-20120111-compilation.patch")
19
sha256sums=('89a4ff9da535a85c8ab35c25fcb0f24f2b6d9a01b32ec6c4bb2ce55ccb88aef0'
20
'cdcf127fd6f317bf487a3aad2c7e1164e14b37fd5fb4d0b9d508317a969b29f7')
21
22
_srcfolder=$_developer-$pkgname-$_commithash
23
24
prepare() {
25
cd libshairport-20120111
26
27
patch -Np1 -i "$srcdir/libshairport-20120111-compilation.patch"
28
29
autoreconf -vif
30
}
31
32
build() {
33
# mv "$_srcfolder" "$pkgname-$pkgver"
34
35
# cd "$pkgname-$pkgver"
36
cd libshairport-20120111
37
./configure --prefix=/usr
38
make
39
}
40
41
package() {
42
# cd "$pkgname-$pkgver"
43
cd libshairport-20120111
44
make DESTDIR="$pkgdir" install
45
}
46
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 |