android-riscv64-libxfixes
maintainer manuelfernandes
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds a library from official X.org source, which is normal and safe; the 'recently orphaned' flag is a procedural concern, not a security risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds a library from official X.org source, which is normal and safe; the 'recently orphaned' flag is a procedural concern, not a security risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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.
PKGBUILD
1
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
2
# Contributor: Andreas Radke <andyrtr@archlinux.org>
3
# Contributor: Jan de Groot <jgc@archlinux.org>
4
5
_android_arch=riscv64
6
7
pkgname=android-${_android_arch}-libxfixes
8
pkgver=6.0.2
9
pkgrel=1
10
arch=('any')
11
pkgdesc="X11 miscellaneous 'fixes' extension library (Android ${_android_arch})"
12
url="https://xorg.freedesktop.org/"
13
license=('custom')
14
depends=("android-${_android_arch}-libx11")
15
makedepends=('android-configure'
16
"android-${_android_arch}-xorg-util-macros"
17
"android-${_android_arch}-xorgproto")
18
options=(!strip !buildflags staticlibs !emptydirs)
19
source=("${url}/releases/individual/lib/libXfixes-${pkgver}.tar.xz")
20
md5sums=('baa39ada682dd524491a165bb0dfc708')
21
22
build() {
23
cd "${srcdir}/libXfixes-${pkgver}"
24
source android-env ${_android_arch}
25
26
android-${_android_arch}-configure \
27
--sysconfdir="${ANDROID_PREFIX_ETC}"
28
make $MAKEFLAGS
29
}
30
31
package() {
32
cd "${srcdir}/libXfixes-${pkgver}"
33
source android-env ${_android_arch}
34
35
make DESTDIR="${pkgdir}" install
36
rm -rf "$pkgdir/${ANDROID_PREFIX_SHARE}"
37
${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}"/${ANDROID_PREFIX_LIB}/*.so
38
${ANDROID_STRIP} -g "$pkgdir"/${ANDROID_PREFIX_LIB}/*.a
39
40
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |