reform-tools
MEDIUM
maintainer stephano
3 votes
scanned 2026-08-24 01:21:42.645556
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:39
"git+https://source.mnt.re/reform/reform-tools.git#tag=6d557b97b9a42e964cc9c6db83c1db2a610c8ea6"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Stephano Cetola <stephano@cetola.net>
2
pkgname=reform-tools
3
pkgver=1.88
4
pkgrel=1
5
pkgdesc="MNT Reform system tools & helpers"
6
arch=('x86_64' 'aarch64')
7
url="https://source.mnt.re/reform/reform-tools"
8
license=('GPL3')
9
install=reform-tools.install
10
11
12
depends=(
13
'python'
14
'python-psutil'
15
'i2c-tools'
16
'cryptsetup'
17
'lvm2'
18
'parted'
19
'jq'
20
'rsync'
21
'e2fsprogs'
22
)
23
makedepends=(
24
'git'
25
'help2man'
26
'imagemagick'
27
'pkgconf'
28
'plymouth'
29
)
30
optdepends=(
31
'mtd-utils: for NAND flashing tools'
32
'alsa-utils: for audio-related tools'
33
'lm_sensors: for sensor monitoring'
34
'ircii: for Reform chat/IRC tools'
35
'pavucontrol: GUI mixer control (if using PulseAudio)'
36
)
37
38
source=(
39
"git+https://source.mnt.re/reform/reform-tools.git#tag=6d557b97b9a42e964cc9c6db83c1db2a610c8ea6"
40
'motd-full'
41
'motd-rescue'
42
)
43
sha256sums=(
44
'SKIP'
45
'e11f4e0d24edbb52f6bd1fa6599bd81a41c7cca7143eb52e66a48f9423e1e1a2'
46
'fba668d174ec937c97ad8281202c4bc1d1e3d388dc950ad7b062ab3b19888334'
47
)
48
49
build() {
50
cd "$srcdir/reform-tools"
51
make
52
}
53
54
package() {
55
cd "$srcdir/reform-tools"
56
57
# libdirarch is overridden to /usr/lib because Arch does not use multiarch
58
# library directories; without this the Makefile appends the empty output of
59
# 'cc --print-multiarch' and produces a path with a double slash.
60
make install DESTDIR="$pkgdir" prefix=/usr libdirarch=/usr/lib
61
62
# MOTD files are maintained in this packaging repo, not upstream.
63
install -Dm644 "$srcdir/motd-full" "$pkgdir/etc/motd-full"
64
install -Dm644 "$srcdir/motd-rescue" "$pkgdir/etc/motd-rescue"
65
}
66
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-08-24 01:21@@ -1,7 +1,7 @@ # Maintainer: Stephano Cetola <stephano@cetola.net> pkgname=reform-tools-pkgver=1.87-pkgrel=3+pkgver=1.88+pkgrel=1 pkgdesc="MNT Reform system tools & helpers" arch=('x86_64' 'aarch64') url="https://source.mnt.re/reform/reform-tools"@@ -36,7 +36,7 @@ ) source=(- "git+https://source.mnt.re/reform/reform-tools.git#tag=7048b8b2be903764a3777f47c68fc5fff5c3ccc3"+ "git+https://source.mnt.re/reform/reform-tools.git#tag=6d557b97b9a42e964cc9c6db83c1db2a610c8ea6" 'motd-full' 'motd-rescue' )Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 01:21:42 | Medium | 1 |
| 2026-06-20 00:18:46 | Clean | 2 |
| 2026-06-19 23:51:18 | Medium | 2 |
| 2026-06-19 22:34:54 | Low | 2 |