podman-bcachefs-bin
LOW
maintainer ticpu
0 votes
scanned 2026-09-01 00:11:19.967602
Why flagged
The package re-archives a prebuilt binary from the project's own GitHub release, which is signed and verifiable; the risk is low as it relies on trusted upstream artifacts but does not build from source.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package re-archives a prebuilt binary from the project's own GitHub release, which is signed and verifiable; the risk is low as it relies on trusted upstream artifacts but does not build from source.
PKGBUILD
1
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
2
3
# Repackages the podman-bcachefs artifact published by the bcachefs-storage-driver
4
# release workflow. Building it from source means compiling podman, which is what
5
# packaging/arch/PKGBUILD in that repository does.
6
7
pkgname=podman-bcachefs-bin
8
_pkgname=podman-bcachefs
9
pkgver=6.1.0
10
pkgrel=1
11
# pkgrel of the published artifact; independent of this package's pkgrel so an
12
# AUR-only revision does not break the download URL.
13
_binrel=1
14
_reltag=v1.3.0
15
pkgdesc='A tool for managing OCI containers and pods, with the bcachefs graphdriver compiled in'
16
arch=('x86_64')
17
url='https://github.com/ticpu/bcachefs-storage-driver'
18
license=('Apache-2.0')
19
depends=(
20
catatonit
21
conmon
22
containers-common
23
oci-runtime
24
glibc
25
nftables
26
gpgme libgpgme.so
27
libgcc
28
libseccomp libseccomp.so
29
passt
30
shadow
31
sqlite
32
)
33
optdepends=(
34
'apparmor: for AppArmor support'
35
'bcachefs-tools: inspect the bcachefs backend subvolumes'
36
'btrfs-progs: support btrfs backend devices'
37
'fuse-overlayfs: for deprecated storage driver in rootless environment'
38
'podlet: Generate Podman Quadlet files from a Podman command, compose file, or existing object'
39
'podman-compose: for docker-compose compatibility'
40
'podman-desktop: GUI and tray to manage Podman containers (and Kubernetes pods)'
41
)
42
provides=("podman=$pkgver" "$_pkgname=$pkgver")
43
conflicts=(podman "$_pkgname")
44
backup=(etc/containers/storage.conf.d/00-storage-arch.conf)
45
options=('!strip' '!debug')
46
validpgpkeys=('E5998E49DC9E1DCFDB9B46EC77EBA10790CFFCCD')
47
source=("$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst::$url/releases/download/$_reltag/$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst"
48
"$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst.asc::$url/releases/download/$_reltag/$_pkgname-$pkgver-$_binrel-$CARCH.pkg.tar.zst.asc")
49
sha256sums=('348aec3e8c4d222c1cc9bd3ece59a5b42776d78766c7138a4f47f4a0af6bd563'
50
'SKIP')
51
52
package() {
53
cp -a "$srcdir/etc" "$srcdir/usr" "$pkgdir/"
54
}
55
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 23:46:20 | Low | 2 |