android-x86-64-libxext
maintainer alekszieciak
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds the official libXext source from a trusted upstream host (xorg.freedesktop.org), which is normal and safe AUR packaging despite the recent maintainer change.
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 the official libXext source from a trusted upstream host (xorg.freedesktop.org), which is normal and safe AUR packaging despite the recent maintainer change.
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=x86-64
6
7
pkgname=android-${_android_arch}-libxext
8
pkgver=1.3.7
9
pkgrel=1
10
arch=('any')
11
pkgdesc="X11 miscellaneous extensions library (Android ${_android_arch})"
12
url="https://gitlab.freedesktop.org/xorg/lib/libxext"
13
license=('LicenseRef-libxext')
14
groups=("android-libxext")
15
depends=("android-${_android_arch}-libx11"
16
"android-${_android_arch}-xorgproto")
17
makedepends=("android-${_android_arch}-xorg-util-macros")
18
options=(!strip !buildflags staticlibs !emptydirs)
19
source=("https://xorg.freedesktop.org/releases/individual/lib/libXext-${pkgver}.tar.xz")
20
md5sums=('ea8149187a26e9df6dbd94a60b3d8da0')
21
22
build() {
23
cd "$srcdir/libXext-${pkgver}"
24
source android-env ${_android_arch}
25
26
android-${_android_arch}-configure \
27
--sysconfdir=${ANDROID_PREFIX_ETC} \
28
--disable-malloc0returnsnull
29
make $MAKEFLAGS
30
}
31
32
package() {
33
cd "$srcdir/libXext-${pkgver}"
34
source android-env ${_android_arch}
35
36
make DESTDIR="${pkgdir}" install
37
rm -rf "${pkgdir}/${ANDROID_PREFIX_SHARE}"
38
${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.so
39
${ANDROID_STRIP} -g "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a
40
41
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
42
}
43
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 19:16:23 | MEDIUM | 1 |
| 2026-07-30 17:15:21 | MEDIUM | 1 |
| 2026-06-19 22:34:54 | CLEAN | 0 |