python2-libjio
maintainer orphaned
· 0 votes
· base
libjio
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (blitiri.com.ar), which hosts the upstream project; building from official project sources is normal AUR packaging, even if the host is not on a standard whitelist.
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 downloaded from the project's official domain (blitiri.com.ar), which hosts the upstream project; building from official project sources is normal AUR packaging, even if the host is not on a standard whitelist.
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:13
source=("https://blitiri.com.ar/p/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
2
# Contributor: Moritz Lipp <mlq@pwmt.org>
3
4
pkgbase=libjio
5
pkgname=(libjio python-libjio python2-libjio)
6
pkgver=1.02
7
pkgrel=2
8
pkgdesc="Userspace library for journaled, transaction-oriented I/O"
9
arch=('x86_64')
10
url="https://blitiri.com.ar/p/libjio/"
11
license=('custom:BOLA' 'custom:Public Domain')
12
makedepends=('python-setuptools' 'python2-setuptools')
13
source=("https://blitiri.com.ar/p/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz")
14
sha256sums=('2a52024f853f32f062ed47a54ecb9983f0bc1527b0128ae5b0a5ee5d50b2c64f')
15
16
prepare() {
17
cd "$pkgbase-$pkgver/bindings/"
18
cp -a python python2
19
}
20
21
build() {
22
cd "$pkgname-$pkgver"
23
make
24
}
25
26
package_libjio() {
27
depends=('glibc')
28
provides=('libjio.so=1-64')
29
30
cd "$pkgname-$pkgver"
31
make PREFIX="$pkgdir/usr" install
32
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
33
install -Dm 644 README -t "$pkgdir/usr/share/doc/$pkgname/"
34
}
35
36
package_python-libjio() {
37
pkgdesc+=' (Python 3 bindings)'
38
depends=('python' 'libjio.so')
39
40
cd "$pkgbase-$pkgver"
41
pushd bindings/python/
42
python setup.py install --root="$pkgdir/" --optimize=1
43
popd
44
install -d "$pkgdir/usr/share/licenses/" "$pkgdir/usr/share/doc/"
45
ln -s "/usr/share/licenses/$pkgbase/" "$pkgdir/usr/share/licenses/$pkgname"
46
ln -s "/usr/share/doc/$pkgbase/" "$pkgdir/usr/share/doc/$pkgname"
47
}
48
49
package_python2-libjio() {
50
pkgdesc+=' (Python 2 bindings)'
51
depends=('python2' 'libjio.so')
52
53
cd "$pkgbase-$pkgver"
54
pushd bindings/python2/
55
python2 setup.py install --root="$pkgdir/" --optimize=1
56
popd
57
install -d "$pkgdir/usr/share/licenses/" "$pkgdir/usr/share/doc/"
58
ln -s "/usr/share/licenses/$pkgbase/" "$pkgdir/usr/share/licenses/$pkgname"
59
ln -s "/usr/share/doc/$pkgbase/" "$pkgdir/usr/share/doc/$pkgname"
60
}
61
62
# vim:set ts=2 sw=2 et:
63
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 | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |