libmpsse
maintainer uffe
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from Google's archived project hosting, which is a non-standard host but hosts the official project release; the package builds from verifiable source with a valid checksum, posing low risk.
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 Google's archived project hosting, which is a non-standard host but hosts the official project release; the package builds from verifiable source with a valid checksum, posing low risk.
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:27
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
#
2
# PKGBUILD for libmpsse
3
#
4
# Contributor: Uffe Jakobsen <uffe@uffe.org>
5
# Maintainer: Uffe Jakobsen <uffe@uffe.org>
6
#
7
pkgname=libmpsse
8
pkgver=1.3
9
pkgrel=3
10
epoch=
11
pkgdesc="Open source library for SPI/I2C control via FTDI chips"
12
arch=('i686' 'x86_64')
13
url="https://code.google.com/archive/p/libmpsse/"
14
license=('GPL2')
15
groups=()
16
depends=('libftdi')
17
makedepends=()
18
checkdepends=()
19
optdepends=()
20
provides=()
21
conflicts=()
22
replaces=()
23
backup=()
24
options=()
25
install=
26
changelog=
27
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"
28
"patch-src_configure_ac.patch"
29
"patch-src_Makefile.in.patch")
30
noextract=()
31
md5sums=('628eb9a7d7250070f5841ed44a248f84'
32
'445622b02dacf3ced0052a8d91916991'
33
'8becca7dd696d9ac2f72932760c80a8e')
34
35
36
prepare() {
37
cd "${srcdir}/${pkgname}-${pkgver}"
38
patch -p0 -i "${srcdir}/patch-src_configure_ac.patch"
39
patch -p0 -i "${srcdir}/patch-src_Makefile.in.patch"
40
cd "${srcdir}/${pkgname}-${pkgver}/src"
41
autoconf
42
}
43
44
build() {
45
cd "${srcdir}/${pkgname}-${pkgver}/src"
46
sh configure --prefix=/usr --disable-python
47
make all
48
}
49
50
check() {
51
cd "${srcdir}/${pkgname}-${pkgver}"
52
#make -k check
53
}
54
55
package() {
56
cd "${srcdir}/${pkgname}-${pkgver}/src"
57
make DESTDIR="${pkgdir}/" install
58
}
59
60
# EOF
61
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 |