lib32-tdb

MEDIUM
maintainer Damgaldor 2 votes scanned 2026-09-01 15:48:43.798595
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.{gz,asc})
Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

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.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Florian Pritz <flo@xssn.at>
2
3_pkgbasename=tdb
4pkgname=lib32-$_pkgbasename
5pkgver=1.4.15
6pkgrel=1
7pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits (32-bit)"
8arch=(x86_64)
9license=('GPL3')
10url="https://tdb.samba.org/"
11depends=(lib32-glibc $_pkgbasename)
12makedepends=(libxslt python)
13source=(https://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.{gz,asc})
14sha512sums=('1d2aeffaa4192dbd05b6f6356e7ceed50c4c18ed7080f6ecc9b7731cd7875e9822feafe1c1b281fc369fcd01c972441b5aed4104a421f0f985925815bfa4ed09'
15 'SKIP')
16validpgpkeys=('9147A339719518EE9011BCB54793916113084025') #Samba Library Distribution Key <samba-bugs@samba.org>
17
18build() {
19 export CC="gcc -m32"
20 export CXX="g++ -m32"
21 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
22
23 cd ${_pkgbasename}-${pkgver}
24
25 ./configure --prefix=/usr \
26 --localstatedir=/var \
27 --sysconfdir=/etc/samba \
28 --libdir=/usr/lib32 \
29 --disable-python
30 make
31}
32
33package() {
34 cd ${_pkgbasename}-${pkgver}
35 make -j1 DESTDIR="$pkgdir" install
36 rm -rf "${pkgdir}"/usr/{include,share,bin}
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 15:48:43 Medium 3
2026-08-31 00:19:57 Clean 4
2026-08-30 23:44:22 Medium 3
2026-08-23 11:22:25 Clean 3
2026-08-23 11:20:29 Medium 2

Report a package

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

0 / 4000
Your suggestion