python2-libjio
libjio
scanned 2026-09-17 00:27:14.276658
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
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)
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# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgbase=libjio
pkgname=(libjio python-libjio python2-libjio)
pkgver=1.02
pkgrel=2
pkgdesc="Userspace library for journaled, transaction-oriented I/O"
arch=('x86_64')
url="https://blitiri.com.ar/p/libjio/"
license=('custom:BOLA' 'custom:Public Domain')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://blitiri.com.ar/p/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('2a52024f853f32f062ed47a54ecb9983f0bc1527b0128ae5b0a5ee5d50b2c64f')
prepare() {
cd "$pkgbase-$pkgver/bindings/"
cp -a python python2
}
build() {
cd "$pkgname-$pkgver"
make
}
package_libjio() {
depends=('glibc')
provides=('libjio.so=1-64')
cd "$pkgname-$pkgver"
make PREFIX="$pkgdir/usr" install
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm 644 README -t "$pkgdir/usr/share/doc/$pkgname/"
}
package_python-libjio() {
pkgdesc+=' (Python 3 bindings)'
depends=('python' 'libjio.so')
cd "$pkgbase-$pkgver"
pushd bindings/python/
python setup.py install --root="$pkgdir/" --optimize=1
popd
install -d "$pkgdir/usr/share/licenses/" "$pkgdir/usr/share/doc/"
ln -s "/usr/share/licenses/$pkgbase/" "$pkgdir/usr/share/licenses/$pkgname"
ln -s "/usr/share/doc/$pkgbase/" "$pkgdir/usr/share/doc/$pkgname"
}
package_python2-libjio() {
pkgdesc+=' (Python 2 bindings)'
depends=('python2' 'libjio.so')
cd "$pkgbase-$pkgver"
pushd bindings/python2/
python2 setup.py install --root="$pkgdir/" --optimize=1
popd
install -d "$pkgdir/usr/share/licenses/" "$pkgdir/usr/share/doc/"
ln -s "/usr/share/licenses/$pkgbase/" "$pkgdir/usr/share/licenses/$pkgname"
ln -s "/usr/share/doc/$pkgbase/" "$pkgdir/usr/share/doc/$pkgname"
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |