libjio

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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
4pkgbase=libjio
5pkgname=(libjio python-libjio python2-libjio)
6pkgver=1.02
7pkgrel=2
8pkgdesc="Userspace library for journaled, transaction-oriented I/O"
9arch=('x86_64')
10url="https://blitiri.com.ar/p/libjio/"
11license=('custom:BOLA' 'custom:Public Domain')
12makedepends=('python-setuptools' 'python2-setuptools')
13source=("https://blitiri.com.ar/p/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz")
14sha256sums=('2a52024f853f32f062ed47a54ecb9983f0bc1527b0128ae5b0a5ee5d50b2c64f')
15
16prepare() {
17 cd "$pkgbase-$pkgver/bindings/"
18 cp -a python python2
19}
20
21build() {
22 cd "$pkgname-$pkgver"
23 make
24}
25
26package_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
36package_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
49package_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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion