libffado-svn
maintainer dvzrv
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses a Subversion checkout from the project's own domain (subversion.ffado.org), which is a normal and expected method for an -svn AUR package;虽非标准主机但属项目官方仓库, 构建过程透明且无远程代码执行风险。
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 uses a Subversion checkout from the project's own domain (subversion.ffado.org), which is a normal and expected method for an -svn AUR package;虽非标准主机但属项目官方仓库, 构建过程透明且无远程代码执行风险。
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:20
source=("${_name}::svn+http://subversion.ffado.org/ffado/trunk/${_name}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: David Runge <dave@sleepmap.de>
2
# Contributor: Ray Rashif <schiv@archlinux.org>
3
# Contributor: galiyosha@gmail.com
4
# Contributor: Jon Kristian Nilsen <jokr.nilsen@gmail.com>
5
6
_name=libffado
7
pkgname=libffado-svn
8
pkgver=r2776
9
pkgrel=1
10
pkgdesc="Driver for FireWire audio devices (svn version)"
11
arch=('x86_64')
12
url="http://www.ffado.org/"
13
license=('GPL')
14
depends=('dbus-c++' 'libavc1394' 'libconfig' 'libiec61883' 'libxml++' 'python-dbus')
15
makedepends=('jack' 'python-pyqt5' 'scons' 'subversion')
16
optdepends=('alsa-lib: for test-scs'
17
'python-pyqt5: for ffado-mixer')
18
conflicts=('libffado')
19
provides=('ffado' 'libffado')
20
source=("${_name}::svn+http://subversion.ffado.org/ffado/trunk/${_name}")
21
sha512sums=('SKIP')
22
23
pkgver() {
24
cd "${_name}"
25
local ver="$(svnversion)"
26
printf "r%s" "${ver//[[:alpha:]]}"
27
}
28
29
prepare() {
30
cd "${_name}"
31
# fix icon name, so it's coherent with XDG desktop file name
32
sed -e 's/hi64-apps-ffado/ffado-mixer/g' \
33
-i support/xdg/ffado.org-ffadomixer.desktop
34
# removing python2 only code, that breaks, when running scons based on python3
35
sed -e 's/split(b/split(/' \
36
-e 's/strip().decode()/strip()/' \
37
-i SConstruct
38
}
39
40
build() {
41
cd "${_name}"
42
43
scons PREFIX=/usr \
44
DEBUG=no \
45
CUSTOM_ENV=True \
46
MANDIR='/usr/share/man' \
47
PYTHON_INTERPRETER='/usr/bin/python3' \
48
PYPKGDIR='/usr/lib/python3.7/site-packages' \
49
UDEVDIR='/usr/lib/udev/rules.d'
50
}
51
52
package() {
53
cd "${_name}"
54
scons DESTDIR="${pkgdir}" WILL_DEAL_WITH_XDG_MYSELF="True" install
55
# XDG
56
install -vDm 644 support/xdg/ffado.org-ffadomixer.desktop \
57
"${pkgdir}/usr/share/applications/ffado-mixer.desktop"
58
install -vDm 644 support/xdg/hi64-apps-ffado.png \
59
"${pkgdir}/usr/share/icons/64x64/apps/ffado-mixer.png"
60
# docs
61
install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
62
}
63
64
# vim:set ts=2 sw=2 et:
65
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 |