lib32-gsm

maintainer RavuAlHemio · 39 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a standard tarball from the project's official domain (quut.com) used to build a 32-bit shared library; building from official project sources, even on a non-whitelisted host, is normal AUR practice and poses minimal 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a standard tarball from the project's official domain (quut.com) used to build a 32-bit shared library; building from official project sources, even on a non-whitelisted host, is normal AUR practice and poses minimal risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:16 source=("http://www.quut.com/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Ondřej Hošek <ondra.hosek@gmail.com>
2# Contributor: Jan de Groot <jgc@archlinux.org>
3# Contributor: Maxime de Roucy <maxime.deroucy@gmail.com>
4# Contributor: Darwin Bautista <djclue917@gmail.com>
5
6pkgname=lib32-gsm
7_pkgbase=gsm
8pkgver=1.0.23
9pkgrel=1
10pkgdesc="Shared libraries for GSM 06.10 lossy speech compression"
11arch=('x86_64')
12url="http://www.quut.com/gsm/"
13license=('custom')
14depends=('gsm' 'lib32-glibc')
15makedepends=('lib32-gcc-libs')
16source=("http://www.quut.com/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"
17 'gsm-shared.patch')
18sha256sums=('8b7591a85ac9adce858f2053005e6b2eb20c23b8b8a868dffb2969645fa323c0'
19 'a86b6e91b40fa2cef8bd6937d068c62202cd16dc48bdd81d1a57fbb43d434001')
20
21
22prepare() {
23 cd "${srcdir}/${_pkgbase}-${pkgver%.*}-pl${pkgver##*.}/"
24
25 patch -p0 -i "${srcdir}/gsm-shared.patch"
26}
27
28build() {
29 cd "${srcdir}/${_pkgbase}-${pkgver%.*}-pl${pkgver##*.}/"
30
31 # flags for shared lib
32 CFLAGS="${CFLAGS} -fPIC"
33 make \
34 CC="gcc -m32" \
35 CCFLAGS="-c ${CFLAGS} -fPIC -Wno-error=incompatible-pointer-types"
36}
37
38package() {
39 cd "${srcdir}/${_pkgbase}-${pkgver%.*}-pl${pkgver##*.}/"
40
41 # Prepare directories
42 install -m755 -d "${pkgdir}"/usr/{bin,lib,lib32,include/gsm,share/{licenses/${_pkgbase},man/man{1,3}}}
43
44 make -j1 \
45 CC="gcc -m32" \
46 INSTALL_ROOT="${pkgdir}/usr" \
47 GSM_INSTALL_LIB="${pkgdir}/usr/lib32" \
48 GSM_INSTALL_INC="${pkgdir}/usr/include/gsm" \
49 GSM_INSTALL_MAN="${pkgdir}/usr/share/man/man3" \
50 TOAST_INSTALL_MAN="${pkgdir}/usr/share/man/man1" \
51 install
52
53 # clean directories provided by 64-bit package
54 rm -Rf "${pkgdir}"/usr/{bin,include,lib,share}
55}
56

Scan history

Scanned at (UTC)SeverityRules
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 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion