lmdb-git

maintainer Chocobo1 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official project Git repository and a .pc file from Arch Linux's official GitLab, both legitimate sources; the non-whitelisted host is a project-owned forge, not a swappable file host, and no untrusted executable is run.

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 package builds from the official project Git repository and a .pc file from Arch Linux's official GitLab, both legitimate sources; the non-whitelisted host is a project-owned forge, not a swappable file host, and no untrusted executable is run.

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:15 source=("git+https://git.openldap.org/openldap/openldap.git"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
2
3pkgname=lmdb-git
4pkgver=0.9.30.r22965.g6b77544ab
5pkgrel=2
6pkgdesc="Extraordinarily fast, memory-efficient database"
7arch=('i686' 'x86_64')
8url="https://symas.com/lmdb/"
9license=('custom')
10depends=('glibc')
11makedepends=('git')
12provides=("lmdb=$pkgver")
13conflicts=('lmdb')
14options=('staticlibs')
15source=("git+https://git.openldap.org/openldap/openldap.git"
16 "lmdb.pc::https://gitlab.archlinux.org/archlinux/packaging/packages/lmdb/-/raw/main/lmdb.pc")
17sha256sums=('SKIP'
18 'SKIP')
19
20
21pkgver() {
22 cd "openldap/libraries/liblmdb"
23
24 git describe --long --tags | sed 's/^LMDB_//;s/\([^-]*-g\)/r\1/;s/-/./g'
25}
26
27build() {
28 cd "openldap/libraries/liblmdb"
29
30 make
31}
32
33check() {
34 cd "openldap/libraries/liblmdb"
35
36 make test
37}
38
39package() {
40 cd "openldap/libraries/liblmdb"
41
42 make \
43 DESTDIR="$pkgdir" \
44 prefix="/usr" \
45 install
46
47 sed -e "s|@PKGVER@|$pkgver|" -i "$srcdir/lmdb.pc"
48 install -Dm644 "$srcdir/lmdb.pc" -t "$pkgdir/usr/lib/pkgconfig"
49
50 install -Dm644 {COPYRIGHT,LICENSE} -t "$pkgdir/usr/share/licenses/lmdb"
51}
52

Scan history

Scanned at (UTC)SeverityRules
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 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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