lib32-audit
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 13:20:29.873780
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2
# Maintainer: David Runge <dvzrv@archlinux.org>
3
# Contributor: Christian Rebischke <Chris.Rebischke@archlinux.org>
4
# Contributor: Daniel Micay <danielmicay@gmail.com>
5
# Contributor: <kang@insecure.ws>
6
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
7
# Contributor: Connor Behan <connor.behan@gmail.com>
8
# Contributor: henning mueller <henning@orgizm.net>
9
10
pkgname=lib32-audit
11
_name=audit-userspace
12
pkgver=4.2.1
13
pkgrel=1
14
pkgdesc='Userspace components of the audit framework'
15
url="https://github.com/linux-audit/audit-userspace"
16
arch=(x86_64)
17
license=(
18
GPL-2.0-or-later
19
LGPL-2.0-or-later
20
)
21
depends=(
22
audit=$pkgver
23
lib32-glibc
24
)
25
provides=(
26
libaudit.so
27
)
28
source=(
29
$url/archive/v$pkgver/$_name-v$pkgver.tar.gz
30
)
31
sha512sums=('71c4ac50b471138da866a82a0fa45970cf26181962f005ae570bdbb76e7cd15b66f8ebeba75a075bf04e52b20d039f012e2bbf8b1055f44641c36897f132894d')
32
b2sums=('7642a3be30b65ee9fbc10f0929592a0dccd8ef4aca67a237983b5ee644c52d5def62a84161184eae1f9d5741355314d799f39a39b149ae451026f0274c0b9c51')
33
34
prepare() {
35
cd $_name-$pkgver
36
autoreconf -fiv
37
}
38
39
build() {
40
export CC='gcc -m32'
41
export CXX='g++ -m32'
42
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
43
44
local configure_options=(
45
--disable-zos-remote
46
--libdir=/usr/lib32
47
--libexecdir=/usr/lib32/audit
48
--prefix=/usr
49
--runstatedir=/run
50
--sbindir=/usr/bin
51
--sysconfdir=/etc
52
--with-python3=no
53
)
54
55
cd $_name-$pkgver
56
./configure "${configure_options[@]}"
57
# prevent excessive overlinking due to libtool
58
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
59
make -C common
60
make -C lib
61
}
62
63
package() {
64
make DESTDIR="$pkgdir" install -C $_name-$pkgver/lib
65
install -vDm 644 $_name-$pkgver/{{README,SECURITY}.md,ChangeLog} -t "$pkgdir/usr/share/doc/$pkgname/"
66
67
rm -r "$pkgdir"/usr/{include,share}
68
}
69
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |