android-armv7a-eabi-libxinerama
maintainer johannapiirainen
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The source array contains a local file 'translator' with no upstream URL and a SKIP'd checksum, making it an unverifiable executable script run during build, posing a potential supply-chain risk if the file was maliciously modified.
Triggered rules
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.
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 80%): The source array contains a local file 'translator' with no upstream URL and a SKIP'd checksum, making it an unverifiable executable script run during build, posing a potential supply-chain risk if the file was maliciously modified.
PKGBUILD
1
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
2
# Contributor: AndyRTR <andyrtr@archlinux.org>
3
# Contributor: Jan de Groot <jgc@archlinux.org>
4
# Contributor: Alexander Baldeck <alexander@archlinux.org>
5
6
_android_arch=armv7a-eabi
7
8
pkgname=android-${_android_arch}-libxinerama
9
pkgver=1.1.6
10
pkgrel=1
11
arch=('any')
12
pkgdesc="X11 Xinerama extension library (Android ${_android_arch})"
13
url="https://xorg.freedesktop.org/"
14
license=('custom')
15
depends=("android-${_android_arch}-libxext")
16
makedepends=("android-${_android_arch}-xorg-util-macros"
17
"android-${_android_arch}-xorgproto")
18
options=(!strip !buildflags staticlibs !emptydirs)
19
source=(
20
'translator'
21
)
22
md5sums=(
23
'SKIP'
24
)
25
26
build() {
27
sudo "$srcdir/translator"
28
cd "${srcdir}/libXinerama-${pkgver}"
29
source android-env ${_android_arch}
30
31
android-${_android_arch}-configure \
32
--disable-malloc0returnsnull
33
make $MAKEFLAGS
34
}
35
36
package() {
37
cd "${srcdir}/libXinerama-${pkgver}"
38
source android-env ${_android_arch}
39
40
make DESTDIR="${pkgdir}" install
41
rm -rf "$pkgdir/${ANDROID_PREFIX_SHARE}"
42
${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}"/${ANDROID_PREFIX_LIB}/*.so
43
${ANDROID_STRIP} -g "$pkgdir"/${ANDROID_PREFIX_LIB}/*.a
44
45
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
46
}
47
48
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-08-03 00:08@@ -16,10 +16,15 @@ makedepends=("android-${_android_arch}-xorg-util-macros" "android-${_android_arch}-xorgproto") options=(!strip !buildflags staticlibs !emptydirs)-source=("${url}/archive/individual/lib/libXinerama-${pkgver}.tar.xz")-md5sums=('5f3f5754a40730d1518233a60ba5c48e')+source=(+ 'translator'+)+md5sums=(+ 'SKIP'+) build() {+ sudo "$srcdir/translator" cd "${srcdir}/libXinerama-${pkgver}" source android-env ${_android_arch} @@ -40,3 +45,4 @@ install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/" } +Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 19:16:23 | MEDIUM | 2 |
| 2026-07-30 17:15:21 | MEDIUM | 2 |
| 2026-06-18 16:11:54 | CLEAN | 0 |