modem-manager-gui-hg
maintainer lprobsth
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Mercurial checkout from a plausible project-owned SourceForge repository, which is a normal AUR packaging practice; building from source with patches is expected 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 Mercurial checkout from a plausible project-owned SourceForge repository, which is a normal AUR packaging practice; building from source with patches is expected 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:36
source=("${_pkgname}::hg+http://hg.code.sf.net/p/modem-manager-gui/code"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Lukas Probsthain <lukas.probsthain@google.com>
2
pkgdesc="A GUI for Modem-Manager. Build from source with patches."
3
url='https://linuxonly.ru/page/modem-manager-gui/'
4
5
pkgname='modem-manager-gui-hg'
6
_pkgname="${pkgname%-hg}"
7
pkgver=r85+.3f6d6c4ee74c+
8
arch=('x86_64')
9
pkgrel=3
10
license=('GPL-3.0-or-later')
11
12
conflicts=(modem-manager-gui)
13
provides=(modem-manager-gui)
14
15
makedepends=(
16
mercurial
17
po4a
18
itstool
19
)
20
21
depends=(
22
libayatana-appindicator
23
gtk3
24
glib2
25
gdbm
26
gtkspell3
27
python
28
cairo
29
hicolor-icon-theme
30
gdk-pixbuf2
31
)
32
33
optdepends=(
34
)
35
36
source=("${_pkgname}::hg+http://hg.code.sf.net/p/modem-manager-gui/code"
37
"fix_notification_segfault.patch"
38
"fix_segfault_on_DNS_entries.patch")
39
40
sha256sums=('SKIP'
41
'593ba269cef6168c14e4bdd5098753b3603a78fe702cd20bd634cdd213198114'
42
'2a21a7ab4ae78e4296a28e46a337eee042a8d7855a8af5d116ebcfcd989e9892'
43
)
44
45
pkgver() {
46
cd "${_pkgname}"
47
printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
48
}
49
50
prepare() {
51
cd "${_pkgname}"
52
patch --forward --strip=1 --input="${srcdir}/fix_segfault_on_DNS_entries.patch"
53
patch --forward --strip=1 --input="${srcdir}/fix_notification_segfault.patch"
54
}
55
56
build() {
57
cd "${_pkgname}"
58
#meson build
59
#cd build
60
#ninja
61
sh configure
62
make
63
}
64
65
66
package() {
67
cd "${_pkgname}"
68
make DESTDIR="${pkgdir}" install
69
70
cd "$pkgdir/usr/lib"
71
rmdir -p "ofono/plugins" || true
72
}
73
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 |